← Back to Skills Marketplace
禅道-ZenTao
by
yoyoalphax
· GitHub ↗
· v1.0.6
· MIT-0
426
Downloads
1
Stars
1
Active Installs
6
Versions
Install in OpenClaw
/install yoyoalphax-zentao
Description
禅道-ZenTao 项目管理 API 集成技能。支持查询产品、项目、执行、需求、任务、缺陷等。触发词:禅道、zentao、禅道查询、禅道项目
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install yoyoalphax-zentao - After installation, invoke the skill by name or use
/yoyoalphax-zentao - Provide required inputs per the skill's parameter spec and get structured output
Version History
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接口长期未经维护,作者在实际工作中本地已经多次修改)
Metadata
Frequently Asked Questions
What is 禅道-ZenTao?
禅道-ZenTao 项目管理 API 集成技能。支持查询产品、项目、执行、需求、任务、缺陷等。触发词:禅道、zentao、禅道查询、禅道项目. It is an AI Agent Skill for Claude Code / OpenClaw, with 426 downloads so far.
How do I install 禅道-ZenTao?
Run "/install yoyoalphax-zentao" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 禅道-ZenTao free?
Yes, 禅道-ZenTao is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 禅道-ZenTao support?
禅道-ZenTao is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 禅道-ZenTao?
It is built and maintained by yoyoalphax (@yoyoalphax); the current version is v1.0.6.
More Skills