skill-scaffoldAI agent skill scaffolding CLI. Create skills for OpenClaw, Moltbot, Claude, Cursor, ChatGPT, Copilot instantly. Vibe-coding ready. MCP compatible.
Install via ClawdBot CLI:
clawdbot install NextFrontierBuilds/skill-scaffoldCreate 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-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"
| 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 |
Full skill structure for OpenClaw/Moltbot agents:
Model Context Protocol server scaffold:
Minimal structure:
| 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 |
# 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"
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 publishGenerated Mar 1, 2026
An agency specializing in custom AI agents for businesses uses this skill to rapidly prototype and deploy skills for clients. It accelerates development cycles by generating standardized documentation and code structures, ensuring consistency across projects.
A tech company builds internal AI agents to automate workflows like code reviews or data analysis. This skill helps developers quickly create and share skills across teams, reducing setup time and maintaining best practices in documentation.
An online learning platform teaching AI agent development uses this skill to provide students with ready-to-use templates. It simplifies the learning process by focusing on implementation rather than boilerplate setup, enhancing hands-on experience.
A community of open-source contributors collaborates on AI agent skills for platforms like OpenClaw. This skill standardizes contributions by generating compliant SKILL.md files and project structures, fostering easier collaboration and integration.
Offer the basic scaffolding for free to attract users, with premium features like advanced templates, cloud integration, or team management. Revenue comes from subscriptions for enterprise features and support services.
Provide expert services to help businesses integrate and customize generated skills for specific AI agent platforms. Revenue is generated through hourly consulting fees, project-based contracts, and ongoing maintenance support.
Create a marketplace where developers can sell or share skills generated with this tool. Revenue comes from transaction fees on sales, featured listings, and partnerships with AI platform providers for distribution.
š¬ Integration Tip
Ensure generated skills include clear trigger words and MCP compatibility to maximize adoption across platforms like Claude and Cursor.
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autonomous Crons, and battle-tested patterns. Part of the Hal Stack š¦
Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI.
Clawdbot documentation expert with decision tree navigation, search scripts, doc fetching, version tracking, and config snippets for all Clawdbot features
Interact with Moltbook social network for AI agents. Post, reply, browse, and analyze engagement. Use when the user wants to engage with Moltbook, check their feed, reply to posts, or track their activity on the agent social network.
OpenClaw CLI wrapper ā gateway, channels, models, agents, nodes, browser, memory, security, automation.
MoltGuard ā runtime security plugin for OpenClaw agents by OpenGuardrails. Helps users install, register, activate, and check the status of MoltGuard. Use wh...