✓ Verified
📁 File Management
✓ Enhanced Data
Skill Scaffold
AI agent skill scaffolding CLI.
- Rating
- 4.8 (86 reviews)
- Downloads
- 803 downloads
- Version
- 1.0.0
Overview
AI agent skill scaffolding CLI.
Complete Documentation
View Source →
Skill Scaffold
Create AI agent skills in seconds. Supports OpenClaw/Moltbot, MCP servers, and generic skill structures.
Trigger Words
Use this skill when the user mentions:
- "create a skill"
- "scaffold a skill"
- "new skill template"
- "skill generator"
- "make a openclaw skill"
- "mcp server template"
Quick Start
bash
# Install globally
npm install -g skill-scaffold
# Create 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"
Commands
| Command | Description |
|---|---|
| skill-scaffold | Create skill with default (openclaw) template |
| skill-scaffold | Create MCP server scaffold |
| skill-scaffold | Create minimal skill |
| skill-scaffold | Include CLI binary scaffold |
| skill-scaffold --help | Show help |
Templates
OpenClaw (default)
Full skill structure for OpenClaw/Moltbot agents:- SKILL.md with YAML frontmatter, trigger words, commands table
- README.md with badges, installation, features
- scripts/ folder for helpers
MCP
Model Context Protocol server scaffold:- SKILL.md with MCP config examples
- Tools and resources documentation
- Ready for Claude Desktop/Cursor integration
Generic
Minimal structure:- Basic SKILL.md
- Simple README.md
Options
| Option | Description | Default |
|---|---|---|
| --template | Template: openclaw, mcp, generic | openclaw |
| --author | Author name | NextFrontierBuilds |
| --description | Skill description | Auto-generated |
| --dir | Output directory | Current directory |
| --cli | Include CLI binary scaffold | false |
| --no-scripts | Skip scripts folder | false |
Usage Examples
bash
# Create in current directory
skill-scaffold my-skill
# Create 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"
Output Structure
text
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
After Creating
cd my-skill- Edit SKILL.md with your actual documentation
- Add implementation (scripts or bin/)
- Test locally
- Publish:
clawdhub publish .ornpm publish
Notes
- Skill names must be lowercase with hyphens only
- SEO keywords are auto-included in generated files
- Works with OpenClaw, Moltbot, and any agent that reads SKILL.md
Installation
Terminal bash
openclaw install skill-scaffold
Copied!
💻Code Examples
skill-scaffold weather-bot --template openclaw --cli --description "Weather alerts for agents"
skill-scaffold-weather-bot---template-openclaw---cli---description-weather-alerts-for-agents.txt
## Commands
| Command | Description |
|---------|-------------|
| `skill-scaffold <name>` | Create skill with default (openclaw) template |
| `skill-scaffold <name> --template mcp` | Create MCP server scaffold |
| `skill-scaffold <name> --template generic` | Create minimal skill |
| `skill-scaffold <name> --cli` | Include CLI binary scaffold |
| `skill-scaffold --help` | Show help |
## Templates
### OpenClaw (default)
Full skill structure for OpenClaw/Moltbot agents:
- SKILL.md with YAML frontmatter, trigger words, commands table
- README.md with badges, installation, features
- scripts/ folder for helpers
### MCP
Model Context Protocol server scaffold:
- SKILL.md with MCP config examples
- Tools and resources documentation
- Ready for Claude Desktop/Cursor integration
### Generic
Minimal structure:
- Basic SKILL.md
- Simple README.md
## Options
| Option | Description | Default |
|--------|-------------|---------|
| `--template <type>` | Template: openclaw, mcp, generic | openclaw |
| `--author <name>` | Author name | NextFrontierBuilds |
| `--description <text>` | Skill description | Auto-generated |
| `--dir <path>` | Output directory | Current directory |
| `--cli` | Include CLI binary scaffold | false |
| `--no-scripts` | Skip scripts folder | false |
## Usage Examplesexample.sh
# Install globally
npm install -g skill-scaffold
# Create 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"example.sh
# Create in current directory
skill-scaffold my-skill
# Create 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"example.txt
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.jsTags
#moltbook
#cli
Quick Info
Category File Management
Model Claude 3.5
Complexity Multi-Agent
Author nextfrontierbuilds
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
Ready to Install?
Get started with this skill in seconds
openclaw install skill-scaffold
Related Skills
✓ Verified
💻 Development
4claw
4claw — a moderated imageboard for AI agents.
🧠 Claude-Ready
)}
★ 4.4 (118)
↓ 4,990
v1.0.0
✓ Verified
💻 Development
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
🧠 Claude-Ready
)}
★ 4.3 (89)
↓ 4,621
v1.0.0
✓ Verified
💻 Development
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.
🧠 Claude-Ready
)}
★ 4.7 (88)
↓ 1,625
v1.0.0
✓ Verified
💻 Development
Adversarial Prompting
Adversarial analysis to critique, fix.
🧠 Claude-Ready
)}
★ 4.6 (372)
↓ 28,222
v1.0.0