From actionbook
Fetches step-by-step action manuals with verified CSS/XPath selectors for automating website tasks via Playwright or Puppeteer.
How this command is triggered — by the user, by Claude, or both
Slash command
/actionbook:manual <task>The summary Claude sees in its command listing — used to decide when to auto-load this command
# /actionbook:manual Fetches up-to-date action manuals with step-by-step instructions and verified selectors. ## Usage - **task**: Describe what you want to do (e.g., "linkedin send message", "airbnb book listing") ## Examples ## How It Works 1. Searches for action manuals matching your task 2. Returns the best matching manual with: - Step-by-step instructions - Verified CSS/XPath selectors for each element - Element types and allowed methods (click, type, fill, etc.) 3. You can use these selectors directly with Playwright, Puppeteer, or any browser automation tool
Fetches up-to-date action manuals with step-by-step instructions and verified selectors.
/actionbook:manual <task>
/actionbook:manual linkedin send message
/actionbook:manual airbnb search listings
/actionbook:manual twitter post tweet
/actionbook:manual google login
/actionbook:manual github create issue
npx claudepluginhub razor-ai/actionbook --plugin deep-research3plugins reuse this command
First indexed Jan 15, 2026
/agent-browserAutomates browser interactions — navigate, screenshot, fill forms, click elements, and run tests. Accepts a URL or subcommand for targeted actions.
/hep-browserOpens a URL in a real browser, captures a rendered snapshot, and optionally performs automation (click, text input, navigation) via the Agentlas browser hardpoint.
/browserRuns Verdict browser automation commands for page verification, form testing, CSS inspection, and auth login. Server auto-starts on first call.
/exploreExplores web pages or navigation goals using browser automation. Analyzes with accessibility snapshots and reports elements, navigation options, content found.