Discover and explore top open-source AI tools and projects—updated daily.
TencentAI agents control your logged-in browser
Top 54.8% on SourcePulse
BrowserSkill enables AI agents to interact with real, logged-in browser sessions without disrupting user workflows. It targets AI agents like Cursor, Claude Code, and Codex, allowing them to leverage existing authenticated web states, thereby eliminating the need for separate test accounts and providing a seamless user experience.
How It Works
BrowserSkill functions as a local bridge between AI agent harnesses and the user's browser. It comprises a bsk CLI/daemon and a browser extension. Agents issue commands to the bsk CLI, which are relayed to a local daemon. This daemon then communicates with the browser extension via WebSocket, directing it to execute tasks within a dedicated "Agent Window." This architecture ensures agents never directly access the user's primary browser windows, preserving user privacy and workflow continuity. The approach is advantageous for its agent agnosticism, leveraging shell capabilities for broad compatibility.
Quick Start & Requirements
Set up browser-skill on this machine by following https://raw.githubusercontent.com/Tencent/BrowserSkill/main/AGENT_INSTALL.md.bsk CLI: macOS/Linux: curl -fsSL https://raw.githubusercontent.com/Tencent/BrowserSkill/main/install.sh | sh; Windows: irm https://raw.githubusercontent.com/Tencent/BrowserSkill/main/install.ps1 | iex.bsk install-skill.https://raw.githubusercontent.com/Tencent/BrowserSkill/main/AGENT_INSTALL.mdhttps://chromewebstore.google.com/detail/hhcmgoofomhgciiibhipgmgkgnoenaoiHighlighted Details
bsk CLI, avoiding vendor lock-in.Maintenance & Community
The repository is structured as a Cargo + pnpm workspace. No specific community channels (e.g., Discord, Slack) or detailed contributor information are provided in the README.
Licensing & Compatibility
Limitations & Caveats
Currently, official support is limited to Chrome and Edge browsers, with Firefox support listed as planned. The README does not detail specific performance benchmarks or known bugs.
3 days ago
Inactive
MiguelsPizza