
Security News
GitHub Actions Checkout Now Blocks Risky pull_request_target Checkouts
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.
skill-scaffold
Advanced tools
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 Clawdbot, Moltbot, Claude, and MCP skills instantly.
Stop copy-pasting skill templates. Generate production-ready AI agent skills in seconds.
npm install -g skill-scaffold
# Create a Clawdbot/Moltbot skill
skill-scaffold my-awesome-skill
# Create an MCP server
skill-scaffold my-api --template mcp
# Create with CLI binary included
skill-scaffold cli-tool --cli
| Template | Use Case |
|---|---|
clawdbot | Clawdbot/Moltbot skills with SKILL.md, triggers, examples |
mcp | Model Context Protocol servers for Claude/Cursor |
generic | Minimal skill structure |
--template <type> clawdbot (default), mcp, generic
--author <name> Author name for package
--description <text> Skill description
--dir <path> Output directory
--cli Include CLI binary scaffold
--no-scripts Skip scripts folder
my-skill/
├── SKILL.md # Agent documentation
├── README.md # npm/GitHub readme
├── scripts/ # Helper scripts
└── bin/ # CLI (if --cli)
# 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
AI, agent, skill, scaffold, generator, Clawdbot, Moltbot, Claude, Cursor, MCP, vibe coding, automation, LLM, GPT, Copilot, devtools, CLI
tytaninc7 / NextFrontierBuilds
MIT
FAQs
AI agent skill scaffolding CLI. Create skills for OpenClaw, Moltbot, Claude, Cursor, ChatGPT, Copilot instantly. Vibe-coding ready. MCP compatible.
We found that skill-scaffold demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.