Install any skill in seconds. Free to start, no credit card required.
Get Started Free →How to use the 11 specialized AI agents and the ReAct loop.
.claude/skills/shadd0wtaka-zen-agents-usage-skill/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | -49% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -49% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 12% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -45% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -46% | 0% |
How to use the 11 specialized AI agents and the ReAct loop.
pythonfrom agents.react_agent import ReActAgent, ReActAgentConfig # Create agent with persona config = ReActAgentConfig( max_iterations=10, use_vm=True, risk_level=1, # NORMAL ) agent = ReActAgent(config, persona="reconnaissance") # Run against target result = agent.run(target="example.com", objective="Enumerate all subdomains and open ports") # Generate report print(agent.generate_report(result))
IDLE → PLANNING → EXECUTING → OBSERVING → REFLECTING → COMPLETED
│ │ │ │
└───────────┴───────────┴────────────┘
(Retry Loop)bash# Reconnaissance deep-recon --target example.com --output recon.json # Exploitation deep-exploit --target example.com --vulnerability CVE-2021-44228 # Full audit deep-audit --target example.com --phases recon,scan,exploit,report # Reporting deep-report --scan-id wf-abc123 --format pdf
bash# Create scan curl -X POST http://localhost:8000/scans \ -H "Authorization: Bearer $TOKEN" \ -d '{"name":"Audit","target":"example.com","scan_type":"full"}' # Execute tool curl -X POST http://localhost:8000/tools/execute \ -d '{"tool_name":"nmap_scan","target":"example.com","parameters":{"ports":"22,80,443"}}'
javascriptconst ws = new WebSocket("ws://localhost:8000/ws/scans/1"); ws.onmessage = (event) => { const data = JSON.parse(event.data); console.log("Progress:", data.progress, "Findings:", data.findings); };
bash# List all agents zen-agents_agent_list # Run single agent zen-agents_agent_run agent_type=recon target=example.com # Full workflow zen-agents_full_audit target=example.com phases=recon,scan,exploit,report
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 14,055 | 15,918 | +13% | 1 | 1 | 0% | 1,840 | 2,339 | +27% | 0 | 0 | — |
case-02 | fail→pass | 19,219 | 12,033 | -37% | 1 | 1 | 0% | 3,521 | 1,792 | -49% | 0 | 0 | — |
case-03 | fail→pass | 12,338 | 8,535 | -31% | 1 | 1 | 0% | 2,625 | 1,344 | -49% | 0 | 0 | — |
case-04 | fail→fail | 13,775 | 7,268 | -47% | 1 | 1 | 0% | 2,730 | 1,910 | -30% | 0 | 0 | — |
case-05 | fail→fail | 17,886 | 14,968 | -16% | 1 | 1 | 0% | 3,187 | 1,882 | -41% | 0 | 0 | — |
case-06 | fail→fail | 12,211 | 7,926 | -35% | 1 | 1 | 0% | 2,370 | 1,967 | -17% | 0 | 0 | — |
case-07 | fail→pass | 12,821 | 1,767 | -86% | 1 | 1 | 0% | 805 | 905 | +12% | 0 | 0 | — |
case-08 | fail→fail | 7,285 | 9,316 | +28% | 1 | 1 | 0% | 628 | 1,411 | +125% | 0 | 0 | — |
case-09 | fail→pass | 8,982 | 1,545 | -83% | 1 | 1 | 0% | 1,474 | 810 | -45% | 0 | 0 | — |
case-10 | fail→pass | 11,022 | 2,239 | -80% | 1 | 1 | 0% | 1,725 | 930 | -46% | 0 | 0 | — |
case-11 | fail→pass | 8,484 | 3,150 | -63% | 1 | 1 | 0% | 1,486 | 1,160 | -22% | 0 | 0 | — |
case-12 | pass→pass | 6,099 | 1,629 | -73% | 1 | 1 | 0% | 1,072 | 861 | -20% | 0 | 0 | — |
case-13 | pass→pass | 9,602 | 1,842 | -81% | 1 | 1 | 0% | 1,632 | 867 | -47% | 0 | 0 | — |
case-14 | fail→pass | 9,376 | 1,635 | -83% | 1 | 1 | 0% | 1,533 | 820 | -47% | 0 | 0 | — |
case-15 | fail→fail | 14,820 | 1,877 | -87% | 1 | 1 | 0% | 2,634 | 862 | -67% | 0 | 0 | — |
case-16 | fail→pass | 13,465 | 1,679 | -88% | 1 | 1 | 0% | 2,099 | 833 | -60% | 0 | 0 | — |
case-17 | fail→pass | 16,462 | 1,848 | -89% | 1 | 1 | 0% | 2,561 | 840 | -67% | 0 | 0 | — |
case-18 | pass→pass | 7,363 | 1,905 | -74% | 1 | 1 | 0% | 1,123 | 867 | -23% | 0 | 0 | — |
case-19 | fail→fail | 12,466 | 1,875 | -85% | 1 | 1 | 0% | 1,943 | 837 | -57% | 0 | 0 | — |
case-20 | fail→pass | 7,000 | 2,025 | -71% | 1 | 1 | 0% | 1,037 | 839 | -19% | 0 | 0 | — |
case-21 | fail→pass | 7,398 | 1,905 | -74% | 1 | 1 | 0% | 1,150 | 872 | -24% | 0 | 0 | — |
case-22 | fail→pass | 10,448 | 2,377 | -77% | 1 | 1 | 0% | 1,602 | 945 | -41% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted, and 21 counted toward the lift figure. The other 1 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +55 percentage points is the difference between those two pass rates over the 21 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.