Now in Public Beta

Describe your skill.
Ship it in seconds.

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.

terminal
$

The old way is painful.

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.

๐Ÿ“‹ Read the spec ๐Ÿ“ Create directories โœ๏ธ Write SKILL.md โœ… Validate ๐Ÿš€ Publish

We automated all of it. Just describe what you want and SkillForge handles the rest.

How It Works

Three steps from idea to working skill

1

Describe

Type a natural language description of what your skill should do. "Monitor Hacker News for AI tool launches and email me daily summaries."

โ†’
2

Generate

SkillForge's AI analyzes your description, classifies the skill type, and generates a complete SKILL.md following the OpenClaw spec.

โ†’
3

Ship

Your skill is ready. Copy it to your OpenClaw skills directory and start using it immediately.

Features

Everything you need to build skills fast

๐Ÿค–

AI-Powered Generation

Uses advanced language models to understand your intent and generate comprehensive skill definitions that follow the OpenClaw spec exactly.

๐Ÿ“‹

Spec-Compliant Output

Every generated skill includes properly formatted SKILL.md and skill.json with all required fields, triggers, and tool references.

๐Ÿš€

One-Click Publish

Pro users can publish directly to ClawHub. Your skills are immediately available across all your OpenClaw agents.

๐Ÿ“œ

Script Scaffolding

Pro tier includes working implementation boilerplate in TypeScript, JavaScript, or Python โ€” start coding immediately.

๐Ÿ“š

API References

Pro tier auto-generates reference documentation for the services your skill integrates with.

โœ…

Built-in Validation

Every skill is validated before output. You'll know immediately if something's missing or malformed.

Simple Pricing

Start free, upgrade when you need more

Free
$0/mo
  • โœ… AI skill generation
  • โœ… SKILL.md + skill.json
  • โœ… Basic validation
  • โœ… Unlimited skills
  • โŒ Script scaffolding
  • โŒ API references
  • โŒ One-click publish
Get Started
Team
$29/mo
  • โœ… Everything in Pro
  • โœ… Team skill templates
  • โœ… Shared skill library
  • โœ… Usage analytics
  • โœ… Priority support
  • โœ… Custom branding
  • โœ… SSO integration
Contact Sales

Get Started

Install SkillForge in seconds

bash
npm install -g @shadoprizm/skillforge

Basic Usage

bash
skillforge "Monitor Hacker News for AI tool launches and email me daily summaries"

With Options

bash
# 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