zentao
Use the zentao CLI to login and query ZenTao products and bugs. ZENTAO_URL usually includes /zentao.
郭立lee
@leeguooooo
What This Skill Does
Command-line interface for logging into ZenTao and querying products, bugs, and user-specific issues. Supports listing products, listing bugs by product, viewing bug details, and retrieving the user's own bugs with optional JSON output.
Replaces manual navigation of the ZenTao web interface for common bug-tracking queries by providing direct CLI access to products and bugs.
When to Use It
- Login to a ZenTao instance from the command line
- List all products in a ZenTao project
- List bugs for a specific product by product ID
- View detailed information for a single bug by bug ID
- List your own active bugs with full details
Install
$ openclaw skills install @leeguooooo/zentaozentao (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
Top skills in this category
Camsnap
@steipeteCapture frames or clips from RTSP/ONVIF cameras.
Openhue
@steipeteControl Philips Hue lights/scenes via the OpenHue CLI.
X Trends
@anishtr4Fetches current top trending topics on X (Twitter) for any country using public aggregators.
Recursive Self Improvement
@erichy777递归自我改进系统,能够自动检测错误并修复,或持续优化和重构。包含修复模式和优化模式,支持并发执行、自动化测试、性能监控、智能调度、自适应学习、错误预测和异常恢复。用于需要持续自我优化的系统。
Torch Market
@mrsirg97-rgbEvery token is its own margin market. Depth-adaptive risk engine, treasury-backed lending, real-token short selling. No oracles. No stored baselines. No keep...