← Back to Skills Marketplace
275
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install skillforge
Description
Generate production-grade Agent Skill packages through a structured 7-step pipeline: requirement analysis, architecture decisions, metadata crafting, body ge...
Usage Guidance
This skill is internally coherent for its stated purpose (generating other Skills). Things to consider before installing: 1) generated output includes executable scripts and complete files — always review those files in a safe sandbox before running them; 2) avoid supplying secrets or credentials to the skill or to generated scripts; 3) if you allow autonomous invocation, consider restricting the agent's ability to execute newly generated scripts automatically; and 4) watch for any unexpected network calls or code in generated scripts (inspect scripts/ and templates/ for outbound endpoints). Overall the skill itself doesn't request excessive privileges, but the files it creates could be risky if executed without review.
Capability Analysis
Type: OpenClaw Skill
Name: skillforge
Version: 1.0.0
The skillforge bundle is a meta-utility designed to help an AI agent generate other OpenClaw skill packages through a structured 7-step pipeline. The instructions in SKILL.md and the detailed prompt templates in references/step-prompts.md focus on requirement analysis, architecture, and quality auditing for skill creation. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found; the file-writing capabilities are consistent with its stated purpose as a generator.
Capability Assessment
Purpose & Capability
Name/description claim to generate Agent Skill packages and the SKILL.md + references files explicitly implement a 7-step skill generation pipeline. There are no unrelated required env vars, binaries, or install steps that would be disproportionate to this purpose.
Instruction Scope
The SKILL.md directs the agent to read its bundled references/step-prompts.md and to produce complete files (SKILL.md, scripts/, references/, templates/). This stays within the declared purpose, but the pipeline explicitly requires generating executable scripts and full resource files — review generated scripts before executing them, since generation can produce arbitrary code.
Install Mechanism
No install spec and no code files shipped by the skill itself; it's instruction-only, which minimizes install-time risk.
Credentials
The skill requests no environment variables, no credentials, and references only its own bundled files. There are no disproportionate credential or config path requests.
Persistence & Privilege
always:false and normal autonomous invocation are set. This is expected, but because the skill instructs generation of executable scripts and complete file trees, administrators may want to review generated outputs and limit autonomous execution if possible.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skillforge - After installation, invoke the skill by name or use
/skillforge - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of SkillForge, a 7-step pipeline for generating production-ready Agent Skill packages.
- Enforces token efficiency, progressive disclosure, and imperative tone for AI-focused SKILL.md creation.
- Requires inclusion of only AI-unknown knowledge, anti-pattern examples (❌/✅), and runnable code snippets.
- Complete end-to-end workflow: requirement analysis, architecture, metadata, code/body, audit, resources, and usage docs.
- Outputs a ready-to-use skill directory with SKILL.md, scripts/, references/, and templates/. No auxiliary files (e.g., README, CHANGELOG).
Metadata
Frequently Asked Questions
What is skillforge?
Generate production-grade Agent Skill packages through a structured 7-step pipeline: requirement analysis, architecture decisions, metadata crafting, body ge... It is an AI Agent Skill for Claude Code / OpenClaw, with 275 downloads so far.
How do I install skillforge?
Run "/install skillforge" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is skillforge free?
Yes, skillforge is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does skillforge support?
skillforge is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created skillforge?
It is built and maintained by 猫叔 (@mmlong818); the current version is v1.0.0.
More Skills