← ClaudeAtlas

competitor-content-trackerlisted

Monitor competitor content across blogs, LinkedIn, and Twitter/X on a recurring basis. Surfaces new posts, trending topics, and content gaps you can own. Chains blog-feed-monitor, linkedin-profile-post-scraper, and twitter-mention-tracker. Use when you want a weekly digest of what competitors are publishing and which topics are generating engagement.
gooseworks-ai/goose-skills · ★ 866 · AI & Automation · score 86
Install: claude install-skill gooseworks-ai/goose-skills
# Competitor Content Tracker Monitor competitor content activity across three channels — blog, LinkedIn, Twitter/X — and produce a consolidated digest highlighting what's new, what's getting traction, and where you have a content gap. ## When to Use - "Track what [competitor] is publishing" - "Show me what my competitors posted this week" - "What topics are competitors winning on?" - "I want a weekly competitor content digest" ## Phase 0: Intake ### Competitors to Track 1. List of competitor company names + blog URLs (e.g., `https://clay.com/blog`) 2. LinkedIn profile URLs of competitor founders/CMOs to track (optional but high-value) 3. Twitter/X handles of the competitors or their founders (optional) ### Scope 4. How far back? (default: 7 days for weekly digest, 30 days for first run) 5. Any topics/keywords you care most about? (used to surface relevant posts first) ### Output 6. Format preference: full digest (everything) or highlights only (top 3-5 per competitor)? Save config to `clients/<client-name>/configs/competitor-content-tracker.json`. ```json { "competitors": [ { "name": "Clay", "blog_url": "https://clay.com/blog", "linkedin_profiles": ["https://www.linkedin.com/in/kareem-amin/"], "twitter_handles": ["@clay_hq", "@kareemamin"] } ], "days_back": 7, "keywords": ["GTM", "outbound", "AI agents", "growth"], "output_mode": "highlights" } ``` ## Phase 1: Scrape Blog Content Run `blog-feed-monitor` for each competitor