Content Trend Researcher
Analyzes trends and search intent across 10+ platforms to produce data-driven article outlines.
Marketing & SEOBeginner★ 869⑂ 175AI score 7/10Last updated: Nov 12, 2025
What it does
- Aggregates trend signals from Google Trends, Google Analytics, Substack, Medium, Reddit, LinkedIn, X, blogs, podcasts and YouTube.
- Breaks down user intent (informational, commercial, transactional, navigational, problem-solving).
- Surfaces content gaps competitors miss and scores the opportunity.
- Returns a JSON research report plus full article outlines: SEO title, H2/H3 structure, word count, internal links, CTA and multimedia ideas.
Who it's for
- Content marketers planning blogs, newsletters or video scripts
- Teams building editorial calendars and pillar-content clusters
- Solo creators, newsletter operators and SEO specialists
Examples
Topic: "AI automation for small businesses" / Platforms: Google Trends, Reddit, LinkedIn, YouTube / Intent: informationalTopic: "Remote work productivity tools" / Platforms: ALL / Include: intent breakdown, gap analysis, 3 outlinesfor a SaaS-founder audienceTopic: "Email marketing strategies 2025" / Platforms: Medium, Substack, top blogs→ analyze top 10 posts, output a gap-filling outline
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/alirezarezvani/claude-code-skill-factory/HEAD/generated-skills/content-trend-researcher/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the generated-skills/content-trend-researcher folder from the GitHub repo alirezarezvani/claude-code-skill-factory into my ~/.claude/skills/content-trend-researcher/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/alirezarezvani/claude-code-skill-factory.git /tmp/skill-factory && mkdir -p ~/.claude/skills && cp -r /tmp/skill-factory/generated-skills/content-trend-researcher ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open your terminal.
- Clone the repo:
git clone https://github.com/alirezarezvani/claude-code-skill-factory.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r claude-code-skill-factory/generated-skills/content-trend-researcher ~/.claude/skills/ - Restart Claude Code and confirm it appears under
/skills. - Ask with a topic, platform list and target audience to get the report and outlines. (For live numbers, enable web search or connect the platform APIs yourself — they are not bundled.)
View source on GitHub ↗License: MIT