SKILL.md Format
SKILL.md structure
SKILL.md uses a simple Markdown format with a YAML front matter header:
---
name: Instagram Content Generator
version: 1.2.0
author: openclaw
category: marketing
---
# Instagram Content Generator
## System Prompt
You are an expert Instagram content creator...
## Capabilities
- Generate captions for photos, reels, and carousels
- Research and suggest optimal hashtags
- Create content calendars
## Usage
### Generate a caption
Provide: description of the image, tone, target audience
Output: 3 caption variations with hashtags
### Create a content calendar
Provide: brand description, posting frequency, themes
Output: 30-day calendar with daily content ideasBest practices
- Be specific in your system prompt — vague instructions lead to inconsistent output
- Include examples — show the AI exactly what good output looks like
- Define the input format — tell users what information to provide
- Version semantically — patch for fixes, minor for features, major for breaking changes