← 返回 Skills 市场
235
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wren-skill-factory
功能描述
Build and publish OpenClaw skills from recurring pain points. Scans .learnings/ for errors that hit 3+ recurrences, scaffolds skills from them, and publishes...
安全使用建议
This skill appears coherent, but take these precautions before using it: (1) Run it in a controlled workspace — inspect what it writes to skills/public and any generated skill before publishing. (2) Confirm the packaging script path (/opt/homebrew/…) exists on your machine or update it; otherwise packaging will fail. (3) Be aware that 'publish' runs npx clawhub publish and will upload the skill directory to ClawHub — ensure no sensitive files are in the directory. (4) Because the script uses execSync to run external tools, verify those tools (python3, npm/npx, and clawhub) are trustworthy and properly authenticated. If you need higher assurance, review the generated SKILL.md and scripts the factory creates prior to running publish.
功能分析
Type: OpenClaw Skill
Name: wren-skill-factory
Version: 1.0.0
The skill implements an automated pipeline for generating and publishing new OpenClaw skills to a public registry (ClawHub). It is classified as suspicious because it uses `execSync` to execute shell commands with potentially unsanitized directory paths in `scripts/factory.js`, creating a shell injection vulnerability. Additionally, the automated 'pain-to-skill' workflow encourages the agent to package local logs from `.learnings/` into public distributions, which poses a high risk of accidental data exfiltration or the propagation of malicious code if the agent's learning process is compromised.
能力评估
Purpose & Capability
The name/description (build/publish skills from recurring pain points) align with the included script and SKILL.md. The script scans .learnings/, scaffolds skill directories under skills/public, writes a .factory-prompt.md, and offers packaging & publish commands — all consistent with the stated goal.
Instruction Scope
The runtime instructions and script stay within the declared domain: reading .learnings/, creating scaffolds, and invoking packaging/publish tools. The script uses execSync to run external tooling (a Python packaging script and npx clawhub publish). Those external commands are expected for packaging/publishing but will execute code outside the script and may upload the skill directory contents to ClawHub, so users should inspect generated files before publishing.
Install Mechanism
This is instruction-only with a single included node script (no install spec). No archives or remote downloads are performed by the skill itself. Note: the script relies on external tools (python3 and npx clawhub) and a hardcoded packaging script path (/opt/homebrew/...), which may be platform-specific or missing on some systems.
Credentials
The skill declares no required environment variables or credentials. It optionally respects WORKSPACE. Publishing requires ClawHub authentication (documented in SKILL.md) but the skill doesn't itself request or store secrets. This is proportionate to the publishing purpose.
Persistence & Privilege
always is false and model invocation is allowed (platform default). The script writes files only within the workspace (skills/public and .<slug>/) and cleans up its .factory-prompt.md on publish. It does not modify other skills' configs or request system-wide changes.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wren-skill-factory - 安装完成后,直接呼叫该 Skill 的名称或使用
/wren-skill-factory触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release. Turn recurring pain points into published skills. Scans .learnings/, scaffolds, packages, publishes. The thing that builds the thing.
元数据
常见问题
Skill Factory 是什么?
Build and publish OpenClaw skills from recurring pain points. Scans .learnings/ for errors that hit 3+ recurrences, scaffolds skills from them, and publishes... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 235 次。
如何安装 Skill Factory?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wren-skill-factory」即可一键安装,无需额外配置。
Skill Factory 是免费的吗?
是的,Skill Factory 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill Factory 支持哪些平台?
Skill Factory 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Factory?
由 wrentheai(@wrentheai)开发并维护,当前版本 v1.0.0。
推荐 Skills