← Back to Skills Marketplace
manman1104

hdyceshiceshi

by manman1104 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
319
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install xmind-testcase-skill
Description
Generate structured XMind test cases from functional requirement descriptions for login, registration, checkout, search, and related features.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install xmind-testcase-skill
  3. After installation, invoke the skill by name or use /xmind-testcase-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug xmind-testcase-skill
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is hdyceshiceshi?

Generate structured XMind test cases from functional requirement descriptions for login, registration, checkout, search, and related features. It is an AI Agent Skill for Claude Code / OpenClaw, with 319 downloads so far.

How do I install hdyceshiceshi?

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

Is hdyceshiceshi free?

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

Which platforms does hdyceshiceshi support?

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

Who created hdyceshiceshi?

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

💬 Comments