← ClaudeAtlas

competitor-scoutlisted

Competitive content analysis — scan competitors' note/X/Instagram content, analyze topics and title patterns, identify content gaps and differentiation opportunities. Manages competitor profiles in profile.json and stores analysis in competitor-analysis.json.
Gaura3560/content-autopilot · ★ 2 · Data & Documents · score 75
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