| name | browserclaw |
| description | Capture browser traffic with Playwright and generate Python client + MCP tool artifacts from HAR sessions. |
browserclaw
Use this skill when the user wants to inspect a site's browser APIs without a browser extension.
Workflow
- Capture traffic:
browserclaw capture --url <url> --output generated/capture.har --manual
- Infer a catalog:
browserclaw infer --har generated/capture.har --output generated/catalog.json
- Generate artifacts:
browserclaw generate --catalog generated/catalog.json --output-dir generated/site
- Optional one-shot:
browserclaw reverse --url <url> --output-dir generated/site --manual
Guardrails
- Manual auth only
- No stealth or bypass features
- Keep generated artifacts reviewable before use