返回顶部
s

skill-scaffold

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

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.4
安全检测
已通过
3,938
下载量
2
收藏
概述
安装方式
版本历史

skill-scaffold

# Skill Scaffold Create AI agent skills in seconds. Supports OpenClaw/Moltbot, MCP servers, and generic skill structures. ## Trigger Words 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" ## Quick Start ```bash # 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" ``` ## Commands | Command | Description | |---------|-------------| | `skill-scaffold <name>` | Create skill with default (openclaw) template | | `skill-scaffold <name> --template mcp` | Create MCP server scaffold | | `skill-scaffold <name> --template generic` | Create minimal skill | | `skill-scaffold <name> --cli` | Include CLI binary scaffold | | `skill-scaffold --help` | Show help | ## Templates ### OpenClaw (default) 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 ### MCP Model Context Protocol server scaffold: - SKILL.md with MCP config examples - Tools and resources documentation - Ready for Claude Desktop/Cursor integration ### Generic Minimal structure: - Basic SKILL.md - Simple README.md ## Options | Option | Description | Default | |--------|-------------|---------| | `--template <type>` | Template: openclaw, mcp, generic | openclaw | | `--author <name>` | Author name | NextFrontierBuilds | | `--description <text>` | Skill description | Auto-generated | | `--dir <path>` | Output directory | Current directory | | `--cli` | Include CLI binary scaffold | false | | `--no-scripts` | Skip scripts folder | false | ## Usage Examples ```bash # 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" ``` ## Output Structure ``` 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 ``` ## After Creating 1. `cd my-skill` 2. Edit SKILL.md with your actual documentation 3. Add implementation (scripts or bin/) 4. Test locally 5. Publish: `clawdhub publish .` or `npm publish` ## Notes - 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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 skill-scaffold-1776370286 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 skill-scaffold-1776370286 技能

通过命令行安装

skillhub install skill-scaffold-1776370286

下载 Zip 包

⬇ 下载 skill-scaffold v1.0.4

文件大小: 6.99 KB | 发布时间: 2026-4-17 15:52

v1.0.4 最新 2026-4-17 15:52
- Expanded description and keywords in SKILL.md for broader compatibility (ChatGPT, Copilot, Cursor, etc).
- Updated version number to 1.0.4 in SKILL.md.
- Improved SEO with more keywords (e.g., typescript, llm, github-copilot, developer-tools, automation).
- Minor clarifications and enhancements in documentation text.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部