superpowers-chrome

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.

Content Preview
{
  "name": "superpowers-chrome",
  "source": {
    "source": "url",
    "url": "https://github.com/obra/superpowers-chrome.git"
  },
  "description": "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.",
  "version": "1.8.0",
  "strict": true
}
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/superpowers-chrome.md \
  https://raw.githubusercontent.com/obra/superpowers-marketplace/main/.claude-plugin/marketplace.json

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/obra/superpowers-marketplace

Then reference at .claude-plugin/marketplace.json

Related Skills