Tencent Open-Sources BrowserSkill to Connect AI Agents to Active Browser Sessions
Tencent has open-sourced BrowserSkill, a tool combining a CLI and a browser extension that allows AI agents to control a user's existing, logged-in browser. The TypeScript project quickly gained over 2,150 GitHub stars within a week of release. Traditional browser automation forces AI agents into isolated browsers where users must manually re-authenticate on every run. By bridging AI workflows directly to active sessions, BrowserSkill removes login friction while letting users continue working undisturbed. BrowserSkill works with any shell-capable AI agent, including Cursor, Claude Code, Codex, and OpenClaw. It operates via a lightweight extension mechanism to share authenticated browser state without hijacking the active window control.
## BACKGROUND
Automated tools like Puppeteer or Playwright typically launch fresh browser instances lacking cookies or session storage. When developers use AI coding agents for tasks requiring web interaction, constantly logging into private dashboards or authenticated APIs creates a major workflow bottleneck.