Control browser via tabz MCP tools - click, fill, navigate
/plugin marketplace add GGPrompts/my-plugins/plugin install ggprompts-tabz-plugins-tabz@GGPrompts/my-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Control Chrome browser via TabzChrome MCP tools.
/tabz:browser-control
NEVER operate on the user's current tab. Always create your own tab group first to prevent conflicts with the user and other Claude sessions.
# 1. Create your own group FIRST
mcp-cli call tabz/tabz_create_group '{"title": "Claude Working", "color": "purple"}'
# Returns: {"groupId": 123}
# 2. Open URLs INTO your group
mcp-cli call tabz/tabz_open_url '{"url": "https://example.com", "newTab": true, "groupId": 123}'
# 3. Always use explicit tabId from YOUR tabs
mcp-cli call tabz/tabz_screenshot '{"tabId": <your_tab_id>}'
Why this is mandatory:
mcp-cli info tabz/<tool_name>
Chrome tab IDs are large numbers (e.g., 1762561083), NOT indices like 1, 2, 3.
After creating your group and opening tabs, list tabs to get IDs:
mcp-cli call tabz/tabz_list_tabs '{}'
Always use explicit tabId from YOUR group:
mcp-cli call tabz/tabz_screenshot '{"tabId": 1762561083}'
mcp-cli call tabz/tabz_open_url '{"url": "https://example.com", "newTab": true, "groupId": 123}'
mcp-cli call tabz/tabz_switch_tab '{"tabId": 1762561083}'
mcp-cli call tabz/tabz_get_page_info '{}'
mcp-cli call tabz/tabz_click '{"selector": "button[type=submit]"}'
mcp-cli call tabz/tabz_fill '{"selector": "#email", "value": "test@example.com"}'
mcp-cli call tabz/tabz_get_element '{"selector": ".my-element"}'
mcp-cli call tabz/tabz_execute_script '{"script": "document.title"}'
# Fill form fields
mcp-cli call tabz/tabz_fill '{"selector": "#username", "value": "user@example.com"}'
mcp-cli call tabz/tabz_fill '{"selector": "#password", "value": "secret"}'
# Submit
mcp-cli call tabz/tabz_click '{"selector": "button[type=submit]"}'
Elements glow when interacted with:
tabz_clicktabz_filltabz_get_elementRight-click any element on a page -> "Send Element to Chat" to get unique selectors.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.