OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add actionbook/rust-skills --skill core-actionbook
Internal support skill for actionbook MCP selectors used by Rust documentation research workflows. Use only when another rust-skills workflow explicitly requests actionbook-backed selectors.
npx skills add actionbook/rust-skills --skill core-actionbook
Pre-computed action manuals for browser automation. Agents receive structured page information instead of parsing entire HTML.
search_actions - Search by keyword. Returns: URL-based action IDs, content previews, relevance scoresget_action_by_id - Get full action details. Returns: action content, page element selectors (CSS/XPath), element types, allowed methods (click, type, extract), document metadatasearch_actions:
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)get_action_by_id:
id (required): URL-based action ID (e.g., example.com/page)