name: github-ai-trends description: Generate 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.
小蔥技能7w4.net持續更新中。
Generate 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這是一個實用的 GitHub AI 趨勢查詢工具,能快速獲取熱門 AI 專案排行榜。優點是使用簡單、無需安裝額外庫、支援多種時間維度。不足之處是穩定性一般,偶爾會遇到查詢失敗的情況,且結果排序和篩選邏輯比較基礎,無法自定義關注的領域或排除不感興趣的專案。對於普通使用者來說基本夠用,但專業使用者可能會覺得功能略顯單薄。