What You Can Do with DevSnoop
Your coding agent controls a real Chrome browser — inspect pages, fill forms, catch errors, and verify changes. Just describe what you want.
DevSnoop ships with a SKILL.md file that teaches your agent every command. You write prompts, the agent handles the rest.
Workflows
Tell your agent what you need. It picks the right commands automatically.
Inspect a page you're building
The agent finds the tab, reads the page structure, and checks for console errors — all in one go.
Test a form interaction
The agent finds inputs by label, fills them, clicks submit, and reports back any errors.
Verify visual changes after code edits
The agent snapshots the page before your change, waits for hot-reload, then diffs to show exactly what shifted.
Debug a failing API call
The agent watches network requests and console output, filters for errors, and shows you what went wrong.
Grab a screenshot for review
The agent captures any tab — even background ones — and saves it locally for you or itself to review.
Good to Know
- - Your agent gets structured data back — no raw HTML, minimal tokens.
- - The agent uses
page_summaryas its starting point — it returns selectors the agent passes directly to other commands. - - Console logs and network requests are captured automatically when the agent starts debugging. Logs buffer up to 200 entries.
- - First time on a site? Click the DevSnoop extension icon to grant access. One-time per origin.