superpowers-chrome
Direct Chrome browser control, automation, and content extraction
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install superpowers-chrome?▼
Run `npx skills add obra/superpowers-chrome --all -g -y` in your terminal to install the browsing skill globally.
How to automate Chrome with plain commands?▼
Use the use_browser action interface to navigate, click, type, and extract content from any page. Chrome starts automatically on the first command, with no manual setup.
Can it handle login popups and alert dialogs?▼
Yes. JavaScript alerts, confirms, basic-auth prompts, and permission requests are surfaced as simple dialog selectors your agent can accept or dismiss.
Does superpowers-chrome work with Claude Code and other MCP clients?▼
Yes. It runs as a lightweight MCP server with a single use_browser tool, and also offers a CLI mode for Claude Code skills.
Can it keep me logged in across sessions?▼
Yes. Named browser profiles persist cookies and login sessions across restarts, so authenticated workflows continue where they left off.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core