Install Actionbook skills
Use the Actionbook skills package:actionbook, active-research, or extract). If you need multiple, run the same command again and select the next skill.
What each skill does
actionbook/actionbook
Core browser-operation workflow for agents:
actionbook searchto find relevant manualsactionbook getto fetch verified selectors- execute browser actions with less selector guesswork
actionbook/active-research
Research workflow for deep analysis and report generation:
- structured multi-source collection
- selector-aware browsing with Actionbook
- output-ready report workflow for long-form research
actionbook/extract
Data extraction workflow that produces a reusable Playwright script and structured output:
- obtain selectors via Actionbook (
search/getfirst) - if selectors are sufficient, start from them and script directly
- run lightweight mechanism probes when needed (hydration/virtualized list/pagination)
- use snapshot/screenshot only as fallback when selectors are missing or unstable
- generate a standalone Playwright script that handles the detected mechanisms
- output extracted data as JSON (default) or CSV
actionbook (interactive operation) or active-research (report generation), extract is purpose-built for pulling structured data from a page and leaving behind a re-runnable script.