Install
openclaw skills install github-ai-trendsGenerate GitHub AI trending project reports as formatted text leaderboards. Fetches top-starred AI/ML/LLM repos by daily, weekly, or monthly period and renders a styled leaderboard. Use when the user asks for AI project trends, GitHub trending, AI leaderboard, or wants to see popular AI repos.
openclaw skills install github-ai-trendsGenerate formatted leaderboard of trending AI projects on GitHub, output directly to chat.
Run the script and paste its stdout as the reply:
python3 scripts/fetch_trends.py --period weekly --limit 20
--period: daily | weekly | monthly (default: weekly)--limit: Number of repos (default: 20)--token: GitHub token for higher rate limits (or set GITHUB_TOKEN env)--json: Output raw JSON instead of formatted text