arc-ideabrowser-openclaw-flow
Installation
SKILL.md
Arc IdeaBrowser OpenClaw Flow
Extract an IdeaBrowser startup idea into a scaffold-ready spec. The leading word is coverage: every expected subpage is either ok, missing, or blocked.
Default boundary: safe-by-default. Do not write files, commit, push, deploy, or execute scaffold commands unless the user explicitly asks.
For required output sections, load references/output-contract.md. For subpage names and normalized fields, load IDEA_SCHEMA.md. For scaffold stack defaults, load STACK_PROFILE.md when producing the scaffold spec.
Steps
-
Verify browser path.
- Prefer
playwright-cliwith the Chrome extension bridge. - Use OpenClaw only when Playwright bridge is blocked or unavailable.
- If auth/checkpoint blocks access, stop and give minimal remediation steps.
Completion criterion: there is an attached/readable browser session, or the response reports the exact blocker and next command.
- Prefer
-
Detect the target idea.
- Use an explicit slug or URL when provided.
- Otherwise infer the slug/title from the current URL, page title, or browser snapshot.