tabz-browser

Automate Chrome browser tasks with Tabz MCP tools for screenshots, forms, and network debugging.

147|10|Updated Nov 17, 2025
One-click install
npx skills add https://github.com/GGPrompts/TabzChrome --skill tabz-browser
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tabz-browser
Source: https://github.com/GGPrompts/TabzChrome/tree/main/.claude/skills/tabz-browser
Command: npx skills add https://github.com/GGPrompts/TabzChrome --skill tabz-browser

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill automates browser tasks using Tabz MCP tools to control Chrome for screenshots, form interactions, and network debugging.

Core Features & Use Cases

  • Screenshots and viewport control across tabs
  • Form filling and element interaction
  • Network request inspection and debugging
  • Responsive design testing with device emulation
  • Text-to-speech notifications and status updates

Quick Start

Use the mcp-cli to discover and call tools:

  • Get tool schema: mcp-cli info tabz/tabz_screenshot
  • Call tool: mcp-cli call tabz/tabz_screenshot '{}'
  • For network capture: mcp-cli call tabz/tabz_enable_network_capture '{}'
  • See references for workflows: see references/screenshot-workflows.md, references/network-debugging.md, references/form-automation.md, references/tts-notifications.md

Frequently Asked Questions about tabz-browser

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Chrome tasks like taking screenshots and filling forms?

You can automate Chrome tasks by using the mcp-cli to call Tabz tools, executing commands like 'mcp-cli call tabz/tabz_screenshot' to capture visuals or fill forms across multiple browser tabs.

Can I monitor network requests in Chrome for debugging web applications?

Yes, you can monitor network requests by enabling network capture with 'mcp-cli call tabz/tabz_enable_network_capture' to inspect and debug web traffic during UI testing workflows.

How do I test responsive design across different devices in Chrome?

You can test responsive design by using Tabz MCP tools to emulate mobile devices, controlling viewports across tabs to verify UI layouts and capture screenshots of different screen sizes.

Do I need the mcp-cli toolset to control Chrome with this automation skill?

Yes, you need the mcp-cli toolset and the tabz_* tools installed to control Chrome, as the skill leverages reference workflows under the references/ directory to guide MCP tool usage.

What is the best way to inspect and debug network traffic during browser automation?

The best way to debug network traffic during browser automation is to enable network capture via Tabz MCP tools, allowing you to monitor requests while executing form interactions and UI testing.

Can I receive text-to-speech notifications when an automated browser task finishes?

Yes, you can receive text-to-speech status updates and notifications by following the TTS notification workflows referenced in the skill to alert you when Chrome automation tasks complete.