TabzChrome
Persistent bash terminals and browser automation in Chrome sidebar
All Skills in This Repository (18)
Pure Emerald Level Indicatorsterminals
Spawn and manage terminal tabs in TabzChrome via REST API.
integration
Integrate external projects with TabzChrome terminals via Markdown, HTML attributes, WebSocket/JS API, and POST /api/spawn.
browser
Automate browser tasks with Tabz MCP tools for screenshots, form filling, and network debugging.
breakdown
Break down epics and features into backlog tasks with dependencies.
merge
Merge feature branches into main and clean up worktrees using Git.
prompt-craft
Craft worker prompts from backlog issues using Claude 4 best practices.
running-tests
Discover and run Jest, Pytest, Cargo, and Go tests with a 300-second timeout.
automating-browser
Automate Chrome browser tasks via Tabz MCP tools.
docs-check
Detect user-facing changes and write a JSON checkpoint to .checkpoints/docs-check.json.
reviewing-code
Run codex review on the current worktree and write a structured checkpoint.
visual-qa
Run visual smoke checks and write PASS/FAIL results to .checkpoints/visual-qa.json.
brainstorming
Convert vague ideas into structured beads workflows with epics and dependencies.
Frequently Asked Questions
FAQPage SchemaHow to install TabzChrome?โผ
Run `npx skills add GGPrompts/TabzChrome --all -g -y` in your terminal to install all skills in this suite globally.
How to run terminals in the Chrome sidebar?โผ
TabzChrome connects a Chrome side panel extension to a local Node backend over WebSocket, giving you real bash terminals that persist through tmux sessions.
Can AI control my browser with TabzChrome?โผ
Yes. The included MCP tools let your agent take screenshots, fill forms, click elements, inspect network requests, and manage tabs directly in Chrome.
How to spawn parallel coding workers?โผ
Use the Spawn API with git worktrees to launch multiple isolated worker terminals, each running its own coding session on a separate branch.
Does TabzChrome work on Windows and macOS?โผ
Yes. It runs cross-platform on WSL2 for Windows, plus native Linux and macOS, requiring only Node.js, Chrome, and tmux.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core