加载中...

2026年03月29日 GitHub Trending 榜单

成功: 12 | 失败: 0耗时: 127s

luongnv89/claude-howto

6,481
🍴 719
📈 +1,121
Python

A visual, example-driven guide to Claude Code — from basic concepts to advanced agents, with copy-paste templates that bring immediate value.

💡 AI 总结:

提供Claude Code的结构化学习路径,包含视觉教程、Mermaid图表和可直接使用的代码模板,帮助用户从基础到高级掌握代理、钩子、技能等核心功能,解决官方文档示例不足的问题。

🔧 技术栈:Python, Mermaid, Claude Code
💼 适用场景:快速上手Claude Code并构建复杂AI工作流与代理系统

microsoft/VibeVoice

27,113
🍴 2,997
📈 +1,190
Python

Open-Source Frontier Voice AI

💡 AI 总结:

VibeVoice 是微软开源的前沿语音AI项目,核心为VibeVoice-ASR语音识别模型,支持60分钟长音频单次处理,生成包含说话人、时间戳和内容的结构化转录,覆盖50+语言。集成Hugging Face Transformers,支持多语言及用户自定义上下文,适用于实时语音转写与长音频处理场景。

🔧 技术栈:Python, Hugging Face Transformers, vLLM
💼 适用场景:适用于需要多语言支持的长音频实时语音转写及结构化内容生成的场景。

NousResearch/hermes-agent

16,649
🍴 2,034
📈 +997
Python

The agent that grows with you

💡 AI 总结:

Hermes-Agent 是一个自我改进的AI代理,支持跨平台对话、闭环学习与技能优化,可部署于多种基础设施。具备多模型兼容、终端交互、定时任务及并行处理能力,适用于需要持续进化和跨场景协作的智能应用。

🔧 技术栈:Python, AI框架, 终端交互工具
💼 适用场景:适用于需要跨平台智能交互与持续自我优化的自动化服务场景

OpenBB-finance/OpenBB

63,994
🍴 6,305
📈 +113
Python

Financial data platform for analysts, quants and AI agents.

💡 AI 总结:

OpenBB-finance/OpenBB 是一个金融数据平台,提供开源工具集整合多源数据至AI代理、分析仪表板等场景,支持历史数据获取与可视化,实现‘连接一次,随处消费’的数据架构。

🔧 技术栈:Python, FastAPI, REST APIs
💼 适用场景:金融数据分析与AI代理集成

obra/superpowers

122,802
🍴 10,010
📈 +2,229
Shell

An agentic skills framework & software development methodology that works.

💡 AI 总结:

Superpowers 是一个基于可组合技能的软件开发代理框架,通过自动化工作流提升编码效率。它通过需求确认、分块设计、TDD实施及子代理协作,实现无需人工干预的全流程开发,支持YAGNI和DRY原则。

🔧 技术栈:Shell
💼 适用场景:自动化软件开发流程,提升编码效率与质量

thedotmack/claude-mem

42,545
🍴 3,173
📈 +464
TypeScript

A Claude Code plugin that automatically captures everything Claude does during your coding sessions, compresses it with AI (using Claude's agent-sdk), and injects relevant context back into future sessions.

💡 AI 总结:

Claude-Mem 是一个为 Claude Code 设计的持久化记忆压缩插件,通过自动捕获编码会话中的工具使用记录,生成语义摘要并注入后续会话,实现跨会话的知识连续性保持。

🔧 技术栈:TypeScript, Claude's agent-sdk, Plugin System
💼 适用场景:适用于需要保持代码开发上下文连续性的长期项目协作场景

hacksider/Deep-Live-Cam

85,225
🍴 12,416
📈 +1,131
Python

real time face swap and one-click video deepfake with only a single image

💡 AI 总结:

该项目提供实时人脸交换和一键视频深度伪造功能,仅需单张图像即可生成深度伪造内容。采用Python开发,内置内容过滤机制以确保伦理合规,适用于艺术创作、动画设计及服装展示等场景。

🔧 技术栈:Python, OpenCV, Deep Learning Framework
💼 适用场景:适用于实时视频深度伪造和人脸交换,用于内容创作及动画设计。

mvanhorn/last30days-skill

15,263
🍴 1,214
📈 +1,186
Python

AI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary

💡 AI 总结:

该Python项目是一个AI代理技能,可跨Reddit、X、YouTube等平台抓取过去30天的最新内容,通过社区投票、分享和讨论生成结构化摘要,支持对比分析、配置管理及多平台数据整合。

🔧 技术栈:Python, Reddit API, X API, YouTube API
💼 适用场景:适用于需要快速获取特定主题最新网络舆论和社区动态的场景

shareAI-lab/learn-claude-code

42,631
🍴 6,568
📈 +908
TypeScript

Bash is all you need - A nano claude code–like 「agent harness」, built from 0 to 1

💡 AI 总结:

该项目是一个用TypeScript构建的纳米级Claude代码代理框架,旨在从零开始实现AI代理系统。通过神经网络训练,使模型具备环境感知、目标推理和行动执行能力,参考了DeepMind、OpenAI等公司的代理技术理念。

🔧 技术栈:TypeScript
💼 适用场景:AI代理系统开发与机器学习模型训练

fastfetch-cli/fastfetch

21,131
🍴 715
📈 +28
C

A maintained, feature-rich and performance oriented, neofetch like system information tool.

💡 AI 总结:

FastFetch 是用 C 语言开发的高性能系统信息工具,功能类似 Neofetch,支持多平台(Linux/macOS/Windows/Android 等),可展示系统详细信息并提供高度可定制化配置,专注于性能优化和跨平台兼容性。

🔧 技术栈:C
💼 适用场景:快速获取系统硬件和软件信息,适用于系统调试、环境展示或自动化脚本集成。

moeru-ai/airi

36,326
🍴 3,606
📈 +213
TypeScript

💖🧸 Self hosted, you-owned Grok Companion, a container of souls of waifu, cyber livings to bring them into our worlds, wishing to achieve Neuro-sama's altitude. Capable of realtime voice chat, Minecraft, Factorio playing. Web / macOS / Windows supported.

💡 AI 总结:

A self-hosted AI virtual companion inspired by Neuro-sama, supporting real-time voice chat, Minecraft/Factorio gameplay, and cross-platform deployment. Features RAG, memory systems, and multi-language

🔧 技术栈:TypeScript, Web Technologies, AI/LLM
💼 适用场景:作为虚拟伴侣提供互动娱乐与游戏协作服务

twentyhq/twenty

42,909
🍴 5,669
📈 +451
TypeScript

Building a modern alternative to Salesforce, powered by the community.

💡 AI 总结:

Twenty 是一个开源客户关系管理(CRM)平台,旨在替代 Salesforce。它提供自定义数据模型、工作流自动化、权限管理、多视图布局以及邮件、日历等集成功能,强调开源社区协作与低成本替代方案。

🔧 技术栈:TypeScript, NestJS, React, PostgreSQL, Redis
💼 适用场景:企业级客户关系管理(CRM)系统的开源替代方案,适用于需要自定义和成本效益的团队。