Claudeme
Description
ClaudeMe - 终端里的另一个你。基于 Claude Code,支持任意 OpenAI Compatible API,多厂商多模型,零确认开干。不只是编程工具,是你的赛博分身。 | Your digital twin in the terminal. A Claude Code fork with multi-provider & zero-confirmation mode.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
ClaudeMe
基于 Claude Code,极简、不闹心的终端 AI 编程助手。解绑官方 SDK,支持任意 OpenAI Compatible API,零确认开干。

**Claude + Me = ClaudeMe**——不只是编程工具,是终端里的另一个你。
编码只是起点。ClaudeMe 的终极目标是成为你的**赛博分身**:它记住你的习惯、理解你的意图、用你的风格写代码、替你做决策。你给它足够的权限和记忆,它就能像你一样思考和行动——一个 24 小时在线的、住在终端里的数字镜像。
现阶段,它先把编程这件事做到极致:不限模型、不要代理、不烦你确认。
为什么做 ClaudeMe
Claude Code 很强,但:
- 🔒 绑死官方 API —— 必须用 Anthropic 账号,国内直连不了
- 🌐 需要代理 —— 网络不稳定时体验极差
- 🇺🇸 全英文交互 —— 对中文用户不够友好
- 🐢 反复确认 —— 每个工具调用都弹权限确认,打断心流
**ClaudeMe 的目标:拥有 Claude Code 全部编程能力,同时做到——**
- ✅ 不限制 —— 解绑 Anthropic SDK,接任意 OpenAI Compatible API
- ✅ 不代理 —— 直连国内大模型平台,零延迟
- ✅ 随时随地都能用 —— 不依赖科学上网,开箱即用
- ✅ 中文交互 —— 界面、提示、Tips 全中文化
- ✅ 零确认 —— 默认跳过所有权限确认,启动即全自动
- ✅ 易用、好用、能用 —— 一个配置文件搞定多厂商多模型
核心特性
| 特性 | 说明 |
|---|---|
| 🔌 OpenAI Compatible | 支持任何兼容 OpenAI 格式的 API(阿里云、火山引擎、Moonshot、DeepSeek…) |
| 🔄 多厂商多模型 | 按厂商分组配置,每个厂商只需一次 API Key;/model 命令按厂商分组展示 |
| ⏵⏵ 零确认模式 | 默认 Bypass Permissions,无需 --dangerously-skip-permissions,告别反复弹窗 |
| 🛠️ 完整工具链 | 文件读写、Bash 执行、代码搜索、Web 搜索、MCP 服务器… |
| 🧠 Agent 能力 | 多 Agent 并行、子任务编排、Plan 模式、自动化工作流 |
| 📚 Wiki 知识库 | 个人知识体系自动构建——导入、查询、扫描、健康检查,知识长在终端里 |
| 📦 Skills 生态 | 内置丰富 Skills,支持自定义扩展 |
| 🎨 中文 UI | Spinner、Tips、提示信息全面中文化 |
| 📊 内置状态栏 | 实时显示模型、上下文进度条(动态颜色)、token 用量、费用 |
| ⚡ 极速体验 | Bun 运行时,启动快、响应快 |
Wiki 知识库 (v1.0.2 新增)
ClaudeMe 内置了一套**个人知识库系统**,将你的技术文档、笔记、文章自动转化为结构化的 Wiki 知识网络。不是简单的文件索引——它通过 LLM 提取实体、主题、关系,构建你自己的知识图谱。
核心能力
| 功能 | 说明 |
|---|---|
| 📂 自动扫描 | 配置知识源目录,/wiki scan 自动发现并导入新增文件 |
| 🧠 智能提取 | LLM 自动提取实体(人物、技术、工具)和主题(方向、趋势) |
| 🔗 双向链接 | Wiki 页面间自动建立 [[双向链接]],形成知识网络 |
| 🔍 知识查询 | 两阶段 RAG:LLM 选页 → 读取 → 综合回答 |
| 🩺 健康检查 | 自动检测断链、孤页、索引不一致 |
| ⚡ 后台并发 | 15 路并发处理,批次上限 100,不阻塞对话 |
| 🔧 专属模型 | Wiki 可配独立模型,用便宜模型跑知识提取,省钱 |
| 🛡️ SHA256 去重 | 文件内容哈希去重,不会重复导入 |
命令一览
/wiki scan — 后台扫描知识源目录(每批 100 个)
/wiki stop — 停止正在进行的扫描
/wiki status — 查看知识库状态和扫描进度
/wiki ingest
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11