← 返回 Skills 市场
luowanqian

Skill Creator

作者 Luo Wanqian · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
316
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-creator-3
功能描述
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 appears to do what it says: create, evaluate, and iterate on skills using the included scripts. Before installing/using it, consider: 1) The scripts recursively read and embed files from the workspace (text, images, PDFs, xlsx, binaries). Do not run this on a workspace containing secrets you don't want embedded into an HTML file or exposed. 2) generate_review.py may call lsof and attempt to kill processes on a port and will open a browser — ensure you are comfortable with that behavior on your machine. 3) Review the included Python files (especially eval-viewer/generate_review.py and any script that reads files or calls subprocess) if you are unsure; running the code in an isolated test workspace is recommended. Overall the package is internally coherent for its stated purpose, but treat it like any local tooling that reads and serves files: inspect inputs and run in a safe environment if you have sensitive data.
功能分析
Type: OpenClaw Skill Name: skill-creator-3 Version: 0.1.0 The skill bundle is a comprehensive developer toolset for creating, evaluating, and optimizing AI agent skills. It includes Python scripts for benchmarking, description optimization via the `claude` CLI, and a local web-based viewer for reviewing results. While the bundle utilizes high-risk capabilities such as subprocess execution and local server hosting, these behaviors are transparently documented and strictly serve the tool's purpose of skill development. No evidence of malicious intent, data exfiltration, or unauthorized system modification was found across the code or agent instructions.
能力评估
Purpose & Capability
Name/description match the delivered artifacts: SKILL.md describes creating and iterating on skills and the bundle contains agents (analyzer, comparator, grader), evaluation scripts, an eval viewer HTML, and packaging/benchmarking scripts. There are no unrelated environment variables, binaries, or external credentials requested, so the requested capabilities align with the stated purpose.
Instruction Scope
The runtime instructions direct the agent to run the included Python scripts (e.g., eval-viewer/generate_review.py) and to read and present evaluation results. Those scripts recursively read workspace directories, embed file contents (text, images, PDFs, xlsx, other binaries) and serve a self-contained HTML page. This is expected for an eval/skill-creation tool, but it means the skill will access arbitrary files in the workspace (except some named skips).
Install Mechanism
There is no install spec and the skill is instruction-plus-scripts only (no external downloads). All included code is present in the bundle and uses only standard Python stdlib APIs; no third-party package installs are required. This is proportionate and low risk in terms of installation.
Credentials
The skill declares no required env vars or credentials (good). However, the scripts embed and base64-encode files from the workspace and may call subprocesses (e.g., lsof, os.kill) and open a browser. While these actions are consistent with a local review server, they give the skill broad read access to any files placed in the workspace and can interact with local processes/ports — review what data will be present in the workspace before running.
Persistence & Privilege
The skill is not always-enabled and does not request system-level persistence. It saves feedback.json and other artifacts to the workspace (expected for an eval tool) but does not modify other skills or global agent configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-creator-3
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-creator-3 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of Skill Creator: an end-to-end tool for creating, editing, and optimizing skills, with evaluation and benchmarking support. - Guides users through the full lifecycle: intent capture, drafting, evaluation, and iterative improvement of skills - Provides detailed best practices for writing and organizing skill files, including SKILL.md formatting and resource bundling - Includes advice for communicating effectively with users of varying technical backgrounds - Supports benchmarking and quantitative/qualitative evaluation workflows for skill quality assessment - Offers processes for optimizing skill descriptions to improve triggering accuracy
元数据
Slug skill-creator-3
版本 0.1.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 插件,目前累计下载 316 次。

如何安装 Skill Creator?

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

Skill Creator 是免费的吗?

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

Skill Creator 支持哪些平台?

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

谁开发了 Skill Creator?

由 Luo Wanqian(@luowanqian)开发并维护,当前版本 v0.1.0。

💬 留言讨论