content-trend-researcher

Advanced content and topic research skill that analyzes trends across Google Analytics, Google Trends, Substack, Medium, Reddit, LinkedIn, X, blogs, podcasts, and YouTube to generate data-driven article outlines based on user intent analysis

25 stars

Best use case

content-trend-researcher is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Advanced content and topic research skill that analyzes trends across Google Analytics, Google Trends, Substack, Medium, Reddit, LinkedIn, X, blogs, podcasts, and YouTube to generate data-driven article outlines based on user intent analysis

Teams using content-trend-researcher should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/content-trend-researcher/SKILL.md --create-dirs "https://raw.githubusercontent.com/ComeOnOliver/skillshub/main/skills/alirezarezvani/claude-code-skill-factory/content-trend-researcher/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/content-trend-researcher/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How content-trend-researcher Compares

Feature / Agentcontent-trend-researcherStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Advanced content and topic research skill that analyzes trends across Google Analytics, Google Trends, Substack, Medium, Reddit, LinkedIn, X, blogs, podcasts, and YouTube to generate data-driven article outlines based on user intent analysis

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# Content Trend Researcher

A comprehensive content research and analysis skill designed for content creators, marketers, and publishers who need to create high-performing content based on real-world trends and user intent signals.

## What This Skill Does

This skill acts as your content intelligence system, analyzing trends across 10+ platforms to help you:

1. **Identify trending topics** - Find what's gaining traction across platforms
2. **Understand user intent** - Analyze search patterns and engagement signals
3. **Discover content gaps** - Find underserved topics with high demand
4. **Generate outlines** - Create data-driven article structures optimized for engagement
5. **Platform-specific insights** - Understand where different content types perform best

## Capabilities

### Multi-Platform Trend Analysis
- **Google Trends** - Search volume trends, rising queries, regional interest
- **Google Analytics** - Traffic patterns, user behavior, conversion signals
- **Substack** - Newsletter trends, subscriber growth patterns
- **Medium** - Article performance, tags, claps, reading time
- **Reddit** - Subreddit activity, upvotes, comment engagement, trending discussions
- **LinkedIn** - Professional content trends, engagement metrics
- **X (Twitter)** - Viral topics, hashtag performance, thread engagement
- **Blogs** - Top-ranking blog posts, backlink profiles
- **Podcasts** - Episode popularity, download trends, ratings
- **YouTube** - Video performance, view trends, watch time, engagement

### User Intent Analysis
- **Informational intent** - "How to", "What is", "Guide to"
- **Commercial intent** - "Best", "Review", "Comparison", "vs"
- **Transactional intent** - "Buy", "Pricing", "Discount"
- **Navigational intent** - Brand searches, specific resource lookups
- **Problem-solving intent** - "Fix", "Troubleshoot", "Solution"

### Content Strategy Intelligence
- Optimal content formats per platform
- Best publishing times based on engagement data
- Headline formulas with proven performance
- Content length recommendations
- Topic clustering and pillar content identification

### Outline Generation
Creates comprehensive article outlines including:
- SEO-optimized titles with user intent matching
- H2/H3 structure based on search patterns
- Key points to cover from top-performing content
- Suggested word count and content depth
- Internal linking opportunities
- Call-to-action recommendations
- Multimedia suggestions (images, videos, infographics)

## When to Use This Skill

**Before creating any content:**
- Research trending topics in your niche
- Validate content ideas with data
- Find content gaps competitors are missing
- Understand what format works best for your topic

**For content strategy:**
- Build editorial calendars based on trends
- Identify pillar content opportunities
- Plan content clusters around hot topics
- Optimize existing content for better performance

**For competitive analysis:**
- See what's working for competitors
- Find underserved audiences
- Discover new content angles
- Benchmark your performance

## Example Invocations

### Basic Topic Research
```
@content-trend-researcher

Topic: "AI automation for small businesses"
Platforms: Google Trends, Reddit, LinkedIn, YouTube
Intent: Informational
```

### Deep Platform Analysis
```
@content-trend-researcher

Topic: "Remote work productivity tools"
Platforms: ALL
Include: User intent breakdown, content gap analysis, 3 article outlines
Target audience: SaaS founders and product managers
```

### Competitive Content Research
```
@content-trend-researcher

Topic: "Email marketing strategies 2025"
Platforms: Medium, Substack, Top blogs
Analyze: Top 10 performing articles
Output: Outline that fills content gaps
```

### Multi-Format Strategy
```
@content-trend-researcher

Topic: "Sustainable fashion"
Platforms: Instagram, TikTok, YouTube, Pinterest, Blogs
Output: Platform-specific content ideas + 1 long-form blog outline
```

## Input Format

Provide the following information:

```json
{
  "topic": "Your main topic or keyword",
  "platforms": ["Google Trends", "Reddit", "YouTube", "etc."],
  "intent_focus": "informational|commercial|transactional|all",
  "target_audience": "Description of your audience",
  "content_type": "blog|article|newsletter|video script|social post",
  "analysis_depth": "quick|standard|deep",
  "number_of_outlines": 1-5
}
```

## Output Format

The skill returns a comprehensive research report:

```json
{
  "topic_overview": {
    "search_volume": "Monthly search volume estimate",
    "trend_direction": "rising|stable|declining",
    "competition_level": "low|medium|high",
    "opportunity_score": 1-100
  },
  "platform_insights": [
    {
      "platform": "Platform name",
      "trending_content": [],
      "engagement_metrics": {},
      "best_practices": [],
      "content_format": "Recommended format"
    }
  ],
  "user_intent_analysis": {
    "primary_intent": "Intent type",
    "intent_breakdown": {
      "informational": "percentage",
      "commercial": "percentage",
      "transactional": "percentage"
    },
    "top_questions": [],
    "search_patterns": []
  },
  "content_gaps": [
    {
      "gap": "Description of underserved topic",
      "opportunity": "Why this is valuable",
      "difficulty": "low|medium|high"
    }
  ],
  "article_outlines": [
    {
      "title": "SEO-optimized title",
      "subtitle": "Engaging subtitle",
      "target_word_count": 1500-2000,
      "structure": [
        {
          "heading": "H2 heading",
          "subheadings": ["H3", "H3"],
          "key_points": [],
          "research_notes": "Data supporting this section"
        }
      ],
      "seo_keywords": [],
      "internal_links": [],
      "multimedia_suggestions": [],
      "cta": "Suggested call-to-action"
    }
  ],
  "recommendations": {
    "publishing_schedule": "Best days/times",
    "content_format": "Recommended format",
    "promotion_strategy": "Where to share",
    "follow_up_topics": []
  }
}
```

## Best Practices

1. **Be specific with topics** - "AI for small business accounting" beats "AI"
2. **Choose relevant platforms** - Where your audience actually consumes content
3. **Analyze intent carefully** - Match your content to what users want
4. **Look for gaps** - The best content fills needs others miss
5. **Use data to validate** - Don't assume, verify with trend data
6. **Update regularly** - Trends change; research monthly for active topics

## Limitations

- Real-time data requires API access to platforms (not included in skill)
- Some platforms limit data access (e.g., X API changes)
- Search volume estimates are approximations
- Trend data represents past performance, not future guarantees
- Platform-specific metrics depend on data availability

## Integration with Other Skills

This skill works great combined with:
- **SEO optimization skills** - Use outlines for optimized content
- **Social media scheduling skills** - Plan promotion around trends
- **Email newsletter skills** - Create newsletters based on trending topics
- **Competitive analysis skills** - Deeper competitor research
- **Content calendar skills** - Schedule content based on trend timing

## Technical Notes

- Uses trend analysis algorithms to identify rising topics
- Intent classification based on keyword patterns and SERP analysis
- Outline generation follows proven content frameworks (AIDA, PAS, etc.)
- Platform insights based on engagement metrics and algorithm signals
- Content gap identification through comparative analysis

## Privacy & Ethics

- Does not access private user data
- Uses publicly available trend data and metrics
- Respects platform terms of service
- No scraping of paywalled or private content
- Trend analysis is statistical, not surveillance

---

**Version**: 1.0.0
**Last Updated**: October 21, 2025
**Compatibility**: Claude.ai, Claude Code, Claude API (with Code Execution Tool)

Related Skills

content-security-policy-generator

25
from ComeOnOliver/skillshub

Content Security Policy Generator - Auto-activating skill for Security Fundamentals. Triggers on: content security policy generator, content security policy generator Part of the Security Fundamentals skill category.

000-jeremy-content-consistency-validator

25
from ComeOnOliver/skillshub

Validate messaging consistency across website, GitHub repos, and local documentation generating read-only discrepancy reports. Use when checking content alignment or finding mixed messaging. Trigger with phrases like "check consistency", "validate documentation", or "audit messaging".

persona-researcher

25
from ComeOnOliver/skillshub

Organize research — manage references, notes, and collaboration.

persona-content-creator

25
from ComeOnOliver/skillshub

Create, organize, and distribute content across Workspace.

apify-trend-analysis

25
from ComeOnOliver/skillshub

Discover and track emerging trends across Google Trends, Instagram, Facebook, YouTube, and TikTok to inform content strategy.

apify-content-analytics

25
from ComeOnOliver/skillshub

Track engagement metrics, measure campaign ROI, and analyze content performance across Instagram, Facebook, YouTube, and TikTok.

../../../marketing-skill/content-production/SKILL.md

25
from ComeOnOliver/skillshub

No description provided.

../../../marketing-skill/content-humanizer/SKILL.md

25
from ComeOnOliver/skillshub

No description provided.

tophub-trends

25
from ComeOnOliver/skillshub

获取并分析 TopHub 热榜数据,提供内容创作灵感。

wiki-researcher

25
from ComeOnOliver/skillshub

Conducts multi-turn iterative deep research on specific topics within a codebase with zero tolerance for shallow analysis. Use when the user wants an in-depth investigation, needs to understand how something works across multiple files, or asks for comprehensive analysis of a specific system or pattern.

seo-content-writer

25
from ComeOnOliver/skillshub

Writes SEO-optimized content based on provided keywords and topic briefs. Creates engaging, comprehensive content following best practices. Use PROACTIVELY for content creation tasks.

seo-content-refresher

25
from ComeOnOliver/skillshub

Identifies outdated elements in provided content and suggests updates to maintain freshness. Finds statistics, dates, and examples that need updating. Use PROACTIVELY for older content.