name: competitor-spy-jianshiai slug: competitor-spy-jianshiai version: 1.0.0 displayName: "營銷管理·Competitor Spy|簡詩 AI" summary: "圍繞“營銷管理·Competitor Spy”提供具體執行方法,涵蓋目標、渠道、預算、協同、指標和復盤最佳化。" description: "圍繞“營銷管理·Competitor Spy”提供具體執行方法,涵蓋目標、渠道、預算、協同、指標和復盤最佳化。" tags: ["營銷管理", "營銷管理·Competitor"]
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:
1. web_search "best [niche] affiliate sites" — look for review/comparison sites
2. web_search "[niche] review site affiliate" — find review-first monetization models
3. web_search "[niche] blog affiliate income report" — income reports reveal programs
4. Note: YouTube — web_search "youtube [niche] affiliate site:youtube.com" to find channels
Pick 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
- Look for: ?ref=, ?via=, /go/, aff_id=, ?affiliate=, shareasale.com,
impact.com, partnerstack.com, awin.com, cj.com, linktr.ee
- These patterns indicate affiliate links
Method B — Content analysis: - Look at their top content: "Best X", "X vs Y", "X Review", "X Alternatives" - Every product featured prominently = likely affiliate relationship - Products mentioned with a CTA button ("Try X Free", "Get X") = strong affiliate signal
Method C — Disclosure scan: - Search page for "affiliate", "commission", "sponsored", "partner" disclosures - These legally required disclosures often appear at top/bottom and reveal programs
Method D — Income reports (if available):
- web_search "[site name] income report affiliate" — some affiliates publish earnings
- web_search "[creator name] how I make money affiliate" — creator transparency posts
Extract for each program found: name, estimated prominence (primary/secondary/mentioned), content type promoting it, and whether it appears on openaffiliate.dev.
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):
- Search YouTube/TikTok for competitor brand name or channel
- Get views, likes, comments, shares for their top 10-20 content pieces
- Calculate engagement_score for each: (likes × 2 + comments × 3 + shares × 5) / max(views, 1) × 1000
- Identify which content format gets them the highest engagement
- Compare their engagement against trending-content-scout benchmark (if available)
Without API (default):
- web_search "[competitor name] youtube channel" → find their channel
- web_fetch channel page → extract view counts from visible videos
- web_search "[competitor name] tiktok" → find top videos with view counts
- web_search "[competitor name] best video" → find their highest-performing content
- Note: approximate data, but reveals relative performance patterns
Extract for each competitor: - Avg engagement score — how well does their content perform overall? - Strongest platform — where do they get the most traction? - Weakest platform — which platforms are they ignoring? (gap to exploit) - Top performing content — their 3-5 best pieces by engagement - Format that works for them — which content format gets them the most engagement?
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:
- Most common formats: listicles ("10 best X"), comparisons ("X vs Y"), tutorials,
reviews, roundups, case studies
- Average content depth: shallow (<1000 words), standard (1000-3000), deep (3000+)
- Publishing frequency: estimate from visible dates or web_search "site:[domain] 2024"
- Content freshness: are articles updated? When?
Traffic indicators (from web search signals):
- web_search "site:[domain]" — rough page count
- Search for their brand name — how much branded traffic/discussion?
- Look for "X review" queries in their content — review content = high buyer intent
SEO and social signals: - Do they rank for "[product] review" terms? (indicates SEO strategy) - Active social profiles linked from site? Which platforms? - Do they have a newsletter/email list? (footer signup forms)
Compare competitor content to what's NOT covered: 1. Products they promote but haven't done deep comparison posts for 2. Common user questions (from YouTube comments, Reddit threads, forums) they haven't answered 3. New product launches in the niche that competitors haven't covered yet 4. Angles competitors avoid (negative reviews, honest cons, "X is not for everyone")
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: 1. Programs worth stealing — top programs their strategy validates 2. Content formats that clearly work — patterns worth replicating 3. Gaps to exploit — angles they've missed that you can own
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"
openaffiliate_url: string | null # If found on openaffiliate.dev
}
]
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 openaffiliate.dev |
|---------|------------|----------|---------------------|
| [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 openaffiliate.dev 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
affiliate-program-search/references/openaffiliate-api.md — validate found programs on openaffiliate.devshared/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"
獲取使用幫助和更多實用 Skill,請關注公眾號「簡詩 AI」,或在 SkillHub 搜尋「簡詩 AI」來源於7w4.net。
這是一套內容比較充實的競品分析技能指南,流程清晰、步驟詳細,適合需要做競爭對手調研的使用者使用。優點是框架完整、分析方法多樣,錯誤處理也比較周到。不足之處是所有說明都是英文,對中文使用者不太友好;另外文件中引用的一些輔助資料實際包中並沒有提供,執行時可能找不到。建議優先考慮中文使用者群體的實際使用體驗。