Documentation
README
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.
This is the opening of the README. Read the full README on GitHub.