obraobraCommunity·1 Agent Skills Included

superpowers-chrome

Direct Chrome browser control, automation, and content extraction

Controls real Chrome sessions through the DevTools Protocol to navigate pages, fill forms, click elements, and manage tabs. Handles popups, login prompts, and permission dialogs automatically instead of stalling on blocked pages. Captures screenshots, markdown, and console logs after every action so results are easy to verify.
npx skills add obra/superpowers-chrome --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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