SkillForge is an AI-powered CLI that generates complete, publish-ready OpenClaw agent skills from natural language descriptions. No more manual spec reading โ just describe what you want and go.
Creating OpenClaw skills manually means reading dense specs, creating directories, writing SKILL.md by hand, validating against the schema, and then figuring out how to publish. It's a 20-minute task that should take 20 seconds.
We automated all of it. Just describe what you want and SkillForge handles the rest.
Three steps from idea to working skill
Type a natural language description of what your skill should do. "Monitor Hacker News for AI tool launches and email me daily summaries."
SkillForge's AI analyzes your description, classifies the skill type, and generates a complete SKILL.md following the OpenClaw spec.
Your skill is ready. Copy it to your OpenClaw skills directory and start using it immediately.
Everything you need to build skills fast
Uses advanced language models to understand your intent and generate comprehensive skill definitions that follow the OpenClaw spec exactly.
Every generated skill includes properly formatted SKILL.md and skill.json with all required fields, triggers, and tool references.
Pro users can publish directly to ClawHub. Your skills are immediately available across all your OpenClaw agents.
Pro tier includes working implementation boilerplate in TypeScript, JavaScript, or Python โ start coding immediately.
Pro tier auto-generates reference documentation for the services your skill integrates with.
Every skill is validated before output. You'll know immediately if something's missing or malformed.
Start free, upgrade when you need more
Install SkillForge in seconds
npm install -g @shadoprizm/skillforge
skillforge "Monitor Hacker News for AI tool launches and email me daily summaries"
# Specify language and output
skillforge "Scan websites for security vulnerabilities" --output ./sec-skill --lang python
# Pro features
skillforge "Build a daily weather briefing" --pro --api-key FAKE_EXAMPLE_KEY