browser-to-api

安装量: 585
排名: #6171

安装

npx skills add https://github.com/browserbase/skills --skill browser-to-api

Browser to API Replay-driven API discovery. Consume a browser-trace capture, pair its CDP request / response events, templatize observed URLs, infer JSON schemas from samples, and emit an OpenAPI 3.1 document plus a human-readable coverage report. This skill does not capture traffic . It is purely offline post-processing on top of browser-trace 's cdp/network/*.jsonl buckets. The two skills compose: browser-trace → .o11y//cdp/network/{requests,responses}.jsonl browser-to-api → .o11y//api-spec/index.html + openapi.yaml + client.mjs When to use The user wants an OpenAPI document for a third-party or undocumented website API. The user has a browser-trace run and wants endpoints + schemas extracted from it. The user is building a client/SDK against a site that doesn't publish a spec. The user wants a coverage report showing which flows would broaden the spec. If the user wants to capture traffic, send them to browser-trace first. Show more

返回排行榜