Zenrows
Talk to sales Start free

Skills catalog

Playbooks your agent learns.

Playbooks your team's AI picks up.

A master playbook teaches the routing. Primitive skills are the commands your agent calls. Cross-cutting skills keep the run honest.

Read the skills docs
  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 many URLs. JSONL specs validate locally with no key; cloud batch runs today with beta access. skills/batch-jobs/SKILL.md
  5. 05 interact-browser primitive Browser sessions for logins, clicks, sessions. Escalation-only, gated behind policy. skills/interact-browser/SKILL.md
  6. 06 cost-control cross-cutting Pick the cheapest reliable primitive. Multipliers, policy guardrails, per-run cost accounting. skills/cost-control/SKILL.md
  7. 07 trace-debug cross-cutting Read run traces and recover. Failure code in, next action and exact command out. skills/trace-debug/SKILL.md
  8. 08 compliance-policy cross-cutting Respect domain allow / deny rules, usage limits, secret handling. policy.json enforces every run. skills/compliance-policy/SKILL.md

Install

Every skill, one line.

Start building free

Free, recurring. 5,000 credits every month.

Read the skills docs