← Back to Skills Marketplace
wrentheai

Skill Factory

by wrentheai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
235
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wren-skill-factory
Description
Build and publish OpenClaw skills from recurring pain points. Scans .learnings/ for errors that hit 3+ recurrences, scaffolds skills from them, and publishes...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wren-skill-factory
  3. After installation, invoke the skill by name or use /wren-skill-factory
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release. Turn recurring pain points into published skills. Scans .learnings/, scaffolds, packages, publishes. The thing that builds the thing.
Metadata
Slug wren-skill-factory
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 235 downloads so far.

How do I install Skill Factory?

Run "/install wren-skill-factory" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Skill Factory free?

Yes, Skill Factory is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Skill Factory support?

Skill Factory is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Skill Factory?

It is built and maintained by wrentheai (@wrentheai); the current version is v1.0.0.

💬 Comments