From rust-skills
Internal support skill providing actionbook MCP selectors for Rust documentation research workflows. Activated only when another rust-skills workflow explicitly requests actionbook-backed selectors.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rust-skills:core-actionbookThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Pre-computed action manuals for browser automation. Agents receive structured page information instead of parsing entire HTML.
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){
"title": "Airbnb Search",
"url": "www.airbnb.com/search",
"elements": [
{
"name": "location_input",
"selector": "input[data-testid='structured-search-input-field-query']",
"type": "textbox",
"methods": ["type", "fill"]
}
]
}
npx claudepluginhub actionbook/rust-skills --plugin rust-skillsAutomates browser interactions on websites via CLI: start sessions, navigate, snapshot pages, fill forms, click elements, handle concurrent multi-tab operations. For scraping, E2E testing, AI agents.
Internal skill for browser automation via agent-browser CLI. Use only when actionbook MCP lacks selectors for a target site or interactive testing is needed.
Executes AI browser agents for web interactions, data extraction, research, and workflow automation. Learns and reuses skills; supports background tasks and multi-source synthesis.