← 返回 Skills 市场
plabzzxx

Skill Creator Claude

作者 plabzzxx · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
148
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-creator-claude
功能描述
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize...
安全使用建议
This skill appears to do what it claims: authorship, evaluation, and iterative improvement of skills using bundled scripts and HTML viewers. It does not request cloud keys or other credentials, and there is no remote installer. Before installing/running: 1) inspect the repository (already included) and search for any sensitive file paths it might read; 2) avoid running it in a workspace that contains secrets or private keys because the review tool embeds and serves workspace files; 3) be aware generate_review.py attempts to free a port by running lsof and killing processes — run it in a sandbox/container or ensure the chosen port is safe to free; 4) run the scripts as an ordinary (non-root) user; 5) if you need extra caution, run the tool inside an isolated environment (container, VM) or review/modify the _kill_port behavior to be safer. If you want, I can point to the exact lines in generate_review.py that perform the port-kill and file-embedding so you can review or patch them.
功能分析
Type: OpenClaw Skill Name: skill-creator-claude Version: 1.0.0 The skill-creator-claude bundle is a comprehensive development toolkit designed to help users draft, test, and optimize AI agent skills. It includes a suite of Python scripts for running parallel evaluations (run_eval.py), an automated optimization loop (run_loop.py), and a local HTTP server (generate_review.py) that provides a web-based UI for reviewing results. While the bundle utilizes high-privilege capabilities—such as executing shell commands via subprocess, managing local processes with os.kill, and performing network requests to the Anthropic API—these actions are strictly necessary for its stated purpose of benchmarking and improving agent performance. The instructions in SKILL.md are well-aligned with legitimate development workflows and include explicit safety guidelines for the agent to avoid creating or facilitating malicious content.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
Name/description (create, evaluate, and improve skills) align with the included agents, eval/grader/comparator docs, and utility scripts (generate_review.py, run_eval.py, aggregate_benchmark.py, etc.). No unexpected cloud credentials, binaries, or unrelated dependencies are requested.
Instruction Scope
SKILL.md instructs agents to author skills, create tests, run evaluations, and use the provided scripts (e.g., eval-viewer/generate_review.py) to present results. That involves reading workspace files, embedding outputs into an HTML review, and launching a small local HTTP server and browser. These actions are in scope for a skill testing/inspection tool, but they grant the skill access to all files in the provided workspace and expose them via a local web UI — consider what is stored in the workspace (secrets, tokens, private data).
Install Mechanism
No install spec; this is instruction- and repo-file-based. All code is bundled in the skill (Python scripts, HTML assets). There are no downloads from external URLs during install. This minimizes supply-chain risk compared with remote installers.
Credentials
The skill declares no required env vars, no credentials, and no special config paths. The scripts operate on workspace files and use only standard stdlib modules (subprocess, http.server, etc.). There is no disproportionate credential request.
Persistence & Privilege
The skill does not request persistent inclusion (always: false) and doesn't modify other skills, which is good. However, generate_review.py includes an internal _kill_port routine that runs lsof and may os.kill() PIDs listening on a port to free it before starting the local server; that can terminate unrelated processes. The scripts also start a local HTTP server, open a browser, and write feedback.json into the workspace. These behaviors are plausible for a local review tool but have side effects on the host that users should be aware of.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-creator-claude
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-creator-claude 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: platform-agnostic fork of Anthropic Claude Code built-in skill-creator
元数据
Slug skill-creator-claude
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Skill Creator Claude 是什么?

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 148 次。

如何安装 Skill Creator Claude?

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

Skill Creator Claude 是免费的吗?

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

Skill Creator Claude 支持哪些平台?

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

谁开发了 Skill Creator Claude?

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

💬 留言讨论