← 返回
开发者工具 中文

zentao

Use the zentao CLI to login and query ZenTao products and bugs. ZENTAO_URL usually includes /zentao.
使用 zentao CLI 登录并查询 ZenTao 产品及缺陷,ZENTAO_URL 通常包含 /zentao。
leeguooooo
开发者工具 clawhub v1.0.1 1 版本 99792.4 Key: 无需
★ 5
Stars
📥 2,303
下载
💾 43
安装
1
版本
#latest

概述

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

1) Run login once:

zentao login \
  --zentao-url="https://zentao.example.com/zentao" \
  --zentao-account="leo" \
  --zentao-password="***"

2) This writes credentials to:

  • ~/.config/zentao/config.toml (or $XDG_CONFIG_HOME/zentao/config.toml)

3) 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 --json
  • zentao bugs list --product 6 --json
  • zentao bug get --id 1329 --json
  • zentao bugs mine --include-details --json

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-28 15:44 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 66 📥 179,873
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,739
communication-collaboration

email skill

leeguooooo
通过邮箱 CLI 管理与读取邮件,支持 JSON 输出,可安全高效地列出、查看、删除和监控邮件。
★ 1 📥 2,073