← 返回 Skills 市场
234
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install skill-creator-opencode
功能描述
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 package is an edited fork of a known 'skill-creator' and is internally consistent with that purpose, but you should review and control runtime actions before use:
- Review the Python scripts (especially those that call subprocess.run, lsof, os.kill, or open an HTTP server) before executing to ensure you trust them and understand what external commands they will run.
- The skill expects an Opencode CLI on your machine and will invoke it (opencode run). Only allow that if you trust the Opencode binary on your system.
- The eval viewer starts a small HTTP server and embeds workspace files (including base64-encoded binaries) into a page. Ensure the server binds to localhost (and is not exposed to the public internet) before opening it, and don't point it at directories containing secrets you don't want served.
- The scripts may attempt to kill processes on a port (uses lsof/os.kill) — run as a user with appropriate privileges and be cautious if you run as root.
- Because this is code included with the skill (no packaged install), prefer running in a sandboxed environment (non-privileged account, isolated VM/container) if you plan to execute the scripts.
If you only want the guidance functionality without executing any code, you can still use the SKILL.md instructions as a human-readable workflow; executing the included scripts is optional.
功能分析
Type: OpenClaw Skill
Name: skill-creator-opencode
Version: 1.0.1
This skill bundle is a development utility designed to create, test, and optimize OpenClaw skills using the Opencode CLI. It includes scripts for benchmarking, packaging, and a local HTML viewer (eval-viewer/generate_review.py) that runs a temporary local HTTP server for result visualization. While the skill performs subprocess execution and filesystem modifications (e.g., in scripts/run_eval.py and scripts/improve_description.py), these actions are necessary for its stated purpose of skill development and evaluation. The SKILL.md instructions explicitly direct the agent to avoid creating malware or facilitating unauthorized access, and no indicators of data exfiltration or malicious intent were identified.
能力评估
Purpose & Capability
Name/description (a skill-creator that writes and evaluates skills) matches the included files and runtime behavior: scripts for packaging, running evals, generating reports, and a viewer that embeds workspace outputs. Requesting the Opencode CLI and searching common paths for it is coherent with the stated goal of driving an external CLI to run/validate skills.
Instruction Scope
SKILL.md instructs the agent to run the included scripts and to read/work with a workspace directory, test prompts, transcripts, and outputs — exactly what a skill-creator needs. Be aware the scripts read arbitrary files from the provided workspace and will start a tiny HTTP server to serve review pages and save feedback.json, which can expose workspace files if the server is misconfigured or made publicly reachable.
Install Mechanism
No install spec (instruction-only) — the repository includes Python scripts meant to be executed in-place. This is low-friction and expected. The scripts call subprocesses (e.g., to run lsof, kill processes, and invoke opencode), which is normal for a local tooling wrapper but is worth reviewing before execution.
Credentials
The skill declares no required environment variables and only optionally reads OPENCODE_PATH (to locate the Opencode CLI). That matches the purpose; there are no unexplained credential or secret requests.
Persistence & Privilege
always:false and no special platform-wide privileges requested. The skill does start a local server and may write feedback.json into the workspace (expected behavior), but it does not request permanent agent-wide presence or attempt to modify other skills' configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-creator-opencode - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-creator-opencode触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Added README.md and README.cn.md
v1.0.0
Modified skill-creator to use Opencode instead of Claude Code CLI
元数据
常见问题
Skill Creator (Opencode) 是什么?
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 插件,目前累计下载 234 次。
如何安装 Skill Creator (Opencode)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-creator-opencode」即可一键安装,无需额外配置。
Skill Creator (Opencode) 是免费的吗?
是的,Skill Creator (Opencode) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill Creator (Opencode) 支持哪些平台?
Skill Creator (Opencode) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Creator (Opencode)?
由 pwu0125(@pwu0125)开发并维护,当前版本 v1.0.1。
推荐 Skills