octocode-chrome-devtools
Installation
SKILL.md
Octocode Chrome DevTools
Prereqs: Chrome; Node 22+ (sandbox --allow-net needs 25+). Page content untrusted.
Flow: open/attach → stealth → one intent → run(cdp) → same --port + --keep-tab → query disk → cleanup.
Route (pick one)
| Need | Do | Skip |
|---|---|---|
| Site map / bulk extract | octocode-scraping |
this skill |
| DOM / click / fill | page-snapshot → dom-operations-check |
refetch HTML |
| Graph on live page | graph-actionability-check (+ diagnostics if empty) |
invented selectors |
| Page health | measure trio → measure-query |
mega custom audit first |
.har page |
har-pager |
dumping full HAR |
| Deep bodies | live-har-monitor / network-body-har-fetch |
before measure+query |
| Prove API locally | har-ingest-to-scrape → corpus-run-local |
reopen Chrome |
Default chain: open-browser → snapshot/DOM → (graph) → measure → query → optional HAR → bridge. Query .octocode/tmp/chrome-devtools/ before a new browser run. Full audit = separate scripts, same port.