peek-cli
NewLet coding agents see your browser.
Summary
Peek-cli enables coding agents like Claude Code to see your browser, allowing them to inspect web pages, read content, and interact with live sites.
- This skill is useful for developers who need their AI assistant to understand what's happening in the browser during debugging, testing, or web scraping tasks.
Install & Usage
mkdir -p .claude/agentsAdd the configuration to .claude/agents/peek-cli.md
@peek-cliUse Cases
Usage Examples
/peek-cli show me what's on the current browser tab
Use peek-cli to inspect the login form on this page and tell me the input field names
Open the browser and let me see the error message displayed on the screen
Security Audits
Frequently Asked Questions
What is peek-cli?
Peek-cli enables coding agents like Claude Code to see your browser, allowing them to inspect web pages, read content, and interact with live sites. This skill is useful for developers who need their AI assistant to understand what's happening in the browser during debugging, testing, or web scraping tasks.
How to install peek-cli?
To install peek-cli: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/peek-cli.md. Finally, @peek-cli in Claude Code.
What is peek-cli best for?
peek-cli is a agent categorized under General. It is designed for: agent. Created by puffinsoft.
What can I use peek-cli for?
peek-cli is useful for: Debug a web page by having the agent inspect the current browser view and identify layout issues.; Extract text or data from a live website without manual copy-pasting.; Verify that a deployed feature looks correct by sharing the browser view with the agent.; Automate form filling by letting the agent see and interact with browser fields.; Troubleshoot JavaScript errors by showing the agent the browser console output.; Compare expected vs actual page behavior during integration testing..