skill-scaffold

AI agent skill scaffolding CLI. Create skills for OpenClaw, Moltbot, Claude, Cursor, ChatGPT, Copilot instantly. Vibe-coding ready. MCP compatible.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "skill-scaffold" with this command: npx skills add NextFrontierBuilds/skill-scaffold

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

# 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

CommandDescription
skill-scaffold <name>Create skill with default (openclaw) template
skill-scaffold <name> --template mcpCreate MCP server scaffold
skill-scaffold <name> --template genericCreate minimal skill
skill-scaffold <name> --cliInclude CLI binary scaffold
skill-scaffold --helpShow 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

OptionDescriptionDefault
--template <type>Template: openclaw, mcp, genericopenclaw
--author <name>Author nameNextFrontierBuilds
--description <text>Skill descriptionAuto-generated
--dir <path>Output directoryCurrent directory
--cliInclude CLI binary scaffoldfalse
--no-scriptsSkip scripts folderfalse

Usage Examples

# 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

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

  1. cd my-skill
  2. Edit SKILL.md with your actual documentation
  3. Add implementation (scripts or bin/)
  4. Test locally
  5. Publish: clawdhub publish . or npm 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

CLI Scaffold Generator

生成专业 CLI 脚手架,支持 Commander.js, yargs, oclif 等主流 CLI 框架,一键生成完整项目结构。

Registry SourceRecently Updated
0187
Profile unavailable
Automation

Elite Longterm Memory

Ultimate AI agent memory system for Cursor, Claude, ChatGPT & Copilot. WAL protocol + vector search + git-notes + cloud backup. Never lose context again. Vibe-coding ready.

Registry SourceRecently Updated
13132.3K
Profile unavailable
Web3

Strykr Qa Bot

AI-powered QA for Strykr trading platform. Pre-built tests for crypto, stocks, news, AI chat. CI/CD ready. Works with Cursor, Claude, ChatGPT, Copilot. Vibe-coding enabled.

Registry SourceRecently Updated
11.6K
Profile unavailable