30 lines
600 B
Markdown
30 lines
600 B
Markdown
---
|
|
name: my-custom-skill
|
|
description: One-line description of what this skill does.
|
|
---
|
|
|
|
# My Custom Skill
|
|
|
|
What this skill does and when to use it.
|
|
|
|
## When to Use
|
|
- Triggered by [cron/manual/condition]
|
|
- When the user asks about [topic]
|
|
|
|
## Prerequisites
|
|
- [Required files, API keys, tools]
|
|
|
|
## Execution
|
|
|
|
### Step 1: [First step name]
|
|
[What to do, what to check, what to read]
|
|
|
|
### Step 2: [Second step name]
|
|
[Specific instructions, commands, file paths]
|
|
|
|
### Step 3: [Output]
|
|
[What to produce, where to save it, who to notify]
|
|
|
|
## Common Mistakes
|
|
1. [Thing people get wrong]
|
|
2. [Another pitfall] |