google-trends
Monitor Google Trends - get trending searches, compare keywords, and track interest over time. Use for market research, content planning, and trend analysis.
npx skills add majiayu000/claude-skill-registry --skill google-trends --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Google Trends Monitoring Monitor and analyze Google Trends data for market research, content planning, and trend tracking. ## Capabilities 1. **Daily Trending Searches** - What's trending today in any country 2. **Keyword Interest Over Time** - Historical trend data for keywords 3. **Keyword Comparison** - Compare multiple keywords 4. **Related Topics & Queries** - Discover related searches 5. **Regional Interest** - See where keywords are most popular ## Usage ### Get Trending Searches (Today) Use web_fetch to get Google Trends RSS: ```bash # US Daily Trends curl -s "https://trends.google.com/trending/rss?geo=US" | head -100 # Lithuania curl -s "https://trends.google.com/trending/rss?geo=LT" | head -100 # Worldwide curl -s "https://trends.google.com/trending/rss?geo=" | head -100 ``` ### Check Keyword Interest For detailed keyword analysis, use the Google Trends website: ```bash # Open in browser open "https://trends.google.com/trends/explore?q=bitcoin&geo=US" # Or fetch via web_fetch for basic data web_fetch "https://trends.google.com/trends/explore?q=bitcoin" ``` ### Compare Keywords ```bash # Compare multiple terms (comma-separated) open "https://trends.google.com/trends/expl
- Capabilities
- Usage
- Get Trending Searches (Today)
- Check Keyword Interest
- Compare Keywords
- Scripts
- trends-daily.sh
- trends-compare.sh
- Example Workflows
- Morning Market Research
- Content Planning
- Competitor Monitoring
- Cron Job Integration
- Countries
US Daily Trends curl -s "https://trends.google.com/trending/rss?geo=US" | head -100 Lithuania curl -s "https://trends.google.com/trending/rss?geo=LT" | head -100 Worldwide curl -s "https://trends.google.com/trending/rss?geo=" | head -100 Open in browser open "https://trends.google.com/trends/explore?q=bitcoin&geo=US" Or fetch via web_fetch for basic data web_fetch "https://trends.google.com/trends/explore?q=bitcoin"
What does the google-trends skill do?
Monitor Google Trends - get trending searches, compare keywords, and track interest over time. Use for market research, content planning, and trend analysis.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill google-trends --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.
