at-zentao

at-zentao is a skill for Claude Code from kairyou/agent-tools. It costs 65 tokens per session (3,257 once invoked), scanned A, original, MIT.

A workflow tool for managing ZenTao bugs and tasks, including linked Stories. ZenTao is a project-management system for tracking software requirements, work, and defects.

In plain words
What is it for?
Use it to read or update ZenTao bugs and tasks, change task status, record hours, inspect linked Stories, and write back implementation results.
Why use it?
It keeps code changes and project-tracking records synchronized, so task status, work hours, and related requirements do not become outdated.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the agent-tools plugin — 8 skills shipped together

Good fit Use it to read or update ZenTao bugs and tasks, change task status, record hours, inspect linked Stories, and write back implementation results.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kairyou/agent-tools/at-zentao
Install

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.

Any agent
npx skills add kairyou/agent-tools --skill at-zentao
Clone the repo
git clone --depth 1 https://github.com/kairyou/agent-tools

Made for: Claude Code.

Or install agent-tools, the plugin that ships this one along with the rest of its 8 skills.

Wrote 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.

agentmods badge for at-zentao

README.md
[![agentmods](https://agentmods.dev/badge/skills/kairyou/agent-tools/at-zentao/github.svg)](https://agentmods.dev/skills/kairyou/agent-tools/at-zentao)
Your own site
<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.

agentmods 80×15 button for at-zentao

Your own site · 80×15
<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>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,257 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 12d ago against content hash 691cb032b3a6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/zentao-cli.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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
skills/systems/at-zentao/SKILL.md · 271 lines

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.

Read the full file on GitHub · 271 lines

Files

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.

Changes

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.

  1. 12d ago First seen · 271 lines · 65 tokens per session scan A 691cb032b3a6

Subscribe to this mod's changes

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.