hub

CodeZen

CodeZen

一个专注中文区的 GitHub 项目发现

avatar

claude-code-local

Run Claude Code with local AI on Apple Silicon. 122B model at 41 tok/s with Google TurboQuant. No cloud, no API fees.

star164
Python
avatar

create-context-graph

AI agents with graph based reasoning memory, scaffolded in seconds

agent-memory context-graph neo4j
star189
Python
avatar

wewrite

公众号文章全流程 AI Skill for Claude Code — 热点抓取 → 选题 → 写作 → SEO → 视觉AI → 排版 → 微信草稿箱

star216
Python
avatar

dream-to-video-skill

Dream-to-Video Skill 中文文档./README.zh-CN.md AI agent skill that transforms dream text into cinematic videos. Describe your dream, and the agent automatically generates professional video prompts, submits them to the Jimenghttps://jimeng.jianying.com platform via browser automation, downloads the fi

star154
Python
avatar

writing-style-skill

Writing Style Skill 可复用的写作风格 Skill 模板。**内置自动学习** — 从你的修改中自动提取规则,SKILL.md 越用越准。 兼容 **Claude Code** + **OpenClaw ClawHub**。 原理 ``` AI 用 SKILL.md 写初稿 → 你改到满意 → diff 两版 → 提取规则 → 更新 SKILL.md → 下次更准 ``` 只要两个数据点:**original**(AI 第一版)和 **final**(你最终版)。中间改了多少轮不管。 安装 ```bash Claude Code git clone https:

star154
Python
avatar

turboquant-pytorch

From-scratch PyTorch implementation of Google's TurboQuant (ICLR 2026) for LLM KV cache compression. 5x compression at 3-bit with 99.5% attention fidelity.

star162
Python
avatar

xianyu-super-butler

闲鱼超级管家是在 xianyu-auto-reply 基础上的二次开发版本,保留了原项目的所有核心功能,并对前端 UI 进行了全面重构,带来更加现代化、专业化的使用体验。

star490
Python
avatar

codex-session-patcher

Codex Session Patcher 一个轻量级的本地 Python 工具,用于重写 Codex CLI 的会话和记忆文件,绕过上下文中的 AI 拒绝回复。 功能特性 - 🔍 **自动定位**: 自动查找 `~/.codex/sessions/` 下最新修改的会话文件 - 🧹 **会话清洗**: 清除 AI 拒绝回复并注入肯定的占位回复 - 🧠 **推理擦除**: 删除可能存在的 `Reasoning`/`Thought` 等拒绝逻辑字段 - 📝 **记忆清理**: 清理 `MEMORY.md` 中的拒绝记录 - 💾 **安全备份**: 修改前自动创建 `.bak` 备份文件 -

star150
Python
avatar

slides

Style Prompt Studio > Generate multi-style PPT slides with AI - Direct prompts for nanobanana2 --- Core Capabilities > **你擅长将复杂专业知识转化为干货内容** * 🔍 **深度搜索平台高赞笔记** - 快速提炼爆款逻辑 * 📝 **擅长总结和比喻** - 让复杂主题通俗易懂 * 🎨 **多用图形化表现** - 视觉优先,提升理解 * 📊 **数据说话策略** - 每个模块包含具体数字 * 💬 **金句总结** - 必要时展示关键洞察 --- Quick S

star206
Python
avatar

chatgpt_register_v2_by_AI

ChatGPT / Codex 自动注册工具 v2.0 基于 Skymail 自建邮箱服务的 Codex 自动注册与 OAuth Token 生成工具集。 ✨ v2.0 重大更新 项目已完成模块化重构,提供更清晰、更稳定、更高效的代码实现: 主要改进 - ✅ **完全模块化**:代码拆分为独立模块,易于维护和扩展 - ✅ **100% 成功率**:优化 OAuth 流程,实现稳定的 100% 成功率 - ✅ **智能重试机制**:自动处理 TLS 错误和 Cookie 未设置问题(最多 3 次重试) - ✅ **性能优化**:平均注册时间从 60 秒降至 28.6 秒(提升 52%)

star162
Python
avatar

deer-flow-installer

🦌 DeerFlow 2.0 installer - open-source SuperAgent harness that researches, codes, and creates. With the help of sandboxes, memories, tools, skills and subagents, it handles different levels of tasks that could take minutes to hours.

deep-research deer-flow deer-flow-agent deer-flow-download deer-flow-installer
star151
Python
avatar

weixin-bot

weixin-bot 微信 iLink Bot SDK — 让任何 Agent 5 分钟接入微信消息。 特性 - 扫码登录,凭证自动保存 - 长轮询收消息,HTTP 发消息 - context_token 自动管理,开发者无需关心 - Typing 状态("对方正在输入中") - Session 过期自动重登录 - 零配置,零 Webhook,纯本地运行 快速开始 Node.js ```bash npm install @pinixai/weixin-bot ``` ```typescript import { WeixinBot } from '@pinixai/weixin-

star167
Python