首页龙虾技能列表 › zentao — 技能工具

🐞 zentao — 技能工具

v1.0.1

[自动翻译] Use the zentao CLI to login and query ZenTao products and bugs. ZENTAO_URL usually includes /zentao.

4· 1,900·3 当前·4 累计
by @leeguooooo (郭立lee)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/2/26
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill is internally consistent: it installs an npm ZenTao CLI and the SKILL.md only instructs using that CLI (including login which stores credentials to a local config file).
评估建议
Before installing: (1) verify the npm package and author (@leeguoo/zentao-mcp) on the npm page and, if possible, inspect the package source or repository for postinstall scripts; (2) be aware logging in will persist credentials to ~/.config/zentao/config.toml (or $XDG_CONFIG_HOME) — check file contents and permissions and avoid storing high-privilege passwords on shared machines; (3) consider using least-privilege or API-token login if ZenTao supports it; (4) install in an isolated environment i...
详细分析 ▾
用途与能力
Name, description, and install spec match: the skill installs the @leeguoo/zentao-mcp npm package which provides a 'zentao' CLI and the SKILL.md documents commands for listing products and bugs and logging in — all coherent with the stated purpose.
指令范围
Runtime instructions are narrowly scoped to installing the CLI and using it (login, whoami, list/get commands). The only filesystem interaction described is writing credentials to ~/.config/zentao/config.toml (or $XDG_CONFIG_HOME), which is expected for a CLI that stores credentials; the SKILL.md does not instruct reading unrelated system files or exfiltrating data to unexpected endpoints.
安装机制
Install uses an npm package (@leeguoo/zentao-mcp) from the public registry — expected for a JS CLI. This is a normal choice but npm packages can run lifecycle/postinstall scripts, so verify the package and publisher before installing on sensitive systems.
凭证需求
The skill declares no required environment variables or credentials, which matches the instructions. However the CLI stores login credentials to a local config file (~/.config/zentao/config.toml or $XDG_CONFIG_HOME), so users should be aware credentials will be persisted on disk and verify file permissions/format.
持久化与权限
The skill is not always-enabled and is user-invocable only. It modifies only its own CLI config file (per the doc) and does not request elevated or system-wide privileges.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.12026/2/2

- Documentation updated in SKILL.md for improved clarity and brevity - Added concise install and usage instructions - Provided clear login and verification workflow - Listed common commands with sample usage and output options - Removed redundant or overly detailed sections to focus on main workflow

● 无害

安装命令 点击复制

官方npx clawhub@latest install zentao
镜像加速npx clawhub@latest install zentao --registry https://cn.clawhub-mirror.com

技能文档

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
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务