competitor-scoutlisted
Install: claude install-skill Gaura3560/content-autopilot
# Competitor Scout
Analyze your competitors' content strategy and find gaps you can exploit.
## When to Activate
- User says `/competitor-scout` or `/competitor`
- User says `/competitor add {handle}` to register a new competitor
- User asks "what are my competitors posting about?"
- User asks "what topics am I missing?"
- User wants competitive content analysis
## Prerequisites
- `~/.content-autopilot/profile.json` must exist
- At least one competitor registered in `profile.competitors` (or add one now)
## Profile Schema Addition: competitors
Added to `~/.content-autopilot/profile.json`:
```json
{
"competitors": [
{
"name": "Competitor A",
"note_url": "https://note.com/competitor_a",
"x_handle": "@competitor_a",
"instagram_handle": "@competitor_a_ig",
"added_at": "2026-03-20"
}
]
}
```
## Analysis Data: competitor-analysis.json
Location: `~/.content-autopilot/competitor-analysis.json`
```json
{
"version": "1.0",
"last_scan": "2026-03-20",
"competitors": [
{
"name": "Competitor A",
"last_scanned": "2026-03-20",
"topics": [
{
"topic": "AI productivity tools",
"frequency": "weekly",
"platforms": ["note", "x"],
"sample_titles": ["Title 1", "Title 2"],
"title_patterns": ["Numbers", "Simplicity"]
}
],
"posting_frequency": {
"note": "3/week",
"x": "daily",
"instagram": "2/week"
},
"strength