← 返回 Skills 市场
hdyceshiceshi
作者
manman1104
· GitHub ↗
· v1.0.0
· MIT-0
319
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xmind-testcase-skill
功能描述
Generate structured XMind test cases from functional requirement descriptions for login, registration, checkout, search, and related features.
安全使用建议
This skill appears to be what it claims: it takes generated JSON test cases and writes an XMind file using the xmind Python package. Before installing, consider: 1) Ensure the platform will install the xmind==1.2.0 dependency (requirements.txt). 2) Update/fix the mismatched entry path (SKILL.md references scripts/generate_xmind.py but the repository contains generator.py) or ensure the runtime uses the skill.yaml steps — otherwise the skill will fail to run. 3) Confirm you are comfortable with the skill writing a file named 'testcase.xmind' to the agent's working directory. No credentials or external network endpoints were found, so there are no obvious data-exfiltration signals.
功能分析
Type: OpenClaw Skill
Name: xmind-testcase-skill
Version: 1.0.0
The skill bundle is a legitimate tool for generating XMind test cases from functional requirements. The workflow uses an LLM to structure the input into JSON and a Python script (generator.py) to build the XMind file using the standard 'xmind' library. No indicators of data exfiltration, malicious execution, or prompt injection were found.
能力评估
Purpose & Capability
The skill claims to generate XMind test-case files from functional requirements and includes a Python generator that uses the xmind library to build and save a .xmind file. The declared input/output schema and the generator.py implementation align with that purpose.
Instruction Scope
The SKILL.md and skill.yaml describe generating structured JSON testcases via an LLM step and then converting that JSON to an XMind file with a Python step; generator.py consumes JSON and writes testcase.xmind. The instructions do not request unrelated files, environment variables, or external endpoints. However, SKILL.md's 'entry' command points to 'scripts/generate_xmind.py' which does not exist in the bundle (the actual code file is generator.py) — this mismatch will likely cause runtime failure unless the runtime uses the skill.yaml steps instead.
Install Mechanism
There is no install spec that downloads remote code; the only dependency is the Python package xmind==1.2.0 (present in requirements.txt). This is a standard package install (moderate risk only if package installation is permitted by the platform), not a direct download from an arbitrary URL.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The code does not attempt to read environment variables or external credentials — this is proportionate for the stated functionality.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and does not require system-wide changes. It writes a local file (testcase.xmind) in the working directory, which is expected for this functionality.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xmind-testcase-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/xmind-testcase-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of xmind-testcase-skill.
- Generates structured XMind test cases from functional requirement descriptions.
- Supports features such as login, registration, checkout, and search.
- Command-line script interface for easy integration.
- Outputs test cases as XMind files.
元数据
常见问题
hdyceshiceshi 是什么?
Generate structured XMind test cases from functional requirement descriptions for login, registration, checkout, search, and related features. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 319 次。
如何安装 hdyceshiceshi?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xmind-testcase-skill」即可一键安装,无需额外配置。
hdyceshiceshi 是免费的吗?
是的,hdyceshiceshi 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
hdyceshiceshi 支持哪些平台?
hdyceshiceshi 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 hdyceshiceshi?
由 manman1104(@manman1104)开发并维护,当前版本 v1.0.0。
推荐 Skills