GitHub AI Trends

👤 toller892 📦 v1.1.0 ⭐ 4.2 ⬇️ 8.4K 下载
📊 数据分析 免费

📖 技能介绍


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.


GitHub AI Trends

Generate formatted leaderboard of trending AI projects on GitHub, output directly to chat.

Usage

Run the script and paste its stdout as the reply:

python3 scripts/fetch_trends.py --period weekly --limit 20

Parameters

  • --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

    本技能来自小葱技能站7w4.net。

How It Works

  1. Searches GitHub API for AI-related repos (by keywords + topics) pushed within the period
  2. Deduplicates and sorts by star count
  3. Outputs a formatted markdown leaderboard ready for chat display

Notes

  • Without a GitHub token, API rate limit is 10 requests/minute. With token: 30/minute.
  • No pip dependencies, uses only stdlib.
  • Output is markdown formatted for direct chat display.

🤖 AI 评测

这是一个实用的 GitHub AI 趋势查询工具,能快速获取热门 AI 项目排行榜。优点是使用简单、无需安装额外库、支持多种时间维度。不足之处是稳定性一般,偶尔会遇到查询失败的情况,且结果排序和筛选逻辑比较基础,无法自定义关注的领域或排除不感兴趣的项目。对于普通用户来说基本够用,但专业用户可能会觉得功能略显单薄。

📊 多维度评分

适应性4.4
规范性3.6
有效性4.7
可靠性4.1
可信度4.5

📁 包含文件 (3 个)

📄 SKILL.md 1.2 KB
📄 _meta.json 135 B
📄 scripts/fetch_trends.py 4.3 KB