Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add kairyou/agent-tools --skill at-zentaogit clone --depth 1 https://github.com/kairyou/agent-toolsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/kairyou/agent-tools/at-zentao)<a href="https://agentmods.dev/skills/kairyou/agent-tools/at-zentao"><img src="https://agentmods.dev/badge/skills/kairyou/agent-tools/at-zentao/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/kairyou/agent-tools/at-zentao"><img src="https://agentmods.dev/badge/skills/kairyou/agent-tools/at-zentao.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00065 | $0.03257 |
| Opus 5 | $0.00032 | $0.01629 |
| Sonnet 5 | $0.00013 | $0.00651 |
| Haiku 4.5 | $0.00006 | $0.00326 |
Grade A, and why
at-zentao scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
Do not work around the CLI with `curl` when authentication or an endpoint How it starts
The opening of the file, as written. The whole thing — 271 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ZenTao Bug/Task Workflow
Secure CLI boundary
This Skill bundles scripts/zentao-cli.mjs. Resolve the Skill root as the
directory containing this SKILL.md, then run the script with Node using its
resolved path from any working directory:
node <skill-root>/scripts/zentao-cli.mjs <command>
The script is the only component allowed to read ZenTao configuration,
exchange credentials for a token, send authenticated requests, or inspect raw
error responses. Run it directly without reading or copying its source into
the conversation. Never read ~/.agent-tools/config.jsonc, print ZenTao env
vars, call the token endpoint, or construct a ZenTao Token header yourself.
The CLI emits only sanitized JSON. Treat a nonzero exit as a stopped ZenTao
operation and report its safe error, message, and optional HTTP status.
Do not work around the CLI with curl when authentication or an endpoint
fails.
Configuration
The CLI reads the global ~/.agent-tools/config.jsonc, or
$AGENT_TOOLS_HOME/config.jsonc when AGENT_TOOLS_HOME is set. It never reads
repository-level configuration. Basic configuration:
{
"zentao": {
"url": "https://zentao.example.com",
"account": "user",
"password": "your-password"
}
}
To avoid storing the password in the file, use
"password": { "env": "ZENTAO_PASSWORD" } and set that environment variable.
Direct env overrides are ZENTAO_URL, ZENTAO_ACCOUNT, and
ZENTAO_PASSWORD. ZENTAO_TOKEN may be used instead of password exchange; it
is accepted only from the environment.
When configuration is missing, tell the user which file to edit and show the template above. Never ask them to paste a password or token into chat, and do not edit or inspect the file after they add credentials. Ask them to say "done", then validate with:
node <skill-root>/scripts/zentao-cli.mjs doctor
Report only whether the connection succeeded and whether authentication used
token or account-password.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 271 lines · 65 tokens per session scan A 691cb032b3a6
at-zentao is a skill published in the GitHub repository kairyou/agent-tools (180 stars, last pushed 2d ago), licensed MIT. It adds 65 tokens to every session and 3,257 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
bootstrap
Bootstrap a greenfield project with parent-owned interviews and bounded plan, revision, and apply actions.
blueprint
Guided parent-owned project charter and PRD interviews with durable artifact-only resume.
build-fast
Quick-iteration development for small/medium scope changes with persistent artifacts and optional review.
speedrun
Interactive speedrun loop for small, low-risk changes. Delegates each request to a general sub-agent. Redirects larger work to /build-fast or /build.
arcade-collab
Structured guidance for agents to read, classify, and act on user feedback (annotations and direct file edits) from the Arcade.
phase-plan
Decompose a completed PRD or oversized requirements artifact into durable delivery phases.