tabbit-browser-devtools-skill
Installation
SKILL.md
Tabbit Browser DevTools Skill
Skill by ara.so — Devtools Skills collection.
Overview
Tabbit Browser DevTools Skill enables AI agents to discover and connect to a running Tabbit browser instance through its Chrome DevTools Protocol (CDP) endpoint. Tabbit is a Chromium-based browser, and this skill acts as a bridge that:
- Locates Tabbit's
DevToolsActivePortfile on the filesystem - Extracts the WebSocket endpoint URL
- Passes that endpoint to
agent-browserfor actual automation - Allows the agent to perform page operations (navigate, click, extract, execute scripts)
This skill does not implement browser automation itself—it delegates to agent-browser while providing the Tabbit-specific connection details.
Prerequisites
Before using this skill, ensure: