npx claudepluginhub actionbook/actionbookActionbook MCP server for up-to-date browser automation. Get verified CSS/XPath selectors for any website directly into your agent context.
Share bugs, ideas, or general feedback.
Parallel Action CLI for AI agents.
Run 50 actions across 20 tabs at once.
See an agent visits 192 First Round portfolio company websites and collects their taglines in 2 minutes. (Video is not sped up)
https://github.com/user-attachments/assets/35079a19-7236-47a8-87ed-3edf6436c2bf
Install via npm:
npm install -g @actionbookdev/cli
Or build from source:
cargo install --git https://github.com/actionbook/actionbook --path packages/cli --locked
The Rust-based CLI uses your existing system browser (Chrome, Brave, Edge, Arc, Chromium), so no extra browser install step is required.
actionbook browser start
# Open tabs
actionbook browser open https://stripe.com --session s1
actionbook browser open https://linear.app --session s1
actionbook browser open https://vercel.com --session s1
# Operate all tabs concurrently
actionbook browser snapshot --session s1 --tab t1 &
actionbook browser snapshot --session s1 --tab t2 &
actionbook browser snapshot --session s1 --tab t3 &
# Interact with each tab using refs from its snapshot
actionbook browser click @e5 --session s1 --tab t1
actionbook browser fill @e3 "hello" --session s1 --tab t2
actionbook browser click @e8 --session s1 --tab t3
When working with any AI coding assistant (Claude Code, Cursor, etc.), add this to your prompt:
Use Actionbook to understand and operate the web page.
The agent will automatically use the CLI to fetch action manuals and execute browser operations.
Actionbook ships with Agent Skills that teach your AI agent how to use the CLI. Add them with one command:
npx skills add actionbook/actionbook
Explore real-world examples in the Examples Documentation.
Actionbook provides tools for searching and retrieving action manuals. See the CLI Reference for the full command list. If you're using the MCP integration, see the MCP Tools Reference.
For comprehensive guides, API references, and tutorials, visit our documentation site:
We move fast. Star Actionbook on Github to support and get latest information.
Join the community:
See LICENSE for the license details.