← 返回 Skills 市场
hulk-yin

Skill Creator

作者 Hulk · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
108
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-creator-usm
功能描述
Create, update, evaluate, and manage skills across agents by defining intent, drafting, testing, benchmarking, iterating, and distributing them within a 2-la...
安全使用建议
This package appears to be a legitimate toolkit for authoring and evaluating skills, but it performs powerful local actions. Before installing or running it: - Verify provenance: there is no homepage and the owner is unknown; prefer a trusted repository/source. - Review the scripts (especially scripts/* and eval-viewer/generate_review.py). They read workspace directories, embed files into HTML, start a local HTTP server, and call subprocesses (including lsof) and os.kill to free ports — understand and agree to those behaviors. - Pay particular attention to instructions that write to ~/.skills/ and suggest running a sync script: these will add or modify skill files and can affect which agents see which skills. - The SKILL.md contains a strange inconsistency (it says never create skills named 'skill-creator' yet this package uses that name). Ask the publisher for clarification or prefer a clearly documented upstream repository. - Run the tooling in an isolated environment (temporary VM, container, or throwaway account) and do not point it at directories containing sensitive data until you are confident it behaves as expected. - If you plan to allow autonomous invocation, be cautious: the tool can be used to create other skills and generate content that may be auto-distributed. Consider manual review steps or limiting its permissions. If you want, I can highlight the exact lines in the scripts that call subprocess/os.kill, or summarize what the eval-viewer will serve from a sample workspace so you can judge exposure more precisely.
功能分析
Type: OpenClaw Skill Name: skill-creator-usm Version: 1.0.0 This skill bundle provides a comprehensive framework for developing and optimizing AI skills but employs several high-risk capabilities. Key indicators include the use of the `subprocess` module to execute shell commands (specifically the `claude` CLI) in `run_eval.py`, the instantiation of a local HTTP server in `generate_review.py` (defaulting to `http://localhost:3117`) to host an evaluation viewer, and external API communication with Anthropic in `improve_description.py`. While these features are aligned with the stated purpose of benchmarking and iteratively improving agent skills, the combination of shell execution, local network hosting, and automated file manipulation in sensitive directories like `~/.skills/` constitutes a significant risk profile.
能力评估
Purpose & Capability
Name/description (skill-creator) match the included scripts and agents for drafting, benchmarking, and packaging skills — the code files (scripts/, agents/, eval-viewer/) are consistent with a skill-authoring toolkit. However, the SKILL.md contains an internal inconsistency: it forbids creating skills named 'skill-creator' (reserved names) while this package is named 'skill-creator', which is suspicious and should be explained by the publisher.
Instruction Scope
Runtime instructions direct the agent to create files under ~/.skills/, run evaluation loops, use scripts that read arbitrary workspace directories and transcripts, and use eval-viewer/generate_review.py to serve embedded workspace data over HTTP. generate_review.py also invokes subprocesses (lsof) and may kill processes to free a port. These behaviors go beyond passive guidance: they read/write local files, start a local server that will expose workspace contents to a browser, and can terminate processes — all of which are powerful actions that should be run only with explicit user consent and review.
Install Mechanism
No install spec (instruction-only + included scripts) reduces installer risk, but the bundle contains many runnable Python scripts. There is no automatic package download, but the scripts assume they'll be executed — review them before running. The eval viewer references external fonts (fonts.googleapis.com), which will cause outbound network requests from the browser when viewing reports.
Credentials
The skill requests no environment variables, credentials, or config paths. The lack of credential requests is proportionate to an authoring/eval tool. That said, the skill's instructions expect access to the user's ~/.skills/ and arbitrary workspace directories — this file-system access is inherent to the purpose but is sensitive and worth verifying before granting.
Persistence & Privilege
The skill is not marked 'always: true' and does not request elevated platform privileges. It does instruct creating and writing skill files into ~/.skills/ and to use a skill-manager sync script to distribute skills across agents — these are reasonable for a skill-creator but mean the tool will modify local skill state if you run its packaging/syncing steps.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-creator-usm
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-creator-usm 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial USM release with source attribution to Claude Code
元数据
Slug skill-creator-usm
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Skill Creator 是什么?

Create, update, evaluate, and manage skills across agents by defining intent, drafting, testing, benchmarking, iterating, and distributing them within a 2-la... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 108 次。

如何安装 Skill Creator?

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

Skill Creator 是免费的吗?

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

Skill Creator 支持哪些平台?

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

谁开发了 Skill Creator?

由 Hulk(@hulk-yin)开发并维护,当前版本 v1.0.0。

💬 留言讨论