Agent skill · Content & Marketing

google-trends

Monitor Google Trends - get trending searches, compare keywords, and track interest over time. Use for market research, content planning, and trend analysis.

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Version: 1.0.0
Declared author: Buba Draugelis
Path: skills/analysis/google-trends/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

# 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

What's inside
Steps it walks through
  1. Capabilities
  2. Usage
  3. Get Trending Searches (Today)
  4. Check Keyword Interest
  5. Compare Keywords
  6. Scripts
  7. trends-daily.sh
  8. trends-compare.sh
  9. Example Workflows
  10. Morning Market Research
  11. Content Planning
  12. Competitor Monitoring
  13. Cron Job Integration
  14. Countries
Ships with 1 file
  • metadata.json
Commands it runs
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"
More from claude-skill-registry
All skills →
About this skill
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.

Keep going