Skip to content
Development
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.

From plugin
rust-skills
1.4k38 skills11 agents21 commands1 hook
+1
Install
$ npx -y skills add zhanghandong/rust-skills --skill core-actionbook --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/core-actionbook

Context preview

The summary Claude sees to decide when to auto-load this skill.

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.

SKILL.md

core-actionbook.SKILL.md
name: core-actionbook
description: "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."
user-invocable: false
disable-model-invocation: true

Actionbook

Pre-computed action manuals for browser automation. Agents receive structured page information instead of parsing entire HTML.

Workflow

1. **search_actions** - Search by keyword, returns URL-based action IDs with content previews 2. **get_action_by_id** - Get full action manual with page details, DOM structure, and element selectors 3. **Execute** - Use returned selectors with your browser automation tool

MCP Tools

  • `search_actions` - Search by keyword. Returns: URL-based action IDs, content previews, relevance scores
  • `get_action_by_id` - Get full action details. Returns: action content, page element selectors (CSS/XPath), element types, allowed methods (click, type, extract), document metadata

Parameters

**search_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`)

Example Response

{
  "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"]
    }
  ]
}
Read more
Ships withrust-skills

AI-powered Rust development assistant with meta-cognition framework

Get the whole plugin

Other skills on rust-skills.