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.
> /plugin marketplace add actionbook/actionbook> /plugin install actionbook@actionbook-marketplace
What's inside
10x Faster ย | ย 90% Token Saving ย | ย 30 Actions at Once
Website ยท GitHub ยท X ยท Discord
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.
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
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.app/mcp
3. Finish setup from the dashboard โ it walks you through connecting your client and confirms the extension is linked.
Note: The standalone
@actionbookdev/clipackage is deprecated. Use the remote connector + Chrome extension above.
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.
Explore real-world examples in the Examples Documentation.
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.
Install the extension from the Chrome Web Store. Once you sign in from the dashboard, it connects to the hosted MCP endpoint automatically.
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.
.changeset/
config.json
README.md
.claude-plugin/
marketplace.json
plugin.json
.github/
ISSUE_TEMPLATE/
bug-report.yml
config.yml
feature-request.yml
question.yml
pull_request_template.md
workflows/
discord-release-notify.yml
e2e-windows.yml
release-cli.yml
test.yml
.gitignore
.prettierignore
.prettierrc.json
CLAUDE.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
docs/
actionbook-demo.mp4
api-reference/
cli.mdx
evaluate-api.mdx
mcp-tools.mdx
community/
contributing.mdx
docs.json
examples.mdx
favicon.ico
guides/
browser.mdx
cli-and-skills.mdx
dify-plugin.mdx
installation.mdx
mcp-server.mdx
sdk-integration.mdx
skills.mdx
index.mdx
logo/
dark.svg
light.svg
openclaw.mdx
quickstart.mdx
snippets/
install-tabs.mdx
LICENSE
mcp-servers.json
package-lock.json
package.json
packages/
actionbook-extension/
.gitignore
background.js
callback.html
callback.js
CHANGELOG.md
cloud-config.js
icons/
icon-128.png
icon-16.png
icon-48.png
manifest.json
offscreen.html
offscreen.js
package.json
popup.html
popup.js
PRIVACY.md
README.md
scripts/
package.js
cli/
cli-darwin-arm64/
bin/
.gitignore
.gitkeep
CHANGELOG.md
package.json
cli-darwin-x64/
bin/
.gitignore
.gitkeep
CHANGELOG.md
package.json
cli-linux-arm64-gnu/
bin/
.gitignore
.gitkeep
CHANGELOG.md
package.json
cli-linux-x64-gnu/
bin/
.gitignore
.gitkeep
CHANGELOG.md
package.json
cli-win32-arm64/
bin/
.gitignore
.gitkeep
CHANGELOG.md
package.json
cli-win32-x64/
bin/
.gitignore
.gitkeep
CHANGELOG.md
package.json
.gitignore
bin/
actionbook.js
build.rs
Cargo.lock
Cargo.toml
CHANGELOG.md
docs/
api-reference.md
package.json
scripts/
postinstall.js
src/
action_result.rs
action.rs
api/
api_response.rs
client.rs
mod.rs
types.rs
browser/
cookies/
clear.rs
delete.rs
get.rs
list.rs
mod.rs
set.rs
element.rs
interaction/
batch_click.rs
click.rs
cursor_position.rs
drag.rs
eval.rs
fill.rs
focus.rs
hover.rs
mod.rs
mouse_move.rs
press.rs
scroll.rs
select.rs
type_text.rs
upload.rs
mod.rs
navigation/
back.rs
forward.rs
goto.rs
mod.rs
reload.rs
observation/
attr.rs
attrs.rs
batch_snapshot.rs
box.rs
describe.rs
html.rs
inspect_point.rs
logs_console.rs
logs_errors.rs
mod.rs
network_har.rs
network_request_detail.rs
network_requests.rs
pdf.rs
query.rs
screenshot.rs
snapshot_transform.rs
snapshot.rs
state.rs
styles.rs
text.rs
title.rs
url.rs
value.rs
viewport.rs
session/
close.rs
list.rs
mod.rs
provider.rs
restart.rs
start.rs
status.rs
stealth.rs
storage/
clear.rs
delete.rs
get.rs
list.rs
mod.rs
set.rs
tab/
batch_open.rs
close.rs
list.rs
mod.rs
open.rs
wait/
condition.rs
element.rs
mod.rs
navigation.rs
network_idle.rs
cli.rs
commands/
get.rs
manual.rs
mod.rs
search.rs
config.rs
daemon/
bridge.rs
browser.rs
cdp_error_classifier.rs
cdp_session.rs
cdp.rs
chrome_reaper.rs
mod.rs
registry.rs
router.rs
server.rs
session.rs
error.rs
extension/
installer.rs
mod.rs
ping.rs
status.rs
formatter/
mod.rs
lib.rs
main.rs
output.rs
setup/
api_key.rs
browser_cfg.rs
detect.rs
mod.rs
skills.rs
theme.rs
types.rs
utils/
client.rs
mod.rs
wire.rs
tests/
e2e/
batch_snapshot.rs
bridge.rs
browser_lifecycle.rs
cdp_errors.rs
cloud_mode.rs
cookies.rs
describe_state.rs
element_details.rs
element_read.rs
extension_new_tab.rs
extension.rs
harness.rs
iframe.rs
inspect_point.rs
interaction.rs
logs.rs
main.rs
manual.rs
navigation.rs
network_har.rs
network.rs
page_info.rs
pdf.rs
query.rs
screenshot.rs
search.rs
snapshot.rs
storage.rs
tab_management.rs
timeout.rs
wait.rs
windows_daemon.rs
help_cli.rs
manual_cli.rs
search_cli.rs
setup_cli.rs
stealth_contract.rs
version_cli.rs
dify-plugin/
_assets/
icon.svg
_plugin.py
.difyignore
CHANGELOG.md
constants.py
examples/
browser-automation.yml
main.py
manifest.yaml
package.json
PRIVACY.md
provider/
__init__.py
actionbook.py
actionbook.yaml
providers/
__init__.py
base.py
hyperbrowser.py
steel.py
pyproject.toml
README.md
requirements.txt
tests/
__init__.py
conftest.py
e2e/
__init__.py
conftest.py
test_browser_e2e.py
integration/
__init__.py
conftest.py
test_api_connectivity.py
test_get_action_live.py
test_search_actions_live.py
test_browser_create_session.py
test_browser_operator.py
test_browser_stop_session.py
test_cdp_client.py
test_connection_pool.py
test_get_action_by_area_id.py
test_playwright_worker.py
test_provider.py
test_providers.py
test_search_actions.py
test_workflow_snapshot_recovery.py
tools/
__init__.py
browser_create_session.py
browser_create_session.yaml
browser_operator.py
browser_operator.yaml
browser_stop_session.py
browser_stop_session.yaml
get_action_by_area_id.py
get_action_by_area_id.yaml
search_actions.py
search_actions.yaml
utils/
__init__.py
cdp_client.py
connection_pool.py
http_guard.py
playwright_worker.py
uv.lock
js-sdk/
package.json
src/
api-client.test.ts
api-client.ts
client.test.ts
client.ts
errors.ts
formatter.ts
index.ts
schema-utils.ts
tool-defs.test.ts
tool-defs.ts
types.ts
tsconfig.build.json
tsconfig.json
vitest.config.ts
json-ui/
CHANGELOG.md
example-report-rich.json
example-report.json
package.json
README.md
rust-1.93-report.json
site/
.gitignore
app/
globals.css
layout.tsx
page.tsx
... 306 moreFAQ
actionbook is a Claude Code plugin with 11 hand-picked skills for automation work, indexed on Flowy. Install it with the command on its page. It includes actionbook, actionbook-scraper, agent-browser. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.