技能支架
AI代理技能脚手架CLI。立即创建Clawdbot、Moltbot、Claude和MCP技能。
](https://www.npmjs.com/package/skill-scaffold) 
停止复制粘贴技能模板。在几秒钟内生成生产就绪的AI代理技能。
安装
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模板
| 模板 | 用例 |
|---|---|
clawdbot | 使用SKILL.md、触发器、示例的Clawdbot/Moltbot技能 |
mcp | Claude/Cursor的模型上下文协议服务器 |
generic | 最低技能结构 |
选项
--template clawdbot (default), mcp, generic
--author Author name for package
--description Skill description
--dir
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代理框架
- 🧠 克劳德 -Anthropic的人工智能助手
- ✨ 光标 -AI驱动的代码编辑器
- 🔌 主控程序 -模型上下文协议服务器
- 🎯 任何代理人 上面写着SKILL.md
关键词
AI、代理、技能、脚手架、生成器、Clawdbot、Moltbot、Claude、Cursor、MCP、vibe编码、自动化、LLM、GPT、Copilot、devtools、CLI
作者
许可证
麻省理工学院
