Agent skill · Data & Analytics

trendhunter

Monitors the web for topics you care about and surfaces signals before they peak. Tracks Twitter, Reddit, Hacker News, Product Hunt, and custom sources. Use when: staying ahead of industry trends, monitoring competitors, or catching viral content early. NOT for: social media analytics dashboards, sentiment analysis at scale, or building trend prediction models.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill trendhunter --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 13 KB
Bundled scripts: none
Path: skills/analysis/trendhunter/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# TrendHunter 🔍 Catch trends before they blow up. Monitor keywords across Twitter, Reddit, HN, Product Hunt, and custom sources. Get pinged when something's heating up. ## When to Use ✅ **USE this skill when:** - Monitoring industry keywords (e.g., "AI agents," "web3") - Tracking competitor mentions - Catching viral content early - Staying on top of tech/product launches - Finding breaking news in your niche - Discovering emerging technologies - Monitoring brand mentions - Spotting opportunities before they peak ## When NOT to Use ❌ **DON'T use this skill when:** - Building full social media analytics dashboards → use Sprout Social, Hootsuite - Large-scale sentiment analysis → use Brandwatch, Meltwater - Training trend prediction ML models → use historical datasets - Real-time stock trading signals → use specialized fintech tools - Competitive intelligence at enterprise scale → use Crayon, Klue - Academic research on social trends → use proper research tools ## Setup Install TrendHunter: ```bash npm install -g @pawhub/trendhunter ``` Configure sources: ```bash # Twitter/X (via API or scraping) trendhunter add-source twitter --api-key YOUR_KEY # Reddit trendhunter add-source reddit

What's inside
Steps it walks through
  1. When to Use
  2. When NOT to Use
  3. Setup
  4. Example Interactions
  5. Setting Up Watches
  6. Catching a Trend
  7. Competitive Monitoring
  8. Morning Digest
  9. Commands
  10. Watch Management
  11. Competitor Monitoring
  12. Trend Analysis
  13. Alerts & Notifications
  14. Reports
Ships with 1 file
  • metadata.json
Commands it runs
npm install -g @pawhub/trendhunter
Twitter/X (via API or scraping)
trendhunter add-source twitter --api-key YOUR_KEY
Reddit
trendhunter add-source reddit
Hacker News
trendhunter add-source hackernews
Product Hunt
trendhunter add-source producthunt --api-key YOUR_KEY
Custom RSS feeds
More from claude-skill-registry
All skills →
About this skill
What does the trendhunter skill do?

Monitors the web for topics you care about and surfaces signals before they peak. Tracks Twitter, Reddit, Hacker News, Product Hunt, and custom sources. Use when: staying ahead of industry trends, monitoring competitors, or catching viral content early. NOT for: social media analytics dashboards, sentiment analysis at scale, or building trend prediction models.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill trendhunter --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going