🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

skill-scaffold

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skill-scaffold

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

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

skill-scaffold

AI agent skill scaffolding CLI. Create Clawdbot, Moltbot, Claude, and MCP skills instantly.

npm version License: MIT

Stop copy-pasting skill templates. Generate production-ready AI agent skills in seconds.

Install

npm install -g skill-scaffold

Usage

# 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

Templates

TemplateUse Case
clawdbotClawdbot/Moltbot skills with SKILL.md, triggers, examples
mcpModel Context Protocol servers for Claude/Cursor
genericMinimal skill structure

Options

--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

Output

my-skill/
├── SKILL.md       # Agent documentation
├── README.md      # npm/GitHub readme
├── scripts/       # Helper scripts
└── bin/           # CLI (if --cli)

Examples

# 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

Works With

  • 🤖 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

Keywords

AI, agent, skill, scaffold, generator, Clawdbot, Moltbot, Claude, Cursor, MCP, vibe coding, automation, LLM, GPT, Copilot, devtools, CLI

Author

tytaninc7 / NextFrontierBuilds

License

MIT

Keywords

ai

FAQs

Package last updated on 11 Feb 2026

Did you know?

Socket

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.

Install

Related posts