Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始めるbrowserclaw
Capture browser traffic with Playwright and generate Python client + MCP tool artifacts from HAR sessions.
スター0
フォーク0
更新日2026年4月10日 19:26
SKILL.md
readonlyメニュー
Capture browser traffic with Playwright and generate Python client + MCP tool artifacts from HAR sessions.
Scrape browser traffic with Playwright → infer API endpoints → generate Python client + MCP tools artifacts.
API skill for mvp-site-app-dev-i6xf2p72ka-uc.a.run.app. Use when: interacting with this site's APIs, automating workflows, debugging requests. Auth: Unknown — capture may reveal auth mechanism.
| name | browserclaw |
| description | Capture browser traffic with Playwright and generate Python client + MCP tool artifacts from HAR sessions. |
Use this skill when the user wants to inspect a site's browser APIs without a browser extension.
browserclaw capture --url <url> --output generated/capture.har --manual
browserclaw infer --har generated/capture.har --output generated/catalog.json
browserclaw generate --catalog generated/catalog.json --output-dir generated/site
browserclaw reverse --url <url> --output-dir generated/site --manual