openclaw-trends

Fetch 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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "openclaw-trends" with this command: npx skills add andremashukov/openclaw-trends

OpenClaw Trends

Fetch trending content about OpenClaw from multiple sources and deliver a summary.

Quick Start

python3 scripts/fetch_trends.py [--days 3] [--output json|text]

Workflow

  1. Fetch from sources:

    • YouTube - Videos (Data API v3)
    • GitHub - Repos, discussions, releases
    • X/Twitter - Posts (web search)
    • Reddit - Discussions (web search)
    • Hacker News - Tech discussions (web search)
  2. Filter by freshness: Default 2-3 days

  3. Deduplicate & rank: Remove duplicates, sort by date

  4. Output: Structured summary with links

Notes

  • YouTube uses Data API v3 (key embedded for convenience)
  • X/Twitter, Reddit, HN use DuckDuckGo web search (no API needed)
  • GitHub uses gh CLI (auto-detected)
  • For agent-triggered runs, the web_search tool provides richer results

Output Format

Returns a structured summary:

  • Source (YouTube, X, Blog, etc.)
  • Title
  • Description (truncated)
  • URL
  • Date

Scheduled Checks

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

Notes

  • YouTube uses Data API v3 (requires key)
  • X/Twitter uses web search (no API needed)
  • GitHub uses gh CLI or REST API
  • All other sources use web search

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Img2img

Generate images from text descriptions using DALL-E 3 while adhering to usage policies and avoiding realistic human faces.

Registry SourceRecently Updated
General

Habitat-GS-Navigator

Navigate and interact with photo-realistic 3DGS environments via the Habitat-GS Bridge. Use when: user asks to explore a 3D scene, perform embodied navigatio...

Registry SourceRecently Updated
General

Memory Palace

持久化记忆管理。Use when: 用户告诉你个人信息/偏好/习惯、需要记住项目状态/技术决策、完成任务后有可复用经验、用户说"记住""别忘了""下次注意"、需要回忆之前的对话内容。支持语义搜索和时间推理。

Registry SourceRecently Updated
General

Podcast Transcript Mining Authority Positioning

Extract guest appearances, speaking topics, and soundbites from podcast transcripts to build authority portfolios and generate podcast pitch templates. Use w...

Registry SourceRecently Updated