Template for creating Claude Code skills. Replace this description with a clear explanation of what this skill does and when it should be used. Be specific about triggers and use cases.
Template for creating Claude Code skills with best practices built-in.
Copy this template
cp -r skill-template/ my-new-skill/
cd my-new-skill/
Customize SKILL.md
Add bundled resources (optional)
scripts/references/assets/Test your skill
Package for distribution
# Create skill package
zip -r my-skill.zip .
skill-template/
├── SKILL.md # Main skill definition (required)
├── scripts/ # Executable helper scripts (optional)
│ └── example_script.py # Example script
├── references/ # Reference documentation (optional)
│ └── example_reference.md # Example reference
├── assets/ # Files used in output (optional)
│ └── templates/ # Template files
└── README.md # This file
name in YAML frontmatterdescription in YAML frontmatterBefore (Template):
---
name: skill-template
description: Template for creating Claude Code skills...
---
After (Your Skill):
---
name: api-testing
description: Provides workflows for testing REST APIs including request execution, response validation, and test suite management. Use when testing API endpoints or creating API test automation.
---
# API Testing Skill
## Purpose
This skill provides comprehensive workflows for REST API testing...
下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer