by opentabs-dev
Browser automation clicks buttons. OpenTabs calls APIs.
# Add to your Claude Code skills
git clone https://github.com/opentabs-dev/opentabsLast scanned: 5/15/2026
{
"issues": [
{
"type": "npm-audit",
"message": "express-rate-limit: Vulnerability found",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "fast-uri: fast-uri vulnerable to path traversal via percent-encoded dot segments",
"severity": "high"
},
{
"type": "npm-audit",
"message": "hono: Hono has CSS Declaration Injection via Style Object Values in JSX SSR",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "ip-address: ip-address has XSS in Address6 HTML-emitting methods",
"severity": "medium"
}
],
"status": "WARNING",
"scannedAt": "2026-05-15T06:57:11.985Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}opentabs is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by opentabs-dev. Browser automation clicks buttons. OpenTabs calls APIs. It has 781 GitHub stars.
opentabs returned warnings in SkillsLLM's automated security scan. It has no critical vulnerabilities, but review the flagged issues in the Security Report section before adding it to your workflow.
Clone the repository with "git clone https://github.com/opentabs-dev/opentabs" and add it to your Claude Code skills directory (see the Installation section above).
opentabs is primarily written in TypeScript. It is open-source under opentabs-dev on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh opentabs against similar tools.
No comments yet. Be the first to share your thoughts!
Requires a passing catalog security scan. Resolve the flagged issues and resubmit to enable featuring.
Your AI calls real web APIs through your browser session — no screenshots, no DOM scraping.
No API keys. No OAuth setup. If you're logged in, your AI can use it.
Works with any MCP client. Don't want MCP? Use CLI mode instead.
Requires Node.js 22+ and Chrome.
npm install -g @opentabs-dev/cli
opentabs start
Load the extension from ~/.opentabs/extension in chrome://extensions/ (Developer mode → Load unpacked).
opentabs plugin install <plugin-name>
Full walkthrough: Quick Start guide
100+ plugins, ~2,000 tools. Slack, Discord, GitHub, Jira, Notion, Figma, AWS, Stripe, and a lot more. One command to install, works immediately.
Built-in browser tools. Screenshots, clicking, typing, network capture — works on any tab, no plugin needed.
Build your own. Scaffold a plugin in one command, publish to npm, anyone can install it. Or point your AI at any website — it discovers the APIs and builds the plugin for you. Plugin Development guide
git clone https://github.com/opentabs-dev/opentabs.git
cd opentabs && npm install && npm run build
npm run dev # tsc watch + MCP server + extension
npm run check # build + type-check + lint + knip + test
Development Setup guide · Discord
MIT — Not affiliated with or endorsed by any third-party service. Full disclaimer.