Agent Browser
Automates web browsing tasks like data extraction, form filling, and navigation based on provided instructions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add shanraisshan-agent-browser npx -- -y @trustedskills/shanraisshan-agent-browser
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"shanraisshan-agent-browser": {
"command": "npx",
"args": [
"-y",
"@trustedskills/shanraisshan-agent-browser"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The shanraisshan-agent-browser skill enables AI agents to interact with web pages. It allows the agent to browse websites, extract specific information from them (like text or data), and potentially automate tasks that would normally require manual interaction with a browser. This skill provides access to content behind login forms and dynamically generated content.
When to use it
- Research: Gathering information from multiple web pages for reports or analysis.
- Data Extraction: Scraping product details, pricing, or other data from e-commerce sites.
- Automated Form Filling: Submitting forms on websites that require user input.
- Content Monitoring: Tracking changes to specific webpages and alerting you to updates.
Key capabilities
- Web page browsing
- Data extraction from web pages
- Form submission
- Accessing content behind login walls
Example prompts
- "Browse
https://example.comand extract all the product names and prices." - "Log in to
https://mybank.comwith username 'user' and password 'password', then check my account balance." - "Fill out the registration form on
https://signup.example.comusing these details: name=John Doe, email=[email protected]"
Tips & gotchas
- The agent will require valid login credentials if accessing pages behind a login wall.
- Websites frequently change their structure, which may break the agent's ability to extract data; periodic updates or adjustments to prompts might be necessary.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.