
If you've built a Dify workflow that needs to click a button, fill a form, or scrape data from a live website, you've probably watched it break in production. Selectors go stale, dropdowns get misclicked, and every fix seems to break something else.
It's not that your agent can't reason. It's that you're feeding it the entire DOM and asking it to figure out a page from scratch every single time. That burns tokens and kills reliability.
That's what Actionbook solves. It pairs pre-built action manuals with browser session execution, so your agent knows how a site works before it opens a tab, and executes with precision instead of trial and error.
How the Actionbook Plugin Works
1. Structured Action Retrieval
Workflows can now:
search_actions: discover relevant action areas for your taskget_action_by_area_id: retrieve the full structured action manual for that area
The agent knows exactly what to click and where before it ever opens a tab. No trial and error, no DOM exploration.
2. Session-Based Browser Execution
Browser execution is powered by Hyperbrowser.
Agents can create a browser session, navigate pages, click elements, fill forms, extract content, and tear the session down cleanly when done. No leaked sessions, no orphaned browser instances.
Example: Searching Hugging Face Models
Here's a concrete workflow: find the first trending text-generation model on Hugging Face and generate a summary of its key information.
With Actionbook, the agent reads the manual first, then executes:
- Search for relevant actions on
huggingface.co - Retrieve the structured action manual for the target page
- Start a browser session
- Navigate to the Hugging Face Models page
- In the browser, click the
text-generationtab and then clickTrending - Click the first trending model
- Extract the model metadata
- End the browser session
- Generate a summary of the model information
Get Started
Install the Actionbook plugin from the Dify Marketplace, grab your API key from actionbook dashboard, and give your workflows a reliable way to operate any website.
Links
- Plugin: https://marketplace.dify.ai/plugin/actionbook/actionbook
- Actionbook: https://actionbook.dev
- Community: https://actionbook.dev/discord
Ready to build your playbook?
Join our Discord to share your use case and get direct guidance from the Actionbook team.