1unslothai/unsloth+111 STARS TODAY · ★ 75,255 · PYTHONUnsloth added 111 stars today, the largest single-day gain among trending repositories. The project packages a local interface for running and fine-tuning language and diffusion models, with support for GGUF and MLX weights and recent releases such as Qwen3.8, Kimi K3, MiniMax-H3, Gemma 4 and FLUX. It now sits at roughly 75,000 stars.Unsloth 今日新增 111 颗 star,是趋势榜上单日涨幅最大的仓库。该项目提供本地界面,用于运行和微调语言模型与扩散模型,支持 GGUF 与 MLX 权重,并适配 Qwen3.8、Kimi K3、MiniMax-H3、Gemma 4、FLUX 等新近发布的模型。目前累计约 7.5 万颗 star。Unsloth は本日 111 個の star を獲得し、トレンド上位のリポジトリで単日の伸びが最も大きかった。同プロジェクトは言語モデルと拡散モデルをローカルで実行・ファインチューニングする UI を提供し、GGUF と MLX の重みに対応するほか、Qwen3.8、Kimi K3、MiniMax-H3、Gemma 4、FLUX などの新しいモデルをサポートする。star 総数は約 7 万 5000 に達した。
2taoufik123-collab/claude-watch+22 STARS TODAY · ★ 707 · PYTHONclaude-watch gives Claude the ability to process video by extracting scene-change frames and a transcript, then returning a structured report. It includes a dedicated pass over a clip's first ten seconds and can write results straight into Obsidian. The repository picked up 22 stars today and stands at about 700.claude-watch 让 Claude 具备处理视频的能力:提取场景切换帧与文字稿,再输出结构化报告。工具还专门分析片头 0 至 10 秒,并可将结果直接写入 Obsidian。该仓库今日新增 22 颗 star,总数约 700。claude-watch は、シーン切り替えフレームと文字起こしを抽出して構造化レポートを返すことで、Claude に動画を扱う機能を与える。冒頭 0〜10 秒を重点的に解析する機能を備え、結果を Obsidian に直接保存することもできる。本日 22 個の star を集め、累計は約 700 となった。
3colinhacks/zod+17 STARS TODAY · ★ 43,629 · TYPESCRIPTZod, the TypeScript-first schema validation library, added 17 stars today and now sits above 43,000. It lets developers declare a schema once and infer the matching static TypeScript type from it, so runtime validation and compile-time typing stay in sync.以 TypeScript 优先的模式校验库 Zod 今日新增 17 颗 star,总数已超过 4.3 万。开发者只需声明一次 schema,即可由其推导出对应的静态类型,使运行时校验与编译期类型保持一致。TypeScript ファーストのスキーマ検証ライブラリ Zod は本日 17 個の star を追加し、累計は 4 万 3000 を超えた。スキーマを一度宣言すれば対応する静的型が推論されるため、実行時の検証とコンパイル時の型付けが常に一致する。
4agent0ai/agent-zero+14 STARS TODAY · ★ 19,029 · PYTHONAgent Zero, an open-source Python framework for building AI agents, added 14 stars today and now totals just over 19,000. By star count it ranks among the larger community-maintained agent runtimes on GitHub.用于构建 AI 智能体的开源 Python 框架 Agent Zero 今日新增 14 颗 star,总数略超过 1.9 万。按 star 数计,它属于 GitHub 上规模较大的社区维护型智能体运行框架之一。AI エージェントを構築するためのオープンソースの Python フレームワーク Agent Zero は、本日 14 個の star を追加し、累計は 1 万 9000 をわずかに超えた。star 数で見ると、GitHub 上でコミュニティが維持するエージェント実行基盤の中では大きい部類に入る。
5MetaMask-AI/metamask-desktop★ 1,117 · CSSMetaMask Desktop packages the Ethereum wallet as a standalone application for browsing blockchain-enabled sites without a browser extension. The repository was created on August 28 and has collected roughly 1,100 stars in its first days, though it added none today.MetaMask Desktop 将以太坊钱包打包为独立桌面应用,使用户无需浏览器扩展即可访问支持区块链的网站。该仓库创建于 8 月 28 日,上线数日已积累约 1100 颗 star,不过今日没有新增。MetaMask Desktop は、イーサリアムのウォレットをスタンドアロンのデスクトップアプリとして提供し、ブラウザ拡張なしでブロックチェーン対応サイトを閲覧できるようにする。リポジトリは 8 月 28 日に作成され、公開から数日で約 1100 個の star を集めたが、本日の増加はゼロだった。
2026-08-29 · SATURDAY · 13:04 PDT
1harry0703/MoneyPrinterTurbo+389 STARS TODAY · ★ 118,447 · PYTHONMoneyPrinterTurbo generates high-definition short videos from a single topic or keyword through an automated AI workflow. The Python project chains a large language model to the scripting, narration and editing steps so that one prompt yields a finished clip. It added 389 stars today, the largest single-day gain on the board.MoneyPrinterTurbo 通过自动化的 AI 工作流,仅凭一个主题或关键词就能生成高清短视频。这个 Python 项目把大语言模型与脚本撰写、配音和剪辑各环节串联起来,一条提示词即可产出成片。它今日新增 389 星,是榜单上单日涨幅最大的项目。MoneyPrinterTurbo は、テーマやキーワードを一つ与えるだけで、自動化された AI ワークフローにより高精細のショート動画を生成する。この Python プロジェクトは大規模言語モデルに台本作成、ナレーション、編集の各工程を連結し、一つのプロンプトから完成した動画を作り出す。本日は 389 スターを追加し、一覧で最大の単日増加となった。
2workweave/router+284 STARS TODAY · ★ 2,609 · GOWorkweave's router sends each prompt in an agentic system to the model best suited to it, with a routing decision in under 50 milliseconds. Written in Go, it is presented as a drop-in endpoint that cuts costs by 40 to 70 percent without other code changes. The repository gained 284 stars on the day against a total of 2,609.Workweave 的 router 会把智能体系统中的每条提示词分发给最合适的模型,路由决策耗时在 50 毫秒以内。该项目用 Go 编写,以可直接替换的接入端点形式提供,声称无需改动其他代码即可将成本降低 40% 至 70%。仓库当日新增 284 星,总数为 2,609。Workweave の router は、エージェントシステム内の各プロンプトを最適なモデルへ振り分け、その判断を 50 ミリ秒未満で行う。Go で書かれ、差し替えるだけで使えるエンドポイントとして提供され、他のコード変更なしにコストを 40〜70 パーセント削減できるとする。当日は 284 スターを集め、累計は 2,609 となった。
3addyosmani/agent-skills+188 STARS TODAY · ★ 90,666 · JAVASCRIPTagent-skills packages production-grade engineering practices as reusable skills for AI coding agents. Rather than a reading list, it ships the instruction sets themselves, in the format coding harnesses load directly. The repository holds more than 90,000 stars and added 188 today.agent-skills 把生产级的工程实践打包成可复用的技能,供 AI 编码智能体调用。它并非一份阅读清单,而是直接提供编码工具链可加载格式的指令集本身。该仓库星标数已超过 9 万,今日新增 188 星。agent-skills は、実運用に耐える設計・実装の作法を、AI コーディングエージェント向けの再利用可能なスキルとしてまとめたものである。読み物のリストではなく、コーディングハーネスがそのまま読み込める形式の指示セット自体を配布する。スターは 9 万を超え、本日は 188 を追加した。
4lingfengQAQ/webnovel-writer+18 STARS TODAY · ★ 6,844 · PYTHONwebnovel-writer is a Claude Code based system for drafting long-form Chinese web fiction, aimed squarely at the forgetting and hallucination problems that appear once AI writing runs past a few chapters. The project states it supports serialized works on the order of two million characters. It holds 6,844 stars and added 18 today.webnovel-writer 是一套基于 Claude Code 的长篇网文辅助创作系统,专门针对 AI 写作在篇幅拉长后出现的「遗忘」与「幻觉」问题。项目称其可支撑 200 万字量级的连载创作。目前有 6,844 星,今日新增 18 星。webnovel-writer は、Claude Code を基盤とした中国語ウェブ小説の長編執筆支援システムで、AI による執筆が数章を超えたときに現れる「忘却」と「幻覚」の問題を正面から扱う。プロジェクトは 200 万字規模の連載執筆に対応するとしている。6,844 スターを保有し、本日 18 を追加した。
5Spielewoy/autoprompt-skill★ 932 · JAVASCRIPTAutoprompt is a skill for coding agents whose authors report a 45 percent reduction in failures on agentic coding tasks. Its topic list spans agent orchestration, autonomous agents and automated testing, placing it alongside the harness-level tooling now trending. The repository was created on August 17 and has collected 932 stars.Autoprompt 是一个面向编码智能体的技能包,作者称它能将智能体编码任务的失败率降低 45%。仓库标签涵盖智能体编排、自主智能体与自动化测试,与当前走热的一批工具链层项目同属一类。该仓库创建于 8 月 17 日,已积累 932 星。Autoprompt はコーディングエージェント向けのスキルで、作者はエージェント型コーディング作業の失敗を 45 パーセント削減すると報告している。トピックはエージェントのオーケストレーション、自律エージェント、自動テストに及び、いま伸びているハーネス層のツール群と同じ系譜に位置する。8 月 17 日に作成され、932 スターを集めた。
2026-08-28 · FRIDAY · 13:05 PDT
1tashfeenahmed/freellmapi+477 STARS TODAY · ★ 21,530 · TYPESCRIPTA single OpenAI-compatible /v1 endpoint that routes across 34 free LLM providers and 635 free model endpoints, with smart routing, automatic failover and encrypted key storage. The project advertises 7.4 billion tokens a month of free capacity and is labelled for personal experimentation only. It added 477 stars on the day.一个兼容 OpenAI 的统一 /v1 接口,可在 34 家免费 LLM 提供方、635 个免费模型端点之间路由,具备智能路由、自动故障转移与密钥加密存储。项目宣称每月可用额度达 74 亿 tokens,并标注仅供个人实验使用。当日新增 477 星。OpenAI 互換の単一 /v1 エンドポイントから、34 の無料 LLM プロバイダーと 635 の無料モデルエンドポイントへ振り分ける。スマートルーティング、自動フェイルオーバー、鍵の暗号化保存を備える。月間 74 億トークンの無料枠をうたい、個人の実験用途に限ると明記している。当日は 477 スター増。
2abhigyanpatwari/GitNexus+189 STARS TODAY · ★ 46,118 · TYPESCRIPTA client-side code intelligence engine that turns a git repository or ZIP file into an interactive knowledge graph entirely in the browser. It takes input from GitHub, GitLab, Azure or a local checkout and ships a built-in graph RAG agent for exploring the result. No server component is involved.一个纯客户端的代码智能引擎,可在浏览器内把 git 仓库或 ZIP 文件转换为可交互的知识图谱。支持从 GitHub、GitLab、Azure 或本地仓库导入,并内置图 RAG 智能体用于探索生成的图谱,整个过程不需要服务端。git リポジトリや ZIP ファイルを、ブラウザ内だけで対話的なナレッジグラフに変換するクライアントサイドのコード解析エンジン。GitHub、GitLab、Azure、ローカルのリポジトリを取り込め、結果を辿るためのグラフ RAG エージェントを内蔵する。サーバー側の構成要素は不要。
3HKUDS/AI-Trader+155 STARS TODAY · ★ 21,764 · PYTHONAI-Trader bills itself as a 100 percent fully automated, agent-native trading system, presenting an end-to-end agent stack rather than a strategy or backtesting library. The Python project added 155 stars on the day, the third-largest daily gain on the board.AI-Trader 自称是 100% 全自动、以智能体为核心的交易系统,提供的是端到端的智能体框架,而非策略库或回测库。该 Python 项目当日新增 155 星,为榜单上当日增幅第三。AI-Trader は「100% 完全自動、エージェントネイティブ」をうたう取引システムで、戦略集やバックテスト用ライブラリではなくエンドツーエンドのエージェント基盤を提供する。Python 製で、当日は 155 スター増と board 内 3 位の伸び。
4huggingface/transformers+67 STARS TODAY · ★ 164,571 · PYTHONHugging Face's model-definition framework for state-of-the-art text, vision, audio and multimodal models, covering both inference and training. At 164,571 stars it is by far the largest project on the board and still added 67 on the day.Hugging Face 的模型定义框架,覆盖文本、视觉、音频与多模态的前沿模型,同时支持推理与训练。该项目以 164,571 星远居榜单之首,当日仍新增 67 星。テキスト、画像、音声、マルチモーダルの最先端モデルを対象とする Hugging Face のモデル定義フレームワークで、推論と学習の双方をカバーする。164,571 スターと board 内で群を抜く規模ながら、当日もなお 67 スターを積み上げた。
5ChromeDevTools/chrome-devtools-mcp+61 STARS TODAY · ★ 49,940 · TYPESCRIPTAn MCP server maintained under the Chrome DevTools organization that exposes the browser's developer tooling to coding agents. It gives an agent a Model Context Protocol interface to Chrome rather than requiring a bespoke browser-automation harness. The project stands at 49,940 stars.由 Chrome DevTools 组织维护的 MCP 服务器,把浏览器的开发者工具开放给编码智能体。它以 Model Context Protocol 接口对接 Chrome,免去自行搭建浏览器自动化框架。项目目前有 49,940 星。Chrome DevTools 組織が管理する MCP サーバーで、ブラウザーの開発者ツールをコーディングエージェントに開放する。独自のブラウザー自動化基盤を組む代わりに、Model Context Protocol 経由で Chrome を操作させる。現在 49,940 スター。
2026-08-27 · THURSDAY · 13:05 PDT
1JetBrains/go-modern-guidelines+314 STARS TODAY · ★ 2,017 · GOJetBrains published go-modern-guidelines, a rule set that steers AI coding agents toward modern Go idioms. It is written to be loaded into a coding assistant rather than read as prose documentation. The repo added about 314 stars today against a 2,017-star total.JetBrains 发布了 go-modern-guidelines,这是一套用于引导 AI 编码智能体写出现代 Go 代码的规则集。它的写法是供编码助手直接加载,而不是作为文档供人阅读。该仓库今日新增约 314 个 star,总数为 2,017。JetBrains は go-modern-guidelines を公開した。AI コーディング・エージェントに現代的な Go の書き方をさせるためのルール集である。人が読む文書としてではなく、コーディング支援ツールに読み込ませる前提で書かれている。本日のスター増は約 314、累計は 2,017。
2AgriciDaniel/claude-seo+266 STARS TODAY · ★ 15,547 · PYTHONclaude-seo packages SEO work for Claude Code as 25 sub-skills and 18 sub-agents. Coverage spans technical SEO, E-E-A-T, schema, GEO and AEO, backlinks, local SEO, semantic clustering and reporting to PDF or Excel, with optional DataForSEO and Firecrawl extensions. It added about 266 stars today, reaching 15,547.claude-seo 把 SEO 工作封装成面向 Claude Code 的 25 个子技能与 18 个子智能体。覆盖技术 SEO、E-E-A-T、结构化数据、GEO 与 AEO、外链、本地 SEO、语义聚类以及 PDF 与 Excel 报表,并可选接入 DataForSEO 与 Firecrawl。今日新增约 266 个 star,总数达 15,547。claude-seo は SEO の作業を、Claude Code 向けの 25 のサブスキルと 18 のサブエージェントとしてまとめたものだ。技術 SEO、E-E-A-T、スキーマ、GEO と AEO、被リンク、ローカル SEO、意味的クラスタリング、PDF や Excel でのレポートまでを扱い、DataForSEO と Firecrawl の拡張も選べる。本日のスター増は約 266、累計 15,547。
3thedotmack/claude-mem+260 STARS TODAY · ★ 92,195 · JAVASCRIPTclaude-mem gives coding agents context that survives across sessions: it records what an agent does, compresses that record with a model, then injects the relevant parts back into later sessions. The project lists Claude Code, OpenClaw, Codex, Gemini, Copilot and OpenCode among the harnesses it supports. It stands at 92,195 stars, about 260 added today.claude-mem 让编码智能体拥有跨会话保留的上下文:它记录智能体在会话中的行为,用模型压缩这份记录,再把其中相关的部分注入后续会话。项目列出的适配对象包括 Claude Code、OpenClaw、Codex、Gemini、Copilot 与 OpenCode 等。目前 star 数为 92,195,今日新增约 260。claude-mem は、コーディング・エージェントにセッションをまたいで残る文脈を与える。エージェントの作業内容を記録し、モデルで圧縮したうえで、関連する部分を後のセッションに差し戻す。対応先として Claude Code、OpenClaw、Codex、Gemini、Copilot、OpenCode などを挙げている。スターは 92,195、本日の増加は約 260。
4htdt/godogen+159 STARS TODAY · ★ 6,424 · PYTHONgodogen drives autonomous game development from Claude Code and Codex, targeting the Godot, Bevy and Babylon.js engines from one setup. The Python project added about 159 stars today toward a 6,424-star total.godogen 通过 Claude Code 与 Codex 驱动自主的游戏开发,用同一套配置同时面向 Godot、Bevy 与 Babylon.js 三个引擎。这个 Python 项目今日新增约 159 个 star,总数达 6,424。godogen は Claude Code と Codex から自律的なゲーム開発を進めるもので、Godot、Bevy、Babylon.js の 3 エンジンを一つの構成で対象とする。Python 製のこのプロジェクトは本日約 159 のスターを集め、累計は 6,424。
5ZhuLinsen/daily_stock_analysis+153 STARS TODAY · ★ 64,124 · PYTHONdaily_stock_analysis is an LLM-driven stock analysis system covering several markets. It pulls quotes from multiple sources alongside real-time news, renders a decision dashboard and pushes notifications on a schedule that the author says can run at zero cost. It added about 153 stars today, for 64,124 in total.daily_stock_analysis 是一套由大模型驱动的多市场股票分析系统。它汇聚多来源行情与实时新闻,生成决策看板,并按计划自动推送通知,作者称整套流程可以零成本定时运行。今日新增约 153 个 star,总数为 64,124。daily_stock_analysis は、LLM で動く複数市場向けの株式分析システムである。複数ソースの相場データとリアルタイムのニュースを取り込み、判断用のダッシュボードを描画し、定期実行で通知を配信する。作者はこの一連の運用をコストゼロで回せるとしている。スターは本日約 153 増えて 64,124。
2026-08-26 · WEDNESDAY · 13:05 PDT
1topoteretes/cognee+21 STARS TODAY · ★ 30,278 · PYTHONCognee is an open-source memory layer for AI agents, giving them persistent long-term recall across sessions through a self-hosted knowledge graph engine. It is positioned as infrastructure a team runs itself rather than a hosted service. The repo stands at about 30,300 stars and added 21 today.Cognee 是面向 AI 智能体的开源记忆层,通过自托管的知识图谱引擎,让智能体在多次会话之间保持长期记忆。项目定位为由团队自行部署运行的基础设施,而非托管服务。该仓库目前约有 30,300 个 star,今天新增 21 个。Cognee は AI エージェント向けのオープンソースのメモリ層で、セルフホストのナレッジグラフ・エンジンによってセッションをまたいだ長期記憶を持たせる。ホスティング型のサービスではなく、チームが自前で運用するインフラとして位置づけられている。スター数は約 30,300 で、本日 21 増えた。
2ai-dynamo/aiperf+6 STARS TODAY · ★ 586 · PYTHONAIPerf is a benchmarking tool that measures how generative AI models perform when served through whichever inference stack a team already runs, rather than a single fixed backend. Its subject is serving performance, not model quality. The repo has about 586 stars and added 6 today.AIPerf 是一款基准测试工具,用于衡量生成式 AI 模型在团队现有推理方案下的表现,而不绑定某一固定后端。它考察的是服务端性能,而非模型本身的质量。该仓库约有 586 个 star,今天新增 6 个。AIPerf は、生成 AI モデルをチームが既に使っている推論基盤で動かしたときの性能を測るベンチマーク・ツールで、特定のバックエンドに縛られない。対象はモデルの品質ではなくサービング性能である。スター数は約 586 で、本日 6 増えた。
3duty1g/x64dbg-mcp-server★ 1,462 · ZIGThis plugin exposes the x64dbg debugger over HTTP as a Model Context Protocol server, so an MCP-compatible AI assistant can set breakpoints, step through code, read memory and dump registers. It is written in Zig and ships as a single binary with no dependencies. The repo has about 1,462 stars.该插件将 x64dbg 调试器以 Model Context Protocol 服务器的形式通过 HTTP 暴露出来,使兼容 MCP 的 AI 助手可以设置断点、单步执行、读取内存并导出寄存器。插件用 Zig 编写,零依赖,编译为单个二进制文件。该仓库约有 1,462 个 star。このプラグインは x64dbg デバッガを Model Context Protocol サーバーとして HTTP 経由で公開し、MCP 対応の AI アシスタントからブレークポイント設定、ステップ実行、メモリ読み出し、レジスタのダンプを行えるようにする。Zig で書かれ、依存関係なしの単一バイナリとして配布される。スター数は約 1,462。
4ysr666/dsh-vision-router★ 997 · JAVASCRIPTThe router gives text-only DeepSeek Harness agents a way to see, pairing a built-in vision chain that needs no API key with pixel-level tools for image Q&A, grounding, cropping, pixel diffs, color sampling, OCR and screenshots. Installation is one command and needs no Python, and image turns behave like ordinary tool calls. The repo has about 997 stars.该路由为纯文本的 DeepSeek Harness 智能体补上视觉能力:内置无需密钥的免费视觉链路,并提供像素级工具,涵盖图像问答、定位、裁剪、像素比对、取色、OCR 与截图。安装只需一条命令且不依赖 Python,图像轮次与普通工具调用无异。该仓库约有 997 个 star。このルーターはテキスト専用の DeepSeek Harness エージェントに視覚を与えるもので、API キー不要の組み込み視覚チェーンと、画像 Q&A、グラウンディング、切り出し、ピクセル差分、配色抽出、OCR、スクリーンショットといったピクセル単位のツールを組み合わせる。導入はコマンド 1 つで Python も不要、画像のターンは通常のツール呼び出しと同じように扱われる。スター数は約 997。
5cclank/lanshu-create-ai-presenter-video★ 937 · PYTHONThis Codex skill turns a script and an authorized presenter image into an AI presenter video, and is written to be provider-neutral rather than tied to one video model. The project puts weight on verifying the finished clip. The repo has about 937 stars.这个 Codex Skill 可将一段脚本与一张已授权的主播图像合成为 AI 数字人视频,并刻意做成与厂商无关的形式,不绑定某一家视频模型。项目强调对成片进行校验。该仓库约有 937 个 star。この Codex スキルは、台本と利用許諾を得たプレゼンター画像から AI プレゼンター動画を生成する。特定の動画モデルに縛られないプロバイダー中立の設計で、完成した映像の検証に重きを置いている。スター数は約 937。
2026-08-25 · TUESDAY · 13:05 PDT
1DietrichGebert/ponytail+944 STARS TODAY · ★ 110,780 · JAVASCRIPTponytail is a JavaScript tool that steers an AI coding agent toward writing as little code as possible, on the premise that the best code is the code never written. It added about 944 stars today and now sits near 110,800 in total.ponytail 是一个 JavaScript 工具,引导 AI 编码智能体尽量少写代码,其理念是最好的代码就是从未写下的代码。该项目今日新增约 944 颗星,总数已接近 110,800。ponytail は、AI コーディングエージェントにできるだけコードを書かせない方向へ誘導する JavaScript 製ツールで、最良のコードとは書かずに済んだコードだという考え方に基づく。本日約 944 のスターを集め、累計は 110,800 近くに達した。
2TauricResearch/TradingAgents+191 STARS TODAY · ★ 100,110 · PYTHONTradingAgents is a Python framework that models financial trading as a team of LLM agents in specialized roles. The project has crossed 100,000 stars and picked up roughly 191 more today.TradingAgents 是一个 Python 框架,将金融交易建模为一组各司其职、协同工作的 LLM 智能体。该项目已突破 10 万颗星,今日再增约 191 颗。TradingAgents は、金融取引を役割分担した複数の LLM エージェントによるチームとしてモデル化する Python フレームワーク。スター数は 10 万を超え、本日さらに約 191 増えた。
3pipecat-ai/pipecat+81 STARS TODAY · ★ 14,707 · PYTHONPipecat is an open-source Python framework for building voice agents, multimodal apps and other realtime AI systems, maintained by Daily together with community contributors. It holds about 14,700 stars after adding 81 today.Pipecat 是一个开源 Python 框架,用于构建语音智能体、多模态应用等实时 AI 系统,由 Daily 与社区共同维护。项目今日新增 81 颗星,总数约 14,700。Pipecat は、音声エージェントやマルチモーダルアプリなどのリアルタイム AI を構築するためのオープンソース Python フレームワークで、Daily とコミュニティが共同で維持している。本日 81 のスターを加え、累計は約 14,700。
4anthropics/claude-plugins-official+47 STARS TODAY · ★ 34,031 · PYTHONAnthropic maintains this repository as the official directory of vetted Claude Code plugins, giving users one managed source to install from rather than scattered third-party listings. It stands at about 34,000 stars after adding 47 today.该仓库是 Anthropic 官方维护的 Claude Code 插件目录,收录经过审核的插件,为用户提供统一的安装来源,而非分散的第三方清单。项目今日新增 47 颗星,总数约 34,000。このリポジトリは、Anthropic が公式に管理する Claude Code プラグインのディレクトリで、審査済みのプラグインを一元的に配布し、散在する第三者のリストに頼らずに導入できる。本日 47 のスターを加え、累計は約 34,000。
5MemPalace/mempalace+42 STARS TODAY · ★ 58,631 · PYTHONMemPalace is an open-source Python memory system for AI applications, which its authors describe as the best-benchmarked option available and free to use. The repository holds about 58,600 stars, 42 of them added today.MemPalace 是一个面向 AI 应用的开源 Python 记忆系统,作者称其为基准测试表现最佳且免费的方案。该仓库星标约 58,600 颗,其中 42 颗为今日新增。MemPalace は AI アプリケーション向けのオープンソース Python 製メモリシステムで、開発者はベンチマークで最も優れた無料の選択肢だとしている。スター数は約 58,600 で、うち 42 が本日追加された。
2026-08-24 · MONDAY · 13:04 PDT
1tinyhumansai/openhuman+515 STARS TODAY · ★ 37,180 · RUSTopenhuman is a local-first personal AI system written in Rust that builds a persistent memory of a user's life and orchestrates fleets of agents and research workflows. The project pitches itself as a personal super intelligence rather than a hosted assistant. It added roughly 515 stars today, pushing its total past 37,000.openhuman 是一套用 Rust 编写的本地优先个人 AI 系统,为用户的生活构建持久化记忆,并负责编排智能体集群与研究工作流。项目将自身定位为个人超级智能,而非托管式助手。今日新增约 515 个 star,总数已超过 37,000。openhuman は Rust で書かれたローカルファーストの個人向け AI システムで、利用者の生活に関する永続的な記憶を構築し、エージェント群やリサーチのワークフローを統括する。ホスト型アシスタントではなく個人のスーパーインテリジェンスとして位置づけられている。本日約 515 個の star を集め、累計は 37,000 を超えた。
2apache/maka+408 STARS TODAY · ★ 2,829 · TYPESCRIPTApache Maka (Incubating) is a local-first AI agent workspace that records model messages, tool calls, tool results, permission decisions and termination events to an append-only log. The auditable log sits at the center of the design, aimed at making agent runs reviewable after the fact. It gained about 408 stars today.Apache Maka(孵化中)是一个本地优先的 AI 智能体工作空间,将模型消息、工具调用、工具结果、权限决策与终止事件写入只追加日志。可审计的日志是其设计核心,目的是让智能体的运行过程事后可复查。今日新增约 408 个 star。Apache Maka(インキュベーション中)は、モデルのメッセージ、ツール呼び出し、ツールの実行結果、権限の判断、終了イベントを追記専用ログに記録するローカルファーストの AI エージェント作業環境である。監査可能なログを設計の中心に据え、エージェントの実行を後から検証できるようにすることを狙う。本日約 408 個の star を獲得した。
3MadsLorentzen/ai-job-search+378 STARS TODAY · ★ 33,875 · PYTHONai-job-search is a job application framework built on Claude Code that runs on the user's own machine: it evaluates postings, tailors CVs, drafts cover letters and prepares interviews. It is published as a fork-and-own template rather than a hosted service. The repo added around 378 stars today.ai-job-search 是基于 Claude Code 构建、在用户本机运行的求职框架:评估招聘信息、定制简历、撰写求职信并准备面试。项目以可 fork 自持的模板形式发布,而非托管服务。今日新增约 378 个 star。ai-job-search は Claude Code 上に構築され、利用者自身のマシンで動作する求職フレームワークで、求人票の評価、履歴書の最適化、カバーレターの作成、面接準備までを担う。ホスト型サービスではなく、フォークして自分のものにするテンプレートとして公開されている。本日約 378 個の star を追加した。
4calesthio/OpenMontage+352 STARS TODAY · ★ 50,063 · PYTHONOpenMontage is an open-source agentic video production system with 12 production pipelines, more than 100 tools and over 700 agent skill and production-knowledge files. The stated goal is to turn a general coding assistant into a full video production studio. It added roughly 352 stars today and now sits above 50,000.OpenMontage 是一套开源的智能体视频制作系统,包含 12 条制作流水线、100 多个工具,以及 700 多个智能体技能与制作知识文件。其目标是把通用编程助手变成完整的视频制作工作室。今日新增约 352 个 star,总数已超过 50,000。OpenMontage は、12 本の制作パイプライン、100 を超えるツール、700 以上のエージェントスキルおよび制作ナレッジファイルを備えたオープンソースのエージェント型動画制作システムである。汎用のコーディングアシスタントを本格的な動画制作スタジオに変えることを掲げる。本日約 352 個の star を集め、累計は 50,000 を超えた。
5AgriciDaniel/claude-obsidian+272 STARS TODAY · ★ 11,771 · PYTHONclaude-obsidian turns an Obsidian vault into a self-organizing second brain: dropped sources are read, linked and filed by Claude Code into a connected knowledge graph of plain Markdown the user owns. The project cites Karpathy's LLM wiki pattern as its basis and positions itself as an open-source Notion alternative. It gained about 272 stars today.claude-obsidian 把 Obsidian 库变成自组织的第二大脑:投入的任何素材都由 Claude Code 阅读、建立链接并归档,形成用户自己掌控的纯 Markdown 知识图谱。项目称其基于 Karpathy 的 LLM wiki 模式,并将自身定位为开源的 Notion 替代品。今日新增约 272 个 star。claude-obsidian は Obsidian のボールトを自己組織化するセカンドブレインに変える。投入した資料を Claude Code が読み、リンクを張り、整理して、利用者自身が所有するプレーンな Markdown のナレッジグラフにまとめる。Karpathy の LLM wiki パターンを土台とし、オープンソースの Notion 代替を標榜する。本日約 272 個の star を獲得した。