AI agent skill scaffolding CLI. Create OpenClaw, Moltbot, Claude, and MCP skills instantly. Vibe coding ready.
npm install skill-scaffold> AI agent skill scaffolding CLI. Create Clawdbot, Moltbot, Claude, and MCP skills instantly.


Stop copy-pasting skill templates. Generate production-ready AI agent skills in seconds.
``bash`
npm install -g skill-scaffold
`bashCreate a Clawdbot/Moltbot skill
skill-scaffold my-awesome-skill
Templates
| Template | Use Case |
|----------|----------|
|
clawdbot | Clawdbot/Moltbot skills with SKILL.md, triggers, examples |
| mcp | Model Context Protocol servers for Claude/Cursor |
| generic | Minimal skill structure |Options
`
--template clawdbot (default), mcp, generic
--author Author name for package
--description Skill description
--dir Output directory
--cli Include CLI binary scaffold
--no-scripts Skip scripts folder
`Output
`
my-skill/
├── SKILL.md # Agent documentation
├── README.md # npm/GitHub readme
├── scripts/ # Helper scripts
└── bin/ # CLI (if --cli)
`Examples
`bash
Weather alerts skill
skill-scaffold weather-alerts --description "Real-time weather notifications"GitHub MCP server
skill-scaffold github-mcp --template mcp --author "MyName"Full CLI tool in custom directory
skill-scaffold super-tool --cli --dir ~/projects
``- 🤖 Clawdbot / Moltbot - AI agent framework
- 🧠 Claude - Anthropic's AI assistant
- ✨ Cursor - AI-powered code editor
- 🔌 MCP - Model Context Protocol servers
- 🎯 Any agent that reads SKILL.md
AI, agent, skill, scaffold, generator, Clawdbot, Moltbot, Claude, Cursor, MCP, vibe coding, automation, LLM, GPT, Copilot, devtools, CLI
tytaninc7 / NextFrontierBuilds
MIT