rodney

Installation
SKILL.md

Rodney — Chrome Automation

Rodney drives a persistent headless Chrome instance from the terminal. All commands share one long-running Chrome process — cookies, localStorage, and navigation state persist across invocations.

⚠️ Usage: CLI Only — NOT an MCP Tool

Rodney is a CLI tool, not an MCP server. Use it via the bash tool only. Never call mcp("rodney").

Every rodney session follows this pattern via bash:

rodney start                              # 1. Launch Chrome
rodney open <url>                         # 2. Navigate
rodney waitstable                         # 3. Wait for page to settle
# ... interact, scrape, screenshot ...     # 4. Do your work
rodney stop                               # 5. ALWAYS stop when done

Important:

Related skills

More from devskale/skale-skills

Installs
9
GitHub Stars
1
First Seen
Mar 2, 2026