Skill
browsing
Use when you need direct browser control - teaches Chrome DevTools Protocol for controlling existing browser sessions, multi-tab management, form automation, and content extraction via use_browser MCP tool
Install
Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.
Install command
git clone https://github.com/obra/superpowers-chrome /tmp/superpowers-chrome && ln -s /tmp/superpowers-chrome/skills/browsing ~/.claude/skills/browsing
More skills
requesting-code-review
Used when completing tasks, implementing major features, or before merging to verify work meets requirements
systematic-debugging
Used when encountering any bug, test failure, or unexpected behavior, before proposing fixes
test-driven-development
Used when implementing any feature or bugfix, before writing implementation code