Skip to content

actionbook/actionbook

Actionbook Cover

10x Faster   |   90% Token Saving   |   30 Actions at Once

GitHub last commit

Website · GitHub · X · Discord

Actionbook

Actionbook turns the websites you work in every day into something your AI agent can actually operate. Direct API requests when possible, UI automation when not, with login handled. Fast and resilient.

Table of Contents

Why Actionbook?

❌ Without Actionbook

  • Slow. Agents take a snapshot after every single step, parse the page, then decide what to do next. Searching one room on Airbnb takes 5 minutes.
  • Brittle. Modern websites use virtual DOMs, streaming components, and SPAs. Agents don't understand these rendering mechanisms, so they fail on dropdowns, date pickers, and login walls.
  • One at a time. Your agent finishes one page before it can start the next. Need to check 30 company websites? That's 30 rounds, one after another.

✅ With Actionbook

  • 10x faster. Action manuals tell agents exactly what to do. No parsing, no guessing.
  • Accurate. Direct API calls when possible, UI fallback when not. Login handled either way.
  • Concurrent. Stateless architecture. Operate dozens of tabs in parallel.

See an agent visits 192 First Round portfolio company websites and collects their taglines in 2 minutes. (Video is not sped up)

actionbook-demo.mp4

Installation

Actionbook runs as a remote MCP connector paired with the Actionbook Chrome extension — no CLI install required. Your AI agent connects to the hosted MCP endpoint, and the extension drives your real Chrome so agents reuse your logged-in sessions.

👉 For the full step-by-step setup — with per-client instructions and screenshots — visit the dashboard. The three steps below are the quick overview.

1. Install the Chrome extension from the Chrome Web Store.

2. Add Actionbook as a connector in your AI app. Open your app's connector settings — Claude (Settings → Connectors → Add custom connector), ChatGPT (Settings → Connectors), Perplexity, Hermes, OpenClaw, or any other MCP-compatible app — and paste the Actionbook endpoint:

https://edge.actionbook.dev/mcp

3. Finish setup from the dashboard — it walks you through connecting your client and confirms the extension is linked.

Note: The standalone @actionbookdev/cli package is deprecated. Use the remote connector + Chrome extension above.

Quick Start

Once the extension is installed and your client is connected (see Installation), just talk to your agent — Actionbook handles the rest:

Open stripe.com, linear.app, and vercel.com, then grab the pricing from each.

Behind the scenes the agent uses Actionbook to fetch action manuals and operate your real Chrome — opening tabs, reading snapshots, clicking, and filling forms across pages concurrently. To nudge it explicitly, add this to your prompt:

Use Actionbook to understand and operate the web page.

Examples

Explore real-world examples in the Examples Documentation.

Available Tools

Actionbook exposes a single actionbook MCP tool whose subcommands cover action lookup (search, manual) and browser control (goto, snapshot, click, type, …). Your agent discovers the full command set from the tool description once connected.

Chrome Extension

Install the extension from the Chrome Web Store. Once you sign in from the dashboard, it connects to the hosted MCP endpoint automatically.

Documentation

For comprehensive guides, API references, and tutorials, visit our documentation site:

actionbook.dev/docs

Stay tuned

We move fast. Star Actionbook on Github to support and get latest information.

Star Actionbook

Join the community:

Contributing

License

See LICENSE for the license details.

About

Let your AI agent get the sources behind logins and paywalls.

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors