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]
小葱技能7w4.net持续更新中。
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」这是一套内容比较充实的竞品分析技能指南,流程清晰、步骤详细,适合需要做竞争对手调研的用户使用。优点是框架完整、分析方法多样,错误处理也比较周到。不足之处是所有说明都是英文,对中文用户不太友好;另外文档中引用的一些辅助资料实际包中并没有提供,运行时可能找不到。建议优先考虑中文用户群体的实际使用体验。