google-trendsMonitor Google Trends - get trending searches, compare keywords, and track interest over time. Use for market research, content planning, and trend analysis.
Install via ClawdBot CLI:
clawdbot install satnamra/google-trendsMonitor and analyze Google Trends data for market research, content planning, and trend tracking.
Use web_fetch to get Google Trends RSS:
# 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
For detailed keyword analysis, use the Google Trends website:
# 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 multiple terms (comma-separated)
open "https://trends.google.com/trends/explore?q=bitcoin,ethereum,solana&geo=US"
Get today's trending searches:
#!/bin/bash
# Usage: ./trends-daily.sh [country_code]
# Example: ./trends-daily.sh LT
GEO="${1:-US}"
curl -s "https://trends.google.com/trending/rss?geo=$GEO" | \
grep -o '<title>[^<]*</title>' | \
sed 's/<[^>]*>//g' | \
tail -n +2 | \
head -20
Generate comparison URL:
#!/bin/bash
# Usage: ./trends-compare.sh keyword1 keyword2 keyword3
# Example: ./trends-compare.sh bitcoin ethereum solana
KEYWORDS=$(echo "$@" | tr ' ' ',')
echo "https://trends.google.com/trends/explore?q=$KEYWORDS"
1. Get US trending searches
2. Get LT trending searches
3. Check if any trends relate to our business
4. Report interesting findings
1. Compare potential blog topics
2. Find which has more search interest
3. Check seasonal patterns
4. Decide on content focus
1. Compare brand names
2. Track interest over time
3. Identify when competitors spike
4. Investigate causes
Set up automated trend monitoring:
// Example cron job for daily trends report
{
"name": "Daily Trends Report",
"schedule": { "kind": "cron", "expr": "0 9 * * *" },
"payload": {
"kind": "agentTurn",
"message": "Get today's Google Trends for US and LT. Summarize top 10 trends for each. Highlight any tech/business related trends."
}
}
Common country codes:
Generated Mar 1, 2026
A digital marketing agency uses the skill to fetch daily trending searches in the US and Lithuania each morning. They analyze these trends to identify emerging topics relevant to their clients, such as tech or business news, and quickly adapt social media campaigns or content strategies to capitalize on real-time interest.
An SEO blogger compares multiple potential blog topics, like 'bitcoin', 'ethereum', and 'solana', using the keyword comparison feature. They check historical interest over time to assess seasonal patterns and relative popularity, helping decide which topic to prioritize for higher search traffic and engagement.
An e-commerce brand monitors interest in its own and competitors' brand names over time using the keyword interest feature. They track spikes in competitor interest, investigate causes such as product launches or marketing campaigns, and adjust their own strategies to stay competitive in the market.
A business planning to expand into new markets uses the skill to check regional interest for keywords in countries like Germany, Japan, or worldwide. They analyze where specific products or services are most popular to prioritize expansion efforts and tailor marketing messages to local trends.
A company offers automated daily or weekly trend reports generated via cron jobs, summarizing top searches and keyword comparisons for specific industries. Clients pay a monthly fee to receive these insights, helping them stay ahead in market research without manual effort.
A consultancy uses the skill to provide in-depth analysis for clients, such as comparing keywords or tracking interest over time for strategic decisions. They charge per project or hourly for customized reports and recommendations based on Google Trends data.
A software platform integrates this skill into its content planning tools, allowing users to fetch trending searches and compare keywords directly within the app. Revenue comes from premium features or higher-tier subscriptions that include trend analysis capabilities.
💬 Integration Tip
Set up cron jobs to automate daily trend fetching and reporting, ensuring consistent monitoring without manual intervention.
Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock scoring, viral trend detection (Hot Scanner), and rumor/early signal detection. Use for stock analysis, portfolio tracking, earnings reactions, crypto monitoring, trending stocks, or finding rumors before they hit mainstream.
Get stock prices, quotes, fundamentals, earnings, options, dividends, and analyst ratings using Yahoo Finance. Uses yfinance library - no API key required.
Yahoo Finance (yfinance) powered stock analysis skill: quotes, fundamentals, ASCII trends, high-resolution charts (RSI/MACD/BB/VWAP/ATR), plus optional web a...
Become an autonomous prediction market trader on Polymarket with AI-powered analysis and a performance-backed token on Base. Trade real markets, build a track record, and let the buyback flywheel run.
Get cryptocurrency token price and generate candlestick charts via CoinGecko API or Hyperliquid API. Use when user asks for token price, crypto price, price chart, or cryptocurrency market data.
Trade and monitor Hyperliquid perpetual futures. Check balances, view positions with P&L, place/cancel orders, execute market trades. Use when the user asks about Hyperliquid trading, portfolio status, crypto positions, or wants to execute trades on Hyperliquid.