git:20260518.471df3d to git:20260710.2925510

16 added, 18 removed. Audit A to B.

---
- name: "Apply site-specific action manuals with Actionbook"
- slug: "apply-site-specific-action-manuals-with-actionbook"
+ title: "Apply site-specific action manuals with Actionbook"
description: "Load maintained action manuals for fragile websites so agents can execute known flows more reliably than generic browser prompting."
- github_stars: 1497
- verification: "listed"
+ verification: "security_reviewed"
source: "https://github.com/actionbook/actionbook"
author: "Actionbook"
publisher_type: "organization"
- category: "Browser Automation"
- framework: "Multi-Framework"
+ category:
+ - "Browser Automation"
+ framework:
+ - "Multi-Framework"
tool_ecosystem:
github_repo: "actionbook/actionbook"
github_stars: 1497
npm_package: "@actionbookdev/cli"
npm_weekly_downloads: 4657
---
# Apply site-specific action manuals with Actionbook
Load maintained action manuals for fragile websites so agents can execute known flows more reliably than generic browser prompting.
## Prerequisites
Node.js or Rust toolchain, supported Chromium-based browser
## Installation
- Use the upstream install or setup path that matches your environment:
- - npm install -g @actionbookdev/cli
- - cargo install --git https://github.com/actionbook/actionbook --path packages/cli --locked
- - npx skills add actionbook/actionbook
+ Choose whichever fits your setup:
- Requirements and caveats from upstream:
- - actionbook extension install # Fallback: install to ~/Actionbook/extension/ (requires manual Chrome load)
+ 1. Copy this skill folder into your local skills directory.
+ 2. Clone the repo and symlink or copy the skill into your agent workspace.
+ 3. Add the repo as a git submodule if you manage shared skills centrally.
+ 4. Install it through your internal provisioning or packaging workflow.
+ 5. Download the folder directly from GitHub and place it in your skills collection.
- Basic usage or getting-started notes:
- - [Quick Start](#quick-start)
- - bash
- - Or build from source:
+ Install command or upstream instructions:
- - Source: https://github.com/actionbook/actionbook
- - Extracted from upstream docs: https://raw.githubusercontent.com/actionbook/actionbook/HEAD/README.md
+ ```
+ Install the CLI with `npm install -g @actionbookdev/cli`, start the browser bridge with `actionbook browser start`, and add the packaged Actionbook skill to a supported agent with `npx skills add actionbook/actionbook`.
+ ```
## Documentation
- https://actionbook.dev/docs
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/apply-site-specific-action-manuals-with-actionbook/)