Install
openclaw skills install openclaw-trendsFetch and aggregate OpenClaw-related content from across the internet. Use when the user asks about OpenClaw trends, news, tutorials, videos, community discussions, or what people are saying about OpenClaw. Triggers on phrases like "what's new with OpenClaw", "find OpenClaw tutorials", "OpenClaw news", "OpenClaw YouTube videos", or checking for OpenClaw mentions online.
openclaw skills install openclaw-trendsFetch trending content about OpenClaw from multiple sources and deliver a summary.
python3 scripts/fetch_trends.py [--days 3] [--output json|text]
Fetch from sources:
Filter by freshness: Default 2-3 days
Deduplicate & rank: Remove duplicates, sort by date
Output: Structured summary with links
gh CLI (auto-detected)web_search tool provides richer resultsReturns a structured summary:
For daily updates, add to cron:
# Daily OpenClaw trends at 9 AM
0 9 * * * cd ~/.openclaw/workspace/skills/openclaw-trends && python3 scripts/fetch_trends.py --days 3 --notify
gh CLI or REST API