BETA: VERY LIGHTLY TESTED - Direct Chrome DevTools Protocol access via 'browsing' skill. Skill mode (17 CLI commands) + MCP mode (single use_browser tool). Zero dependencies, auto-starts Chrome.
You can install this plugin from any of these themed marketplaces. Choose one, add it as a marketplace, then install the plugin.
This plugin uses advanced features that require additional trust:
Only install plugins from repositories you trust. Review the source code before installation.
Choose your preferred installation method below
A marketplace is a collection of plugins. Every plugin gets an auto-generated marketplace JSON for individual installation, plus inclusion in category and themed collections. Add a marketplace once (step 1), then install any plugin from it (step 2).
One-time setup for access to all plugins
When to use: If you plan to install multiple plugins now or later
Step 1: Add the marketplace (one-time)
/plugin marketplace add https://claudepluginhub.com/marketplaces/all.json
Run this once to access all plugins
Step 2: Install this plugin
/plugin install superpowers-chrome-3@all
Use this plugin's auto-generated marketplace JSON for individual installation
When to use: If you only want to try this specific plugin
Step 1: Add this plugin's marketplace
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/superpowers-chrome-3.json
Step 2: Install the plugin
/plugin install superpowers-chrome-3@superpowers-chrome-3
Direct browser control via Chrome DevTools Protocol. Two modes available:
browsing
skill)0
, 1
, 2
) instead of WebSocket URLschrome-ws start
works on macOS, Linux, Windows/plugin marketplace add obra/superpowers-marketplace
/plugin install superpowers-chrome@superpowers-marketplace
cd ~/.claude/plugins/cache/superpowers-chrome/skills/browsing
./chrome-ws start # Launch Chrome
./chrome-ws new "https://example.com" # Create tab
./chrome-ws navigate 0 "https://google.com"
./chrome-ws fill 0 "textarea[name=q]" "test"
./chrome-ws click 0 "button[name=btnK]"
start
(auto-detects platform)tabs
, new
, close
navigate
, wait-for
, wait-text
click
, fill
, select
eval
, extract
, attr
, html
screenshot
, markdown
raw
(full CDP access)Ultra-lightweight MCP server with a single use_browser
tool. Perfect for minimal context usage.
Add to Claude Desktop config:
{
"mcpServers": {
"chrome": {
"command": "node",
"args": [
"/path/to/superpowers-chrome/mcp/dist/index.js"
]
}
}
}
{
"action": "navigate",
"payload": "https://example.com"
}
See mcp/README.md for complete documentation.
Use Skill Mode when:
Use MCP Mode when:
Use Playwright MCP when:
MIT
1.3.0