Skill Scaffold
AI agent skill scaffolding CLI. Create skills for OpenClaw, Moltbot, Claude, Cursor, ChatGPT, Copilot instantly. Vibe-coding ready. MCP compatible.
AI agent skill scaffolding CLI. Create skills for OpenClaw, Moltbot, Claude, Cursor, ChatGPT, Copilot instantly. Vibe-coding ready. MCP compatible.
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Create AI agent skills in seconds. Supports OpenClaw/Moltbot, MCP servers, and generic skill structures.
Use this skill when the user mentions:
# Install globally npm install -g skill-scaffoldCreate a OpenClaw skill
skill-scaffold my-awesome-skill
Create an MCP server
skill-scaffold my-api --template mcp
With all options
skill-scaffold weather-bot --template openclaw --cli --description "Weather alerts for agents"
| Command | Description |
|---|---|
| Create skill with default (openclaw) template |
| Create MCP server scaffold |
| Create minimal skill |
| Include CLI binary scaffold |
| Show help |
Full skill structure for OpenClaw/Moltbot agents:
Model Context Protocol server scaffold:
Minimal structure:
| Option | Description | Default |
|---|---|---|
| Template: openclaw, mcp, generic | openclaw |
| Author name | NextFrontierBuilds |
| Skill description | Auto-generated |
| Output directory | Current directory |
| Include CLI binary scaffold | false |
| Skip scripts folder | false |
# Create in current directory skill-scaffold my-skillCreate in specific directory
skill-scaffold my-skill --dir ~/clawd/skills
MCP server with custom author
skill-scaffold github-mcp --template mcp --author "YourName"
Full CLI tool
skill-scaffold awesome-cli --cli --description "Does awesome things"
my-skill/ ├── SKILL.md # Main documentation (OpenClaw reads this) ├── README.md # GitHub/npm readme ├── scripts/ # Helper scripts (optional) └── bin/ # CLI binary (if --cli flag used) └── my-skill.js
cd my-skillclawdhub publish . or npm publishNo automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.