Yoyoalphax Zentao1
Skill by 15334615152
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/15334615152/yoyoalphax-zentao1name: zentao description: ZenTao Project Management API Integration | 禅道-ZenTao 项目管理 API 集成。Query products, projects, executions, stories, tasks, bugs / 查询产品、项目、执行、需求、任务、缺陷等。Triggers: 禅道,zentao, project management license: MIT version: 1.0.4 author: yoyoalphax config: required_files: - path: TOOLS.md description: ZenTao API credentials configuration file | 禅道 API 凭证配置文件 required_sections: - "## 禅道 API" - "## ZenTao API" dependencies: - python3 - requests - beautifulsoup4
ZenTao Project Management Skill (禅道-ZenTao 项目管理技能)
首先,感谢禅道团队多年的深耕与付出。没有你们孜孜不倦的耕耘和维护,就没有这款优秀的项目管理工具。禅道作为国内领先的开源项目管理解决方案,帮助无数团队提升了协作效率,这份贡献值得我们致以最诚挚的敬意。🙏
English Version | 英文版 (Primary)
Chinese Version | 中文版 (Below)
🇬🇧 English Version
Quick Start
This skill integrates both legacy ZenTao API and REST API, providing unified project management query interfaces.
Installation
Prerequisites:
- Python 3.8+
- pip (Python package manager)
Install Dependencies:
# Option 1: Using requirements.txt (recommended)
pip3 install -r requirements.txt
# Option 2: Manual install
pip3 install requests beautifulsoup4
Credentials Configuration
ZenTao API credentials are stored in the TOOLS.md file:
## 禅道 API (ZenTao API)
- **API URL:** http://<your-zentao-host>/
- **Username:** <your-username>
- **Password:** <your-password>
⚠️ Security Notice: Do not commit API credentials to version control or share them publicly.
Usage Examples
Query Product List
ZenTao product list
Query all products in ZenTao
zentao products
Query Project List
ZenTao project list
Query active projects
zentao projects status=doing
Query Stories List
ZenTao stories project=<project-name>
Query stories for product=<your-product-name>
Query Tasks List
ZenTao tasks execution=<execution-id>
Query tasks for project=<your-project-name>
Query Bugs List
ZenTao bugs product=<product-name>
Query bugs for product=<your-product-name>
Create Story (Requires Confirmation)
ZenTao create story product=<product-name> execution=<execution-id> title=[New Feature] Test story plan=<date>
Create Task (Requires Confirmation)
ZenTao create task execution=<execution-id> story=<story-id> title=Development task assign=<username>
Features
Query Operations (No Confirmation Required)
User
- Get user list
- Get user info
- Get my personal info
Program
- Get program list
- Get program info
Product
- Get product list
- Get product info
- Get product teams
- Get product plans
- Get stories list
- Get bugs list
- Get releases list
- Get test cases list
- Get test tasks list
- Get feedbacks list
- Get tickets list
Project
- Get projects list
- Get project info
- Get project stories
- Get executions list
- Get builds list
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-15334615152-yoyoalphax-zentao1": {
"enabled": true,
"auto_update": true
}
}
}