/install gh-skillforge
SkillForge
Generate a SKILL.md ready to publish on ClawHub.
Start the server
uvicorn skillforge.app:app --port 8003
Generate a SKILL.md
curl -s -X POST http://localhost:8003/v1/forge-skill \
-H "Content-Type: application/json" \
-d '{"name": "My Cool Tool", "description": "Does cool things.", "instructions": "Step 1: Be cool."}' | jq
Returns skill_md (the complete SKILL.md content) and slug (ClawHub-compatible name like my-cool-tool).
With optional env vars and bins
curl -s -X POST http://localhost:8003/v1/forge-skill \
-H "Content-Type: application/json" \
-d '{"name": "API Client", "description": "Calls APIs.", "instructions": "Use curl.", "env_vars": ["API_KEY"], "bins": ["curl"]}' | jq '.skill_md' -r
Slug rules
Names are auto-converted to ClawHub slugs: lowercase, spaces to dashes, special chars removed. "My Tool v2!" becomes my-tool-v2.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install gh-skillforge - After installation, invoke the skill by name or use
/gh-skillforge - Provide required inputs per the skill's parameter spec and get structured output
What is Skillforge?
Generate valid, ClawHub-ready SKILL.md files from product metadata. Give it a name, description, and instructions — get back a properly formatted SKILL.md wi... It is an AI Agent Skill for Claude Code / OpenClaw, with 103 downloads so far.
How do I install Skillforge?
Run "/install gh-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 mirni (@mirni); the current version is v1.0.0.