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