Agent skill
zentao
Use the zentao CLI to login and query ZenTao products and bugs. ZENTAO_URL usually includes /zentao.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/zentao
Metadata
Additional technical details for this skill
- openclaw
-
{ "emoji": "\ud83d\udc1e", "install": [ { "id": "node", "bins": [ "zentao" ], "kind": "node", "label": "Install zentao CLI (node)", "package": "@leeguoo/zentao-mcp" } ] }
SKILL.md
zentao (ZenTao CLI)
When to use this skill
Use this skill when the user asks to:
- login to ZenTao via the CLI
- list products
- list bugs for a product
- view bug details
- list the user's own bugs
Installation (recommended)
To install globally with pnpm:
pnpm i -g @leeguoo/zentao-mcp
If pnpm is not installed:
npm i -g pnpm
pnpm i -g @leeguoo/zentao-mcp
Login workflow
- Run login once:
zentao login \
--zentao-url="https://zentao.example.com/zentao" \
--zentao-account="leo" \
--zentao-password="***"
- This writes credentials to:
~/.config/zentao/config.toml(or$XDG_CONFIG_HOME/zentao/config.toml)
- Verify:
zentao whoami
IMPORTANT: --zentao-url usually must include /zentao.
If login returns HTML 404, the base path is likely missing /zentao.
Commands
List products (simple by default):
zentao products list
List bugs for a product:
zentao bugs list --product 6
Get bug details:
zentao bug get --id 1329
List my bugs (include details):
zentao bugs mine --status active --include-details
Full JSON output:
zentao products list --jsonzentao bugs list --product 6 --jsonzentao bug get --id 1329 --jsonzentao bugs mine --include-details --json
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?