← Back to Skills Marketplace
142
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skill-creator-ming
Description
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize a...
Usage Guidance
This package appears coherent for creating and evaluating skills. Before running scripts (especially eval-viewer/generate_review.py):
- Inspect the workspace you point the tools at. The viewer will recursively read most files under the workspace and embed them into a self-contained HTML page (including binaries via base64). Don't point it at a directory containing secrets you don't want embedded/served.
- The viewer script attempts to free a chosen port by calling lsof and sending SIGTERM to process IDs it finds; on multi-user or production systems this may have side effects. Run in a dev/isolated environment rather than as root.
- Review the included scripts for any subprocess calls you are uncomfortable with; they currently use standard stdlib modules (subprocess, webbrowser, http.server) but may invoke local commands (e.g., lsof).
- If you plan to share the generated HTML, be aware it contains embedded data from the workspace; sanitize or remove sensitive files first.
If you want a deeper check, provide the full contents of the remaining omitted files (run_eval.py, run_loop.py, package_skill.py, etc.) and I can look for network calls, credential usage, or other unexpected behaviours.
Capability Analysis
Type: OpenClaw Skill
Name: skill-creator-ming
Version: 1.0.0
The skill bundle is a comprehensive developer toolset designed to help users create, test, and optimize other OpenClaw skills. It contains Python scripts for benchmarking (aggregate_benchmark.py), packaging skills (package_skill.py), and an iterative loop for optimizing skill descriptions using the 'claude' CLI (run_loop.py). It includes a local evaluation viewer (generate_review.py) that starts a temporary local HTTP server on 127.0.0.1 to allow users to review test results. All behaviors, including local process management and subagent orchestration, are well-documented and strictly aligned with the stated purpose of skill development and performance measurement.
Capability Assessment
Purpose & Capability
The name and description ('Skill Creator') match the included assets: SKILL.md describes creating/editing/evaluating skills and the repository includes scripts for packaging, running evaluations, generating reports, and an eval viewer. There are no unrelated required env vars, binaries, or external credentials that would be incoherent with the stated purpose.
Instruction Scope
SKILL.md instructs the agent to run evaluations, use bundled scripts (e.g., eval-viewer/generate_review.py), read skill files, transcripts, outputs and generate reports — all expected for a skill-authoring/eval workflow. Note: generate_review.py (and other agents' docs) explicitly read workspace directories and embed output files into an HTML page; running that script will enumerate and read files under the workspace (including binaries which are base64-embedded) and will write feedback.json. This behavior is consistent with the tool's purpose but means the script can expose any files present in the workspace if you host/serve the generated page.
Install Mechanism
No install spec or remote downloads are present; this is an instruction-and-scripts package that uses only local Python scripts and the stdlib. That is proportionate for the stated functionality and is lower risk than arbitrary remote installers.
Credentials
The skill declares no required environment variables, credentials, or config paths. The runtime instructions reference reading conversation history, local skill files, transcripts, and outputs — all appropriate for a skill-authoring/eval utility. There are no demands for unrelated secrets or cloud credentials.
Persistence & Privilege
always:false and no modifications to other skills or system-wide agent config are requested. The scripts write feedback.json and generate local HTML artifacts, which is normal for evaluation tooling. The skill does not request permanent platform-level privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-creator-ming - After installation, invoke the skill by name or use
/skill-creator-ming - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Skill creator from OpenCode project
Metadata
Frequently Asked Questions
What is Skill Creator (Ming)?
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize a... It is an AI Agent Skill for Claude Code / OpenClaw, with 142 downloads so far.
How do I install Skill Creator (Ming)?
Run "/install skill-creator-ming" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skill Creator (Ming) free?
Yes, Skill Creator (Ming) is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skill Creator (Ming) support?
Skill Creator (Ming) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skill Creator (Ming)?
It is built and maintained by wm-zqbx (@wm-zqbx); the current version is v1.0.0.
More Skills