ideabrowser-openclaw-flow
Installation
SKILL.md
IdeaBrowser Crawl + Scaffold Flow
Use this skill for end-to-end read/extract/plan workflows from IdeaBrowser.
Default boundary: safe-by-default.
- Do not write files, commit, push, or deploy unless the user explicitly asks.
- If blocked by auth/checkpoint, pause and give minimal remediation steps.
Preferred Stack (Updated)
- Primary:
playwright-cliwith extension bridge to existing Chrome session. - Secondary fallback: OpenClaw (
openclaw browser ...) when Playwright bridge is unavailable.
Prerequisites
playwright-cliinstalled and available.- Playwright MCP Bridge extension installed in Chrome.
- If needed, set token in environment:
PLAYWRIGHT_MCP_EXTENSION_TOKEN=<token>