Agent skill · software engineering · actionbook

actionbook

Access pre-computed website action manuals containing page descriptions, functionality, DOM structure, and element selectors for browser automation. Use when you need CSS/XPath selectors for UI elements, building browser-based AI agents, or looking up how to interact with a website's UI.

Why this skill is useful

Provides structured access to CSS/XPath selectors and DOM details for browser automation that the AI wouldn't reliably generate on its own.

What it needs

About 1k tokens when loaded. Last updated 2026-08-06. 1,587 stars on the source repository.

What this skill does

Actionbook Pre-computed action manuals for browser automation. Agents receive structured page information instead of parsing entire HTML. Workflow 1. searchactions - Search by keyword, returns URL-based action IDs with content previews 2. getactionbyid - Get full action manual with page details, DOM structure, and element selectors 3. Execute - Use returned selectors with your browser automation tool MCP Tools searchactions - Search by keyword. Returns: URL-based action IDs, content previews, relevance scores getactionbyid - Get full action details. Returns: action content, page element selectors (CSS/XPath), element types, allowed methods (click, type, extract), document metadata Parameters searchactions: query (required): Search keyword (e.g., "airbnb search", "google login") type: vector fulltext hybrid (default) limit: Max results (default: 5) sourceIds: Filter by source IDs (comma-separated) minScore: Minimum relevance score (0-1) getactionbyid: id (required): URL-based action ID (e.g., example.com/page) Example Response

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills actionbook/actionbook--2e1bf9

View the source on GitHub

Browse the @skills marketplace