← 返回 Skills 市场
yang1002378395-cmyk

Skill Creator

作者 yang1002378395-cmyk · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
129
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-creator-cn
功能描述
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...
安全使用建议
This skill is coherent for building and evaluating skills and includes useful scripts to run local evals and generate a self-contained review page. Before running anything or pointing the tool at a workspace: 1) inspect the workspace directory — the viewer will read and embed any file it finds (so remove or move sensitive files first); 2) be aware generate_review.py tries to free a port by finding and SIGTERM-ing processes (avoid running it on machines hosting important services); 3) run the scripts in an isolated environment or VM if you are unsure about the workspace contents; 4) on Windows or systems without lsof the port-kill code may behave differently — review/modify the script if needed; 5) if you plan to allow the agent to run the skill autonomously, limit access to workspaces that don't contain credentials or private data. If you want, I can point out the exact lines in the scripts that perform port-killing, file embedding, and HTTP serving so you can review or modify them before execution.
功能分析
Type: OpenClaw Skill Name: skill-creator-cn Version: 1.0.0 The skill-creator-cn bundle is a comprehensive developer toolset designed to automate the creation, evaluation, and optimization of OpenClaw skills. It includes Python scripts for running parallel test cases via the Claude CLI (run_eval.py), aggregating performance metrics (aggregate_benchmark.py), and serving a local HTML-based review interface (generate_review.py). The bundle follows a well-documented iterative workflow and includes safety instructions in SKILL.md explicitly forbidding the creation of malicious or misleading skills. No evidence of data exfiltration, unauthorized persistence, or malicious code execution was found; all behaviors, including local port management and temporary file creation in .claude/commands/, are consistent with its stated purpose as a development utility.
能力评估
Purpose & Capability
The name/description (create/modify/evaluate skills) align with the included artifacts: SKILL.md, evaluator agents (analyzer/comparator/grader), and multiple scripts (run_eval, run_loop, generate_review, package_skill, etc.). There are no unrelated environment variables, external credentials, or surprising binaries required.
Instruction Scope
The SKILL.md instructs the agent to run the bundled evaluation scripts (e.g., eval-viewer/generate_review.py) and to read skill files, transcripts, and workspace outputs to produce analyses and HTML review pages. This is expected for an eval/skill-authoring tool, but those scripts will read arbitrary files in the provided workspace and embed them into a served HTML page — so confidential files in the workspace could be exposed if you run the viewer without checking contents.
Install Mechanism
No install spec; the skill is instruction-first and ships Python scripts. No network downloads or archives are fetched during install. The code uses only standard-library Python modules and bundled files.
Credentials
The package declares no required environment variables, credentials, or config paths. The scripts access the local workspace and rely on standard tools (e.g., lsof if present) but do not request unrelated secrets or cloud credentials.
Persistence & Privilege
always:false and no persistent system-wide changes are requested. However, generate_review.py contains logic to locate and SIGTERM processes listening on a port (via lsof + os.kill) to free the port for its local HTTP server — this can terminate other local services and is somewhat intrusive. The script also serves workspace files over HTTP and auto-saves feedback.json in the workspace.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-creator-cn
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-creator-cn 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Skill Creator 1.0.0 – Initial Release - Introduces a comprehensive workflow for creating, improving, and evaluating skills from scratch or by editing existing ones. - Supports intent capture, user interviews, iterative drafting, evaluation with quantitative and qualitative benchmarks, and description optimization. - Provides detailed guidance on SKILL.md structure, best practices, and output formatting. - Offers adaptable communication strategies for users of varying technical backgrounds. - Emphasizes safety, clarity, and progressive skill-building techniques.
元数据
Slug skill-creator-cn
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Skill Creator 是什么?

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 129 次。

如何安装 Skill Creator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-creator-cn」即可一键安装,无需额外配置。

Skill Creator 是免费的吗?

是的,Skill Creator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Skill Creator 支持哪些平台?

Skill Creator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skill Creator?

由 yang1002378395-cmyk(@yang1002378395-cmyk)开发并维护,当前版本 v1.0.0。

💬 留言讨论