← Back to Skills Marketplace
hanweify

禅道Bug统计

by hanweify · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
187
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install zentao-bug-stats
Description
统计禅道中指定起始日期的版本Bug数量及今日新建、关闭、激活和问题引入的Bug数据。
Usage Guidance
This skill appears to do exactly what it says: log into a ZenTao instance and count bugs. Before using it, check and if necessary change the defaults: set ZENTAO_URL to your internal ZenTao URL, and set ZENTAO_USER and ZENTAO_PASS via environment variables rather than relying on the hardcoded defaults. Review the script if you plan to run it on a machine with broader network access—it will POST your credentials to whatever ZENTAO_URL is set to. Also verify the hardcoded project/product IDs (project=47, product=28) and result path (bug-browse-28) match your ZenTao setup, or modify them. If you are uncertain, run the script in an isolated environment (or on an internal network) and inspect network calls (e.g., with a proxy) the first time you run it.
Capability Analysis
Type: OpenClaw Skill Name: zentao-bug-stats Version: 1.0.0 The script zentao_stats.py contains hardcoded credentials (username 'jinx_robot' and password '!!123Abc') and a default target URL pointing to a private IP address (172.16.16.1). While the script's logic aligns with its stated purpose of fetching Zentao bug statistics via web scraping, the inclusion of hardcoded credentials and specific internal project/product IDs (e.g., project 47, product 28) are significant security vulnerabilities. These flaws suggest the bundle is an un-sanitized internal tool that could lead to unauthorized access or internal network probing if executed in a matching environment.
Capability Assessment
Purpose & Capability
Name/description say "ZenTao bug statistics" and the included Python script logs into a ZenTao instance and issues POST queries to search-buildQuery.html then scrapes a bug-browse page to count results. The requested operations (HTTP login and query) align with the stated purpose.
Instruction Scope
SKILL.md tells the user to run the Python script which performs login and query steps described in the docs. The SKILL.md does not document environment variables the script will read (ZENTAO_URL, ZENTAO_USER, ZENTAO_PASS), nor the script's implicit dependence on specific project/product IDs (project=47, product=28) and a result page path (bug-browse-28). Those omissions are scope/documentation issues but not evidence of malicious behavior.
Install Mechanism
This is an instruction-only skill with an included Python script; there is no installer, external downloads, or package installation. Nothing will be written or executed beyond running the provided script.
Credentials
The skill does not request credentials in metadata, but the script will read optional environment variables ZENTAO_URL, ZENTAO_USER, and ZENTAO_PASS (and will POST the credentials to the specified ZenTao server). It also embeds default values (default URL http://172.16.16.1:81/zentao/, default user 'jinx_robot', default password '!!123Abc'). These defaults are convenience choices but should be reviewed before running to avoid accidentally sending credentials to the wrong endpoint.
Persistence & Privilege
The skill does not request persistent/always-on presence and does not modify agent or system-wide settings. It only performs one-off HTTP actions when run.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install zentao-bug-stats
  3. After installation, invoke the skill by name or use /zentao-bug-stats
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
支持统计: 1、按起始日期统计版本bug:某版本总共发现的bug数,问题引入的bug数,激活的bug数、待解决bug数、待验证bug数 2、今日bug统计:今天新建bug数、关闭bug数、激活bug数、问题引入bug数
Metadata
Slug zentao-bug-stats
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 禅道Bug统计?

统计禅道中指定起始日期的版本Bug数量及今日新建、关闭、激活和问题引入的Bug数据。 It is an AI Agent Skill for Claude Code / OpenClaw, with 187 downloads so far.

How do I install 禅道Bug统计?

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

Is 禅道Bug统计 free?

Yes, 禅道Bug统计 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 禅道Bug统计 support?

禅道Bug统计 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 禅道Bug统计?

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

💬 Comments