← 返回 Skills 市场
yoyoalphax

禅道-ZenTao

作者 yoyoalphax · GitHub ↗ · v1.0.6 · MIT-0
cross-platform ✓ 安全检测通过
426
总下载
1
收藏
1
当前安装
6
版本数
在 OpenClaw 中安装
/install yoyoalphax-zentao
功能描述
禅道-ZenTao 项目管理 API 集成技能。支持查询产品、项目、执行、需求、任务、缺陷等。触发词:禅道、zentao、禅道查询、禅道项目
安全使用建议
This skill appears internally consistent for integrating with a self-hosted ZenTao instance, but consider these practical cautions before installing: 1) Source/attribution is unknown and there is no homepage — if you rely on it in production, review the full read_credentials implementation and the code paths that log or print responses to ensure credentials are not inadvertently recorded. 2) TOOLS.md holds plaintext credentials — do not commit it to version control; prefer a token or scoped account and use HTTPS endpoints. 3) The code performs network requests to the endpoint you configure; verify you trust the ZenTao host and that credentials are rotated and limited in scope. 4) Action (create/update/delete) flows require interactive confirmation via input(); if you plan to run this non-interactively (as an autonomous agent) test how confirmation is handled so it cannot be abused to perform writes without explicit consent. 5) If you want higher assurance, run the package in an isolated environment, review the full source (especially any omitted helper functions), and confirm there are no hidden remote URLs or logging of secrets.
功能分析
Type: OpenClaw Skill Name: yoyoalphax-zentao Version: 1.0.6 The ZenTao skill bundle provides a legitimate integration for the ZenTao Project Management system, allowing users to query and manage products, projects, tasks, and bugs via REST and legacy APIs. The code (lib/zentao_client.py, lib/zentao_rest_client.py) implements standard API client logic and handles credentials securely by reading them from the local TOOLS.md file as per OpenClaw conventions. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found, although the 'httpx' dependency is missing from the requirements.txt file.
能力评估
Purpose & Capability
Name/description claim ZenTao API integration and included files implement a REST + legacy API client, CLI, and SKILL.md that instructs storing ZenTao credentials in TOOLS.md — these requirements are coherent with the stated purpose.
Instruction Scope
SKILL.md and code instruct reading credentials from TOOLS.md, authenticating to the configured ZenTao endpoint, and calling API endpoints. Actions that modify data require interactive confirmation. There are no instructions to read unrelated system files, environment variables, or to transmit data to unexpected external services.
Install Mechanism
No install script or remote downloads; dependencies are standard Python packages declared in requirements.txt (requests, beautifulsoup4). This is a low-risk, typical install approach for a Python-based skill.
Credentials
The skill requests no environment variables and instead expects API credentials in a local TOOLS.md per SKILL.md. That is proportionate for a self-hosted ZenTao integration, though storing credentials in a plaintext file is a normal security concern (not a coherence problem).
Persistence & Privilege
always is false and the skill does not request elevated or system-wide privileges; it does network calls only to the configured ZenTao endpoint and does not attempt to modify other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install yoyoalphax-zentao
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /yoyoalphax-zentao 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.6
yoyoalphax-zentao v1.0.6 - No code or documentation changes detected in this release. - No updates or modifications were made to the skill files. - Edits the describes.
v1.0.5
- Added requirements.txt to specify Python dependencies for easier setup. - Documented install instructions for Python and pip; users can now quickly install dependencies using pip. - Declared skill dependencies (python3, requests, beautifulsoup4) in the SKILL.md config. - Incremented skill version to 1.0.4.
v1.0.4
- English documentation added as the primary language, with full bilingual (English & Chinese) instructions. - Updated required credentials: TOOLS.md must now include both "## 禅道 API" and "## ZenTao API" sections. - Expanded trigger keywords and usage examples in both languages. - Improved feature/command lists: clearly separated query and action (confirmation) operations. - Enhanced explanations, workflow steps, error handling, and notes for clarity and usability. - Removed file: SKILL.en.md (now incorporated into SKILL.md as a bilingual document).
v1.0.3
Initial release of 禅道-ZenTao 项目管理 API integration skill: - Provides unified API queries for products, projects, executions, requirements, tasks, bugs, and more - Supports both ZenTao REST API (token-based) and legacy API (session/cookie) for compatibility - Configuration via TOOLS.md for secure API credential management - Includes detailed usage examples for common queries and operations - All create, update, or delete actions require explicit user confirmation - Comprehensive error handling and output formatting for query results
v1.0.2
- 新增 MIT 协议声明,提升开源透明度 - 技能描述中增加“禅道-ZenTao”表述,更清晰说明中英文命名 - 其余内容与前一版本一致,无功能变化
v1.0.1
作者:AlphaXu,测试平台禅道访问skill,整合内置页面接口及restful接口。支持项目各个层级的增删改查(增删改时需要用户确认)。原接口文档均经过实际调试与测试,非禅道官网公开的未经维护的接口。(禅道官网的内置页面接口及restful1.0接口长期未经维护,作者在实际工作中本地已经多次修改)
元数据
Slug yoyoalphax-zentao
版本 1.0.6
许可证 MIT-0
累计安装 3
当前安装数 1
历史版本数 6
常见问题

禅道-ZenTao 是什么?

禅道-ZenTao 项目管理 API 集成技能。支持查询产品、项目、执行、需求、任务、缺陷等。触发词:禅道、zentao、禅道查询、禅道项目. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 426 次。

如何安装 禅道-ZenTao?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install yoyoalphax-zentao」即可一键安装,无需额外配置。

禅道-ZenTao 是免费的吗?

是的,禅道-ZenTao 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

禅道-ZenTao 支持哪些平台?

禅道-ZenTao 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 禅道-ZenTao?

由 yoyoalphax(@yoyoalphax)开发并维护,当前版本 v1.0.6。

💬 留言讨论