Skills catalog
Twelve playbooks your agent learns.
Twelve playbooks your team's AI picks up.
One master playbook teaches the routing. Eight primitives are the verbs your agent calls. Three cross-cutting skills keep the run honest.
One master playbook teaches the routing. Eight ready-to-install primitives your AI calls on its own. Three cross-cutting playbooks keep every run honest.
- 01 zenrows master Decision tree + cost rules. The playbook your agent reads first to pick the right primitive.
- 02 protected-fetch primitive Anti-bot page retrieval. Protected Web Access handles the obstacles; manual flags when you need them.
- 03 extract primitive Turn protected pages into structured data. Autoparse, CSS selectors, or clean Markdown.
- 04 batch-jobs primitive Scale protected fetch and extract over a thousand URLs. JSONL specs validate locally today; cloud batch ships next.
- 05 discover primitive Find where the data lives. Listings, pagination, categories, without writing custom crawlers.
- 06 crawl primitive Bounded site traversal. Always bounded by max pages and depth, never unbounded.
- 07 interact-browser primitive Browser sessions for logins, clicks, sessions. Escalation-only, gated behind policy.
- 08 monitor primitive Recurring extraction with change detection. Diffs, alerts, snapshots, fresh data on schedule.
- 09 kraken-handoff primitive Hand a stable workflow to Kraken when the business user takes over. No code, just data.
- 10 cost-control cross-cutting Pick the cheapest reliable primitive. Multipliers, policy guardrails, per-run cost accounting.
- 11 trace-debug cross-cutting Read run traces and recover. Failure code in, next action and exact command out.
- 12 compliance-policy cross-cutting Respect domain allow / deny rules, credit caps, secret handling. policy.json enforces every run.
Install
All twelve, one line.
All twelve, ready for your team.
Start building free
10,000 credits/month for free, always.