Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Create AI agent skills in seconds. Supports OpenClaw/Moltbot, MCP servers, and generic skill structures.
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"
# 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"
CommandDescriptionskill-scaffold <name>Create skill with default (openclaw) templateskill-scaffold <name> --template mcpCreate MCP server scaffoldskill-scaffold <name> --template genericCreate minimal skillskill-scaffold <name> --cliInclude CLI binary scaffoldskill-scaffold --helpShow help
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
Model Context Protocol server scaffold: SKILL.md with MCP config examples Tools and resources documentation Ready for Claude Desktop/Cursor integration
Minimal structure: Basic SKILL.md Simple README.md
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
# 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-skill Edit SKILL.md with your actual documentation Add implementation (scripts or bin/) Test locally Publish: clawdhub publish . or npm publish
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
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.