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.
Scanned 5/30/2026
Install via CLI
openskills install dvcrn/openclaw-skills-marketplace---
name: skill-template
description: "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."
---
# 🧩 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
```
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...