统计摘要
共发现热门项目: 10 个
本期热点趋势总结
本期 github 周榜聚焦 AI Agent 基础设施:上下文压缩、多源感知、代码情报 MCP、Skill 安全扫描形成工具链,说明 Agent 生态正从单点能力走向系统化闭环。同时时序基础模型与 KV Cache 加速升温,反映推理优化已成实战刚需。云原生工具也在推进,热点正从模型能力转向开发者工作流。
1. chopratejas/headroom
- 🏷️ 项目名称: chopratejas/headroom
- 🔗 项目地址: https://github.com/chopratejas/headroom
- ⭐ 当前 Star 数: 42295
- 📈 趋势 Star 数: 14982
- 📋 项目介绍: Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server.
- 🏷️ 项目标签: 【🤖AI、🐍Python】
- 💡 推荐语: headroom 作为面向 LLM 的上下文压缩利器,能将工具输出、日志、文件和 RAG 分块在送入模型前先行压缩,实现 60-95% 的 token 节省而答案不变,提供库、代理和 MCP 服务三种形态,是 AI 应用开发者的必备利器。
2. Panniantong/Agent-Reach
- 🏷️ 项目名称: Panniantong/Agent-Reach
- 🔗 项目地址: https://github.com/Panniantong/Agent-Reach
- ⭐ 当前 Star 数: 36145
- 📈 趋势 Star 数: 8483
- 📋 项目介绍: Give your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu --- one CLI, zero API fees.
- 🏷️ 项目标签: 【🤖AI、🐍Python】
- 💡 推荐语: Agent-Reach 专为 AI Agent 打造多源感知能力,一行 CLI 即可让 Agent 读取并搜索 Twitter、Reddit、YouTube、GitHub、Bilibili、小红书等全网数据,零 API 费用,是构建信息聚合型 Agent 的得力助手。
3. iptv-org/iptv
- 🏷️ 项目名称: iptv-org/iptv
- 🔗 项目地址: https://github.com/iptv-org/iptv
- ⭐ 当前 Star 数: 126693
- 📈 趋势 Star 数: 7856
- 📋 项目介绍: Collection of publicly available IPTV channels from all over the world
- 🏷️ 项目标签: 【📝Knowledge-Base、📘TypeScript】
- 💡 推荐语: iptv-org/iptv 作为全球公开 IPTV 频道聚合项目,收录世界各地电视直播源并提供结构化数据接口,适合媒体应用开发者、流媒体研究者和内容平台搭建者作为频道数据源的绝佳利器。
4. addyosmani/agent-skills
- 🏷️ 项目名称: addyosmani/agent-skills
- 🔗 项目地址: https://github.com/addyosmani/agent-skills
- ⭐ 当前 Star 数: 64331
- 📈 趋势 Star 数: 6332
- 📋 项目介绍: Production-grade engineering skills for AI coding agents.
- 🏷️ 项目标签: 【📝Knowledge-Base、🟨JavaScript】
- 💡 推荐语: addyosmani/agent-skills 打造生产级 AI 编码 Agent 工程技能集合,覆盖 Prompt 工程、上下文管理、代码评审等场景,由 Google 工程师 addyosmani 维护,是 AI 编码 Agent 构建者提升工程质量的必备神器。
5. DeusData/codebase-memory-mcp
- 🏷️ 项目名称: DeusData/codebase-memory-mcp
- 🔗 项目地址: https://github.com/DeusData/codebase-memory-mcp
- ⭐ 当前 Star 数: 9563
- 📈 趋势 Star 数: 5419
- 📋 项目介绍: High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph --- average repo in milliseconds. 158 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.
- 🏷️ 项目标签: 【🤖AI、🔵C】
- 💡 推荐语: codebase-memory-mcp 作为高性能代码情报 MCP 服务器,将代码库索引为持久化知识图谱,支持 158 种语言毫秒级查询,单静态二进制零依赖,节省 99% token,是大型代码库智能检索的实战宝典。
6. NVIDIA/SkillSpector
- 🏷️ 项目名称: NVIDIA/SkillSpector
- 🔗 项目地址: https://github.com/NVIDIA/SkillSpector
- ⭐ 当前 Star 数: 8768
- 📈 趋势 Star 数: 4631
- 📋 项目介绍: Security scanner for AI agent skills. Detect vulnerabilities, malicious patterns, and security risks.
- 🏷️ 项目标签: 【🛡️Security、🐍Python】
- 💡 推荐语: NVIDIA SkillSpector 专为 AI Agent Skill 打造安全扫描器,检测漏洞、恶意模式与安全风险,由 NVIDIA 官方维护,是 Agent Skill 生态安全治理与企业落地前审计的必备利器。
7. google-research/timesfm
- 🏷️ 项目名称: google-research/timesfm
- 🔗 项目地址: https://github.com/google-research/timesfm
- ⭐ 当前 Star 数: 24630
- 📈 趋势 Star 数: 3655
- 📋 项目介绍: TimesFM (Time Series Foundation Model) is a pretrained time-series foundation model developed by Google Research for time-series forecasting.
- 🏷️ 项目标签: 【🤖AI、🐍Python】
- 💡 推荐语: TimesFM 作为 Google Research 开发的时序基础模型,为时间序列预测任务提供预训练能力,开发者可基于此快速构建销售、流量、能耗等预测场景,是数据科学家与预测建模工程师的得力助手。
8. freeCodeCamp/freeCodeCamp
- 🏷️ 项目名称: freeCodeCamp/freeCodeCamp
- 🔗 项目地址: https://github.com/freeCodeCamp/freeCodeCamp
- ⭐ 当前 Star 数: 449990
- 📈 趋势 Star 数: 3308
- 📋 项目介绍: freeCodeCamp.org's open-source codebase and curriculum. Learn math, programming, and computer science for free.
- 🏷️ 项目标签: 【📝Knowledge-Base、📘TypeScript】
- 💡 推荐语: freeCodeCamp 作为全球最大开源编程学习平台,提供数学、编程、计算机科学免费课程体系,累计帮助数百万人入门开发,是自学编程者与教育推广者的绝佳利器。
9. chatwoot/chatwoot
- 🏷️ 项目名称: chatwoot/chatwoot
- 🔗 项目地址: https://github.com/chatwoot/chatwoot
- ⭐ 当前 Star 数: 32995
- 📈 趋势 Star 数: 2233
- 📋 项目介绍: Open-source live-chat, email support, omni-channel desk. An alternative to Intercom, Zendesk, Salesforce Service Cloud etc. 🔥💬
- 🏷️ 项目标签: 【📝Knowledge-Base、⚛️React】
- 💡 推荐语: chatwoot 作为开源全渠道客服平台,覆盖在线聊天、邮件支持、工单管理,对标 Intercom、Zendesk、Salesforce Service Cloud,支持私有部署,是中小企业客服团队与 SaaS 创业者的必备神器。
10. lfnovo/open-notebook
- 🏷️ 项目名称: lfnovo/open-notebook
- 🔗 项目地址: https://github.com/lfnovo/open-notebook
- ⭐ 当前 Star 数: 32112
- 📈 趋势 Star 数: 2143
- 📋 项目介绍: An Open Source implementation of Notebook LM with more flexibility and features
- 🏷️ 项目标签: 【🤖AI、📘TypeScript】
- 💡 推荐语: open-notebook 作为 Notebook LM 的开源实现,提供更灵活的文档对话与知识管理功能,支持本地部署保护数据隐私,是研究人员、知识工作者构建个人 AI 助手的实战宝典。