skills/research/competitor-spy/SKILL.md
Reverse-engineer successful affiliate strategies from competitors. Use this skill when the user asks about spying on competitors, researching what other affiliates promote, analyzing competitor affiliate sites, understanding how top affiliates in a niche make money, or says "what programs does X promote", "how does [site] make money", "what affiliate strategy does this site use", "spy on competitor affiliates", "reverse engineer affiliate site", "copy what works in my niche", "who are the top affiliates in X niche", "what content gets traffic in my niche", "competitor affiliate analysis".
npx skillsauth add affitor/affiliate-skills competitor-spyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Analyze competitor affiliate sites, YouTube channels, and social profiles to surface which programs they promote, what content drives their traffic, and which strategies are worth replicating. Outputs an actionable reverse-engineering report so you can skip years of trial and error.
This skill belongs to Stage S1: Research
{
competitor_url: string # (optional) Direct URL to competitor site, channel, or profile
niche: string # (optional) Niche to analyze if no specific competitor given
platform: string # (optional) "blog" | "youtube" | "tiktok" | "twitter" | "newsletter"
depth: string # (optional, default: "standard") "quick" | "standard" | "deep"
focus: string # (optional) "programs" | "content" | "traffic" | "all"
}
If competitor_url is provided, skip to Step 2.
If only niche is provided, find 3-5 top competitors:
web_search "best [niche] affiliate sites" — look for review/comparison sitesweb_search "[niche] review site affiliate" — find review-first monetization modelsweb_search "[niche] blog affiliate income report" — income reports reveal programsweb_search "youtube [niche] affiliate site:youtube.com" to find channelsPick 3 competitors that are clearly affiliate-driven (review pages, comparison tables, "best X" content, Amazon links, affiliate disclaimers visible).
For each competitor site/channel:
Method A — Link analysis:
web_fetch [competitor_url] and scan for outbound links?ref=, ?via=, /go/, aff_id=, ?affiliate=, shareasale.com,
impact.com, partnerstack.com, awin.com, cj.com, linktr.eeMethod B — Content analysis:
Method C — Disclosure scan:
Method D — Income reports (if available):
web_search "[site name] income report affiliate" — some affiliates publish earningsweb_search "[creator name] how I make money affiliate" — creator transparency postsExtract for each program found: name, estimated prominence (primary/secondary/mentioned), content type promoting it, and whether it appears on list.affitor.com.
For each competitor, scan their recent content performance across social platforms. This reveals not just WHAT they create, but HOW WELL it performs.
With API (optional — see shared/references/social-data-providers.md):
(likes × 2 + comments × 3 + shares × 5) / max(views, 1) × 1000trending-content-scout benchmark (if available)Without API (default):
web_search "[competitor name] youtube channel" → find their channelweb_fetch channel page → extract view counts from visible videosweb_search "[competitor name] tiktok" → find top videos with view countsweb_search "[competitor name] best video" → find their highest-performing contentExtract for each competitor:
Add these to the competitor assessment table in Step 5:
| Dimension | Score (1-10) | Assessment | |-----------|-------------|------------| | Content Engagement | — | How well does their content perform? High = proven demand, low = weak execution | | Platform Strength | — | Which platform are they strongest on? Which are they ignoring? |
For each competitor, extract:
Content patterns:
web_search "site:[domain] 2024"Traffic indicators (from web search signals):
web_search "site:[domain]" — rough page countSEO and social signals:
Compare competitor content to what's NOT covered:
Use web_search "reddit [niche] [product] problems" to find pain points no affiliate
has addressed honestly — these make high-converting, low-competition content.
For each competitor, assess:
| Dimension | Score (1-10) | Assessment | |-----------|-------------|------------| | Program Quality | — | Are they promoting high-commission recurring programs or low-margin one-off? | | Content Quality | — | Shallow listicles vs. deep genuine reviews | | SEO Sophistication | — | Thin content vs. well-structured, keyword-targeted | | Monetization Diversity | — | One program vs. multiple revenue streams | | Replicability | — | How hard is it to do what they do, but better? |
Higher replicability score = easier to beat them.
Synthesize findings into a 3-part report:
Before presenting output, verify:
If any check fails, fix the output before delivering. Do not flag the checklist to the user — just ensure the output passes.
{
output_schema_version: "1.0.0" # Semver — bump major on breaking changes
competitors_analyzed: [
{
url: string # Competitor URL
niche: string # Their niche focus
estimated_programs: string[] # Programs they appear to promote
top_content_formats: string[] # ["listicle", "comparison", "tutorial"]
estimated_traffic: string # "low" | "medium" | "high" (inferred from signals)
replicability_score: number # 1-10
avg_engagement_score: number # Average engagement across their content
strongest_platform: string # Platform where they perform best
weakest_platform: string # Platform they're ignoring — gap to exploit
top_performing_content: string[] # Their 3-5 best pieces by engagement
}
]
validated_programs: [
{
name: string # "ConvertKit"
promoted_by: string[] # Which competitors promote it
confidence: string # "confirmed" | "likely" | "possible"
list_affitor_url: string | null # If found on list.affitor.com
}
]
content_gaps: string[] # Opportunities to fill
recommended_programs: string[] # Top programs to prioritize based on analysis
recommended_next_skill: string # "affiliate-program-search"
}
## Competitor Intelligence Report: [Niche]
### Competitors Analyzed
| Competitor | Programs Found | Content Focus | Replicability |
|-----------|---------------|---------------|---------------|
| [site1.com] | [Program A, B, C] | Best-of lists, comparisons | 7/10 |
| [site2.com] | [Program D, E] | YouTube reviews | 8/10 |
---
### Programs Worth Promoting (Validated by Competitors)
| Program | Promoted By | Evidence | On list.affitor.com |
|---------|------------|----------|---------------------|
| [Program A] | [2 competitors] | Prominent CTA buttons, review posts | Yes |
| [Program B] | [1 competitor] | Income report mention | Check manually |
---
### Content Formats That Work in This Niche
1. **[Format 1]:** [What it is, why it works, example from competitor]
2. **[Format 2]:** [...]
3. **[Format 3]:** [...]
---
### Content Gaps You Can Exploit
1. **[Gap 1]:** [What's missing, why it's valuable, how to fill it]
2. **[Gap 2]:** [...]
3. **[Gap 3]:** [...]
---
## Next Steps
1. Run `affiliate-program-search` to evaluate the top validated programs
2. Run `commission-calculator` to compare earnings potential across programs
3. Start with the highest-gap content angle: [Gap 1] for [Program A]
web_search "[niche] best [product] blog").Example 1: User: "Spy on what affiliate programs income school recommends" → web_fetch incomeschool.com, look for affiliate disclosures and outbound links → Find: Bluehost, Ezoic, Rank Math, Jasper — extract with confidence levels → Map to list.affitor.com programs → Output intelligence report with content gaps in their niche
Example 2: User: "What affiliate strategy do top YouTubers use in the AI tools niche?" → Find 3-5 AI tools YouTubers via web_search → Analyze video descriptions for affiliate links (common pattern: "links below") → Extract: most promote 5-10 tools consistently, heavy on comparison content → Identify gap: no one doing "best AI tools for [specific job role]" content
Example 3: User: "I'm entering the email marketing niche, help me spy on competitors" → Find competitors: emailtooltester.com, emailvendorselection.com, etc. → Extract programs: ConvertKit, ActiveCampaign, GetResponse, Brevo → Content gap: all sites focus on features, none do "email marketing ROI by industry" → Recommend: start with ConvertKit (recurring, high commission), fill the ROI gap
references/list-affitor-api.md — validate found programs on list.affitor.comshared/references/affiliate-glossary.md — affiliate link pattern referenceshared/references/ftc-compliance.md — understanding competitor disclosuresshared/references/flywheel-connections.md — master flywheel connection maptrending-content-scout (S1) — competitor channels/profiles to scout for engagement datacontent-angle-ranker (S1) — competitor gaps as angle candidatesviral-post-writer (S2) — competitor gaps reveal content opportunitiespurple-cow-audit (S1) — competitive landscape for product evaluationgrand-slam-offer (S4) — competitive gaps to exploit in offersbonus-stack-builder (S4) — what competitors' affiliates offer (gaps to exploit)category-designer (S8) — competitive landscape to differentiate fromtrending-content-scout (S1) — top creators and engagement data for competitor analysisperformance-report (S6) — your performance data vs competitorsseo-audit (S6) — ranking data showing where competitors outrank youchain_metadata:
skill_slug: "competitor-spy"
stage: "research"
timestamp: string
suggested_next:
- "trending-content-scout"
- "content-angle-ranker"
- "purple-cow-audit"
- "grand-slam-offer"
- "affiliate-blog-builder"
development
Scan social platforms for top-performing content by engagement before you create anything. Use this skill when the user wants to see what content is winning in a niche, find viral content patterns, research what's working on YouTube/TikTok/X/Reddit, benchmark engagement, discover content gaps, or says "what content is working for [topic]", "show me top performing content about [keyword]", "what's trending in [niche]", "find viral content about [product]", "content research for [keyword]", "what gets views in [niche]", "engagement analysis for [topic]", "scout the competition", "what videos are getting the most views about [keyword]", "social listening for [topic]", "trending content in [niche]", "top content analysis", "what hooks work for [keyword]", "content intelligence", "find winning formats".
development
Analyze website traffic, global rank, engagement metrics, and traffic sources for any domain. Use this skill to evaluate affiliate program websites, compare competitor traffic, assess advertiser strength, or understand where an audience comes from. Triggers on: "analyze traffic for [domain]", "how much traffic does [site] get", "compare traffic between [site A] and [site B]", "is [program] worth promoting based on traffic", "traffic analysis", "website analytics for [domain]", "where does [site] get traffic", "check if [advertiser] is legit", "evaluate [program] website health", "SimilarWeb analysis", "traffic sources for [domain]", "how popular is [site]", "website rank", "domain authority check", "compare affiliate program websites".
development
Rank content angles by engagement data, competition level, and platform fit. Data-driven angle selection instead of guesswork. Use this skill when the user has a keyword or product and needs to decide WHAT to create, which angle to take, which format to use, or which platform to target. Triggers on: "what angle should I use", "rank content ideas for [keyword]", "best angle for [product]", "which content idea will perform best", "help me pick an angle", "what should I write about", "content angle for [topic]", "rank my content ideas", "which approach will get the most views", "data-driven content planning", "angle ranker", "content scoring", "which hook should I use", "compare these content ideas", "prioritize my content angles", "what video should I make".
tools
Generate branded infographic specifications from any content or data. Outputs structured layout, copy, data visualization, and color scheme — ready to render as HTML/CSS, Satori, Canva, or any design tool. Use this skill when the user wants an infographic, data visual, social media image, comparison chart, stat card, or says "create an infographic for [content]", "make a visual for my LinkedIn post", "design an image for [topic]", "stat graphic for [data]", "comparison infographic", "branded image", "social media graphic", "infographic for [blog post]", "data visualization", "visual content", "image for my post", "LinkedIn carousel image", "feature comparison chart", "pricing table image".