BrowserSkill
NewLet AI agents use your real, logged-in browser without interrupting your work. CLI + extension for browser automation across any shell-capable AI agent.
Summary
BrowserSkill lets AI agents take control of your real, logged-in browser to perform tasks like filling forms, clicking buttons, and extracting data—all without interrupting your workflow.
- It works via a CLI and browser extension, making it ideal for automating web interactions across any shell-capable AI agent.
Install & Usage
mkdir -p .claude/agentsAdd the configuration to .claude/agents/browserskill.md
@browserskillUse Cases
Usage Examples
/browserskill go to https://example.com/login, fill in username and password, and click submit
/browserskill open gmail, find the latest email from 'support', and extract the confirmation code
/browserskill navigate to my analytics dashboard, take a screenshot of the traffic chart, and save it
Security Audits
Frequently Asked Questions
What is BrowserSkill?
BrowserSkill lets AI agents take control of your real, logged-in browser to perform tasks like filling forms, clicking buttons, and extracting data—all without interrupting your workflow. It works via a CLI and browser extension, making it ideal for automating web interactions across any shell-capable AI agent.
How to install BrowserSkill?
To install BrowserSkill: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/browserskill.md. Finally, @browserskill in Claude Code.
What is BrowserSkill best for?
BrowserSkill is a agent categorized under General. It is designed for: agent. Created by Tencent.
What can I use BrowserSkill for?
BrowserSkill is useful for: Automate form filling on a web app during testing without manual input.; Scrape data from a logged-in dashboard that requires authentication.; Perform multi-step workflows like booking a reservation or ordering a product.; Test UI changes by having the agent click through pages and verify elements.; Extract and compile information from multiple web pages into a report.; Automate repetitive browser tasks like clearing notifications or downloading files..