Zenrows
Talk to sales Start building free

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.

  1. 01 zenrows master Decision tree + cost rules. The playbook your agent reads first to pick the right primitive. skills/zenrows/SKILL.md
  2. 02 protected-fetch primitive Anti-bot page retrieval. Protected Web Access handles the obstacles; manual flags when you need them. skills/protected-fetch/SKILL.md
  3. 03 extract primitive Turn protected pages into structured data. Autoparse, CSS selectors, or clean Markdown. skills/extract/SKILL.md
  4. 04 batch-jobs primitive Scale protected fetch and extract over a thousand URLs. JSONL specs validate locally today; cloud batch ships next. skills/batch-jobs/SKILL.md
  5. 05 discover primitive Find where the data lives. Listings, pagination, categories, without writing custom crawlers. skills/discover/SKILL.md
  6. 06 crawl primitive Bounded site traversal. Always bounded by max pages and depth, never unbounded. skills/crawl/SKILL.md
  7. 07 interact-browser primitive Browser sessions for logins, clicks, sessions. Escalation-only, gated behind policy. skills/interact-browser/SKILL.md
  8. 08 monitor primitive Recurring extraction with change detection. Diffs, alerts, snapshots, fresh data on schedule. skills/monitor/SKILL.md
  9. 09 kraken-handoff primitive Hand a stable workflow to Kraken when the business user takes over. No code, just data. skills/kraken-handoff/SKILL.md
  10. 10 cost-control cross-cutting Pick the cheapest reliable primitive. Multipliers, policy guardrails, per-run cost accounting. skills/cost-control/SKILL.md
  11. 11 trace-debug cross-cutting Read run traces and recover. Failure code in, next action and exact command out. skills/trace-debug/SKILL.md
  12. 12 compliance-policy cross-cutting Respect domain allow / deny rules, credit caps, secret handling. policy.json enforces every run. skills/compliance-policy/SKILL.md

Install

All twelve, one line.

Start building free

10,000 credits/month for free, always.