Overview
- Skill Key
- ckchzh/skill-template
- Author
- ckchzh
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/ckchzh/skill-template
- Latest Commit SHA
- 6dc2220315108e4f72c9ceb8c4f3eaf048c27ea8
OpenClaw Skill template generator. Create skill scaffolds, validate structure, enhance SKILL.md, generate command frameworks, tips, publish checklists, and example skills. Commands: create, validate, enhance, commands, tips, publish, examples. Use for skill development, AgentSkill authoring, skill creation.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 skill-template 技能。 若已安装,则直接安装 skill-template 技能。
# 🧩 Skill Template
> Purpose-built for OpenClaw Skill developers. Competing with skill-creator (30K+ downloads).
## Why This Skill?
Building an OpenClaw Skill requires a specific directory structure and conventions.
Doing it manually means missing critical parts. Skill Template automates the entire
flow — from scaffold generation to publish-readiness checks.
## Commands
```bash
bash scripts/skill-tmpl.sh <command> <skill_name> [options]
```
### 🚀 Create Phase
| Command | Purpose |
|---------|---------|
| `create <name>` | Generate full skill directory (SKILL.md + tips.md + scripts/) |
| `commands <name>` | Generate bash case-statement command framework |
| `tips <name>` | Generate tips.md template |
| `examples` | Show example skills for reference |
### ✅ Verify Phase
| Command | Purpose |
|---------|---------|
| `validate <dir>` | Check skill structure against spec |
| `enhance <dir>` | Analyze and suggest SKILL.md improvements |
| `publish <dir>` | Full pre-publish checklist |
## Recommended Workflow
1. `create` to scaffold → `commands` to fill logic → `tips` to add advice
2. When done: `validate` → `enhance` → `publish`
3. Study `examples` to learn from well-crafted skills
## Standard Skill Structure
```
my-skill/
├── SKILL.md # Required: frontmatter + docs
├── tips.md # Recommended: usage tips
└── scripts/
└── main.sh # Recommended: executable script
```
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.