core-actionbook

Retrieve pre-computed browser automation actions and selectors via search_actions and get_action_by_id.

3|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/0xharryriddle/codex-field-kit --skill core-actionbook-0xharryriddle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: core-actionbook
Source: https://github.com/0xharryriddle/codex-field-kit/tree/main/archive/upstream/chasebuild-agent-skills/rust/skills/core-actionbook
Command: npx skills add https://github.com/0xharryriddle/codex-field-kit --skill core-actionbook-0xharryriddle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides pre-computed browser-automation action manuals and selectors, eliminating the need to parse complex HTML during automation.

Core Features & Use Cases

  • Pre-computed action manuals for browser automation, including page selectors and metadata.
  • Workflow: search_actions to locate actions and get_action_by_id to retrieve full details, then Execute with the provided selectors.
  • Use Case: Rapidly assemble automation routines across common web interfaces without custom scraping.

Quick Start

Load Actionbook to access ready-made browser actions and selectors for your automation tasks.

Frequently Asked Questions about core-actionbook

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get pre-computed selectors for browser automation without parsing HTML?

Pre-computed browser automation actions provide structured page data and element selectors directly. You can search available actions and retrieve specific manuals by ID to execute rapid automation routines without custom HTML scraping.

What is the workflow for assembling automation routines using pre-computed actions?

The browser automation workflow involves searching for actions, retrieving full details by ID, then executing with the provided selectors. This replaces manual HTML parsing and enables rapid assembly of automation workflows across common web interfaces.

Can I use pre-computed action manuals for web testing across different websites?

Pre-computed action manuals support browser automation tasks across websites and test scenarios. They provide structured page data and element selectors for rapid action execution, making them applicable for web testing workflows.

Do I need custom scraping code to get element selectors for automation workflows?

Custom scraping code is not required because pre-computed browser automation actions provide element selectors and metadata directly. This eliminates the need to parse complex HTML during automation and speeds up workflow assembly.

What's the best way to replace manual HTML parsing in browser automation tasks?

Using pre-computed action manuals is an effective way to replace manual HTML parsing in browser automation. They supply structured page data and element selectors, allowing agents to rapidly execute actions without writing custom scraping logic.

How does search_actions work for locating browser automation actions?

The search_actions function locates pre-computed browser automation actions by defined parameters. Once found, get_action_by_id retrieves full action details including structured selectors and metadata for immediate execution in automation workflows.