BeClaude

BrowserSkill

New
20GitHub TrendingGeneralby Tencent

Let 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

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/browserskill.md

3
Invoke with @agent-name
@browserskill

Use Cases

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.

Usage Examples

1

/browserskill go to https://example.com/login, fill in username and password, and click submit

2

/browserskill open gmail, find the latest email from 'support', and extract the confirmation code

3

/browserskill navigate to my analytics dashboard, take a screenshot of the traffic chart, and save it

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..