Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Pre-computed action manuals for browser automation. Agents receive structured page information instead of parsing entire HTML.
.claude/skills/majiayu000-core-actionbook/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | -47% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -61% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -61% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -56% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -74% | 0% |
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)json{ "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"] } ] }
Other measured skills in the registry, with their headline benchmark lift.