← Back to Skills Marketplace
15334615152

Yoyoalphax Zentao1

by 15334615152 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
153
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install yoyoalphax-zentao1
Description
Integrates ZenTao project management APIs to query and manage products, projects, executions, stories, tasks, bugs, and related data via unified interface.
Usage Guidance
This skill appears to do what it claims: it will read ZenTao credentials from a local TOOLS.md file and call the ZenTao REST/legacy APIs. Before installing or running it: (1) inspect the TOOLS.md file and avoid committing it to version control—consider using environment variables or a secrets manager instead; (2) review the included Python files yourself (they currently form requests to the user-supplied ZenTao endpoint, which is expected) and run in an isolated virtual environment prior to installing dependencies; (3) note a minor metadata inconsistency (owner/slug/version differences across _meta.json, package.json, and the registry metadata) — this is not necessarily malicious but worth verifying the publisher's identity if you require provenance; (4) if you must run this in a production environment, prefer a least-privilege account on the ZenTao instance and audit any network traffic to ensure credentials are only sent to your ZenTao host.
Capability Analysis
Type: OpenClaw Skill Name: yoyoalphax-zentao1 Version: 1.0.0 The ZenTao Project Management skill provides a legitimate integration with the ZenTao API (both REST and legacy versions). It follows standard OpenClaw patterns by reading user-provided credentials from a local configuration file (TOOLS.md) and includes safety features such as mandatory user confirmation for write operations (create, update, delete) within the CLI script (zentao_cli.py). No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description claim to integrate ZenTao APIs; the repository includes two client libraries (REST and legacy) and a CLI script that call ZenTao endpoints. Required functionality (query/create/update/delete on ZenTao resources) is implemented in the included code and aligns with the stated purpose.
Instruction Scope
SKILL.md explicitly instructs the agent to read ZenTao credentials from a local TOOLS.md file, parse user commands, authenticate to the specified ZenTao host, and call the service's APIs. All referenced files/paths are within the skill (TOOLS.md, requirements.txt, lib/, scripts/) and the runtime actions (network calls to user-specified ZenTao endpoint) are consistent with the skill's function. The instructions require installing Python deps and running code that will execute the bundled libraries.
Install Mechanism
There is no automated install spec; SKILL.md recommends pip3 install -r requirements.txt which only lists requests and beautifulsoup4. This is low-to-moderate risk and expected for a Python CLI package. No external download URLs or opaque installers are used.
Credentials
The skill requests no environment variables but requires a local plaintext TOOLS.md file that contains the API URL, username and password. Storing credentials in a plaintext file is a security risk; while coherent with the skill's design, a more secure pattern (environment variables or secret storage) would be preferable. No unrelated credentials or config paths are requested.
Persistence & Privilege
always:false and no indication the skill modifies other skills or system-wide agent settings. The skill is instruction-only for runtime behavior and does not request persistent elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install yoyoalphax-zentao1
  3. After installation, invoke the skill by name or use /yoyoalphax-zentao1
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
ZenTao Project Management API integration skill initial release. - Integrates both ZenTao legacy API and REST API for unified project management queries. - Supports querying products, projects, executions, stories, tasks, bugs, and more. - Provides both query operations (no confirmation) and action operations (confirmation required) such as creating, updating, and deleting items. - Credentials required via a TOOLS.md file, with clear configuration instructions. - Includes detailed usage examples and workflows in both English and Chinese. - Handles error cases like missing credentials, authentication failures, and API connectivity issues.
Metadata
Slug yoyoalphax-zentao1
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Yoyoalphax Zentao1?

Integrates ZenTao project management APIs to query and manage products, projects, executions, stories, tasks, bugs, and related data via unified interface. It is an AI Agent Skill for Claude Code / OpenClaw, with 153 downloads so far.

How do I install Yoyoalphax Zentao1?

Run "/install yoyoalphax-zentao1" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Yoyoalphax Zentao1 free?

Yes, Yoyoalphax Zentao1 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Yoyoalphax Zentao1 support?

Yoyoalphax Zentao1 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Yoyoalphax Zentao1?

It is built and maintained by 15334615152 (@15334615152); the current version is v1.0.0.

💬 Comments