actionbook

Automate website interactions using verified action manuals via CDP or Chrome Extension.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/EwenCheung/Startup-Hunter --skill actionbook-ewencheung
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: actionbook
Source: https://github.com/EwenCheung/Startup-Hunter/tree/main/.agents/skills/actionbook
Command: npx skills add https://github.com/EwenCheung/Startup-Hunter --skill actionbook-ewencheung

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Actionbook enables automated interaction with websites by providing pre-verified action manuals and deterministic browser commands, reducing manual repetitive tasks.

Core Features & Use Cases

  • Verified action manuals with per-page selectors and step-by-step instructions.
  • Dual browser modes (CDP and Extension) with a structured lifecycle and safe cleanup.
  • Phase-based workflow (search for manuals, fetch details, execute browser actions) across any website for tasks like scraping, form filling, testing, and automation.

Quick Start

Open a browser, search for an action manual describing your task, get the selectors, and run automated browser actions using those selectors.

Frequently Asked Questions about actionbook

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

FAQPage Schema
How do I automate web scraping and form filling using verified selectors?

You can automate web tasks by searching for an action manual describing your target website, fetching its verified selectors, and executing deterministic browser commands for scraping or form filling.

What is the difference between CDP and Chrome Extension modes for browser automation?

CDP and Chrome Extension modes offer dual pathways for browser automation, both maintaining a structured lifecycle and safe cleanup to execute website actions reliably across different environments.

Can I use this to automate UI testing and AI-agent workflows across any site?

You can perform UI testing and AI-agent workflows across any site by applying verified action manuals that provide deterministic browser commands and per-page selectors for reliable execution.

How do I get started with web automation using action manuals?

Start by opening a browser, searching for an action manual that describes your task, retrieving the necessary selectors, and running the automated browser actions using those verified selectors.

Does this approach require writing custom scripts for every website interaction?

It reduces the need for custom scripts by relying on pre-verified action manuals containing per-page selectors and deterministic browser commands to handle repetitive website interactions automatically.

Why use verified action manuals instead of dynamic selector generation for web automation?

Using verified action manuals ensures deterministic browser commands and stable per-page selectors, reducing the fragility and manual repetitive tasks often caused by dynamic selector generation.