Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Use the zentao CLI to login and query ZenTao products and bugs. ZENTAO_URL usually includes /zentao.
Use the zentao CLI to login and query ZenTao products and bugs. ZENTAO_URL usually includes /zentao.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
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
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
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.
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 --json zentao bugs list --product 6 --json zentao bug get --id 1329 --json zentao bugs mine --include-details --json
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.