From meta-skills
Reverse-engineers affiliate strategies from competitor sites, YouTube channels, and social profiles to identify promoted programs, traffic-driving content, and replicable tactics for niche research.
npx claudepluginhub affitor/affiliate-skills --plugin meta-skillsThis skill uses the workspace's default tool permissions.
Analyze competitor affiliate sites, YouTube channels, and social profiles to
Guides competitor research for SEO keywords, content structure, backlinks, pricing, and metrics. Useful for content planning, article audits, link building, and market positioning.
Runs competitive analysis reports across content, SEO, paid ads, social media, AI visibility, pricing, and positioning comparisons.
Analyzes competitor SEO/GEO strategies: keywords, content, backlinks, AI citations, traffic share gaps. Useful for benchmarking domains, finding keyword gaps, and competitive intelligence.
Share bugs, ideas, or general feedback.
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"