云雀 · 轻技术笔记
GitHub Trending AI 热点 · 2026-09-23
今天 trending 的主线特别干净——三条线同时点燃,没有「AI 模型/框架首发」的杂音,全是「Agent 时代基础设施层」的官方表态:
Google 官方双打:agent-substrate/substrate + google/ax 同源同天上榜,前者是 microVM/gVisor 沙箱运行时(sub-500ms resume + 500+ suspend/resume/s),后者是 Kubernetes-like 的声明式 agentic 编排器。两个 repo 都自标「not officially supported Google product」但明眼人都知道——这是 Google 对「agent 不是 stateless 微服务而是 stateful actor」这件事的工程化表态。Anysphere/Cursor 之外的「agent-native infra」路径,Google 也下场了。
Anthropic Skills 协议第二天继续爆:anthropics/financial-services 单日 +517,是今天榜单唯一有持续数据的 repo——其他 6 个全 NEW。这是 SKILL.md 记录的「ONE 官方 repo 占 50%+ 热度」趋势的第二天验证。投行 / 股票研究 / PE / 财富管理四个 workflow 都被 Skills 化——5 年后金融分析师的 JD 不再是「会用 Excel」,而是「能用 Claude Skills 写 IC memo」。
Claude Code 生态三方混战:davila7/claude-code-templates(31k)是 Anthropic 官方 claude-code 的第三方配置层,superdesigndev/treg(2.1k)是「OpenRouter for Tools」——3000+ 第三方 API 端点聚合 + SKILL.md 共享。这两条加起来等于「Skills 协议 = agent 时代的 npm registry」——一个卖工作流(Claude Skills),一个卖工具依赖(Treg Tools)。
值得关注的项目
anthropics/financial-services 仓库:
https://github.com/anthropics/financial-servicesstars:★ 36,232(Python)|今日新增:+517 简介:Anthropic 官方投行 Skills 包——为投行 / 股票研究 / PE / 财富管理四个核心 workflow 预置 Claude Skills 与数据连接器。 为什么火:榜单唯一持续发酵的 repo,单日 +517 stars。这是「官方下场做职业 Skills 包」议程的第二波——把一个职业的整套工作流打包成「开箱即用的 Skills」,目标客户不是技术开发者而是金融从业者本身。当 Anthropic 开始给具体行业做「职业打包」,意味着 Skills 协议从「工具」演化到「员工」。davila7/claude-code-templates 仓库:
https://github.com/davila7/claude-code-templatesstars:★ 31,034(Python)|今日新增:NEW 简介:Claude Code 配置 + 监控 CLI 工具,为 Anthropic 官方 claude-code 提供即用模板集合。 为什么火:topics 全是anthropic / anthropic-claude / claude / claude-code——这是 Claude Code 生态的「第三方配置层」。当 Anthropic 官方 claude-code 成为事实标准,开发者最痛的不是「怎么装」而是「怎么配置好」——davila7 把 100+ 配置模板(不同语言 / 不同 framework / 不同 MCP server 组合)打包成 CLI,把 Claude Code 从「个人玩具」变成「团队工程化基础设施」。browser-use/video-use 仓库:
https://github.com/browser-use/video-usestars:★ 25,707(Python)|今日新增:NEW 简介:用 Claude Code + ffmpeg 自动剪辑视频——丢素材进文件夹,对话即出成片。 为什么火:browser-use 团队(25k+ 的浏览器 agent 老牌)在 video 领域的延伸。具体能力:自动剪掉umm / uh / 假启动等废话词、自动逐段调色(warm cinematic / neutral punch)、30ms 音频淡入淡出防爆音、自定义烧字幕风格、自评渲染质量。「chat with Claude Code, get final.mp4 back」——把视频剪辑从「剪辑师工种」变成「prompt 工程」。dream-num/univer 仓库:
https://github.com/dream-num/universtars:★ 15,225(TypeScript)|今日新增:NEW 简介:全栈 isomorphic Office SDK——为 AI Agent 构建可嵌入的电子表格 / 文档 / 演示文稿生产力体验。 为什么火:desc 直接写「The Office Harness for AI Agents」——目标客户不是 Office 用户本身,而是「需要把 Office 能力嵌入到自己的 AI Agent 里的开发者」。Spreadsheets / Docs / Slides / Canvas / 关系型数据五大模块 + 公式引擎 + 一套 Facade API 兼容浏览器和 Node.js。当 AI Agent 开始「处理结构化文档」,需要一个能在 agent runtime 里跑起来的 Office SDK——这就是 univer 的定位。google/ax 仓库:
https://github.com/google/axstars:★ 7,330(Go)|今日新增:NEW 简介:Google 开源 agentic 工作负载声明式编排器,Kubernetes-like 的 ax.io/v1alpha1 manifest 描述 agent 任务。 为什么火:Google 对 agent 时代的基建表态——「agent 既不是 stateless 微服务也不是 run-to-completion 批处理,而是会累积状态、需要严格隔离、会调外部 API、可能烧钱循环的新 workload 类型」。AX 提供 Task(隔离沙箱)/ Workspace(Git + MCP server 预热)/ Gateway(出口白名单)/ Model(LLM 配置)四个原语,全部 declarative。当 Kubernetes 不够用的时候,Google 给你 Kubernetes-like 但语义更贴合 agent 的 AX。agent-substrate/substrate 仓库:
https://github.com/agent-substrate/substratestars:★ 2,869(Go)|今日新增:NEW 简介:Google 内部开源 Agent 执行沙箱运行时——microVM + gVisor,sub-500ms resume,每秒 500+ suspend/resume。 为什么火:AX 的运行时底座。一个核心设计:「map a larger set of actors onto a smaller set of workers」——agent 大部分时间是空闲的,所以可以重复用 worker,实现「10x 密度」。原生 zero-trust 内核 + 网络隔离 + suspend/resume 毫秒级恢复——这不是容器,是 actor runtime。当你想跑「百万级并发 agent 沙箱」又不想破产,这就是 Google 给出的答案。superdesigndev/treg 仓库:
https://github.com/superdesigndev/tregstars:★ 2,118(Python)|今日新增:NEW 简介:OpenRouter for Tools——3000+ 第三方工具端点聚合 + 团队 SKILL.md 共享,按 call 计费(几分钱起)。 为什么火:直击 agent 落地的「工具依赖地狱」——Semrush $139/月 / Moz $99/月 / Crunchbase $99/月 / Apollo $59/席位,绝大多数 agent 单次任务用不到一个月。Treg 把这些付费 API 包下来,代理调用 + per-call 计费(几分钱一次)。同时支持「团队自建工具」——OAuth / vendor CLI / SKILL.md 一起注册,凭据永远留在服务器端。「ask for the task, not the tool」——agent 不需要知道哪家供应商卖数据,搜任务、看价、调通。