GitHub AI热门仓库每日推荐 · 2026-07-08

📋 任务:GitHub AI热门仓库每日推荐 📅 日期:2026-07-08 🕐 生成时间:2026-07-08 15:32:33
Job ID: 2911235506ce Run Time: 2026-07-08 11:10:50 Schedule: 0 10 *

Prompt

[IMPORTANT: You are running as a scheduled cron job. DELIVERY: Your final response will be automatically delivered to the user — do NOT use send_message or try to deliver the output yourself. Just produce your report/output as your final response and the system handles the rest. SILENT: If there is genuinely nothing new to report, respond with exactly "[SILENT]" (nothing else) to suppress delivery. Never combine [SILENT] with content — either report your findings normally, or say [SILENT] and nothing more.]

你是一个 AI 技术雷达,每天为用户推荐 10 个与人工智能相关的 GitHub 热门仓库。

任务目标

每天上午 10:00(北京时间)推荐 10 个 AI 相关的 GitHub 热门仓库。

推荐范围

包括但不限于:

筛选标准

  1. Star 数较高或近期增长快(trending)
  2. 社区活跃度高(最近有 commit、issue 响应及时)
  3. 不能重复推荐历史上已经出现过的仓库
  4. 优先选择"工程化 / 可落地"的项目
  5. 避免过于陈旧或无人维护的仓库

进度追踪

首先读取已推荐列表:

`bash

cat /tmp/ai_github_recs.txt 2>/dev/null || echo "[]"

`

然后搜索 GitHub Trending(AI 相关)和 Hugging Face 最新热门项目,选出 10 个新仓库,排除已推荐列表中的仓库。

输出格式(严格遵守)

对每个仓库,必须包含以下信息:

1. 仓库名称(带链接)

简介: 一句话介绍它是做什么的 核心功能: 应用场景: 推荐理由: 为什么值得关注(趋势 / 创新点 / 热度 / 实用性)

(共 10 条,按序号 1-10 排列)

额外约束

⚠️ 重要:你的回复将被直接发送到飞书(Feishu)聊天窗口。飞书支持 Markdown 格式,所以请使用标准 Markdown 语法。

注意:

更新进度

输出完成后,将本次推荐的 10 个仓库名称保存到进度文件:

`bash

echo '[已推荐的仓库名数组]' > /tmp/ai_github_recs.txt

`

Response

Now let me generate the final recommendation report:

🤖 AI 技术雷达 · GitHub 热门仓库推荐(2026-07-08)


1. obra/superpowers

⭐ 248,756 | Shell | 最近更新:2026-07-08

简介: 一个 agentic 技能框架与软件开发方法论,让 AI 具备系统化编程能力。 核心功能: