Intern Clawd
Description
A Personal Secretary OS for Claude Code — persistent memory, rituals, dual-domain wiki. $0 extra cost on your existing subscription.
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
intern-clawd — A Personal Secretary OS for Claude Code
[](https://github.com/Amb2rZhou/intern-clawd/actions/workflows/syntax.yml) [](LICENSE) [](CHANGELOG.md)
**中文** | [English](README.en.md)
把 Claude Code 从「每次失忆的编程工具」改造成「有记忆、陪你成长的私人秘书」。
基于 **Andrej Karpathy** 的 [LLM Wiki](https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f) 三层架构(raw / wiki / schema),记忆是**动态的、自维护的**——秘书自己整理 wiki、检查健康、按活跃度分层索引,用得越多越聪明。
**clawd** = **Claude** + **wd** (working directory)。一个驻留在 `~/.clawd/` 的秘书 agent,管理你的工作 / 生活两个域的知识库,覆盖从「想到 → 捕获 → 消化 → 检索 → 复盘」全链路。
解决什么问题
裸 Claude Code 只是个「按 session 工作的编程助手」。当你想用它做更多事时,会撞上几个墙:
| 痛点 | clawd 怎么解 |
|---|---|
| 每开一个新 session 等于失忆 | 持久 wiki + 每次 SessionStart 自动注入 index |
| 必须坐下打开终端才能跟它说话 | 任何 app 里 ⌃⌥C 一键存到 inbox / 终端输入 clawd 直接开聊 / 手机 IM 通道(可选) |
| 没有"角色"概念,每次都得重复 prompt | CLAUDE.md 里写死秘书人格 + 7 个固定 ritual(站会/周会/复盘/归档/继续/inbox/lint) |
| 工作和生活的笔记混在一起 | 双域架构:work/ + life/,独立 index 和 log |
~ 启动的 session 全堆在一个文件夹 |
Session 路由 hooks 自动按项目搬 jsonl |
| 知识库容易腐烂 | wiki-lint + 每周自动维护 + post-write 自检 |
架构
┌──────────────── 入口 ────────────────┐
│ ⌃⌥C 全局快捷键 终端 alias `clawd` │
│ 手机 IM(Telegram / 飞书 / 微信 / …) │
└────────────────┬─────────────────────┘
│
▼
┌────────────────┐
│ 秘书 Agent │ ← CLAUDE.md (人格+规则)
│ (Claude Code) │ 双域 index 自动注入
└───────┬────────┘
│
┌───────┴────────┐
▼ ▼
┌────────┐ ┌────────┐
│ work/ │ │ life/ │ ┌─────────────┐
│ wiki/ │ │ wiki/ │ ←── │ shared-wiki │
│ raw/ │ │ raw/ │ │ (boss- │
└────────┘ └────────┘ │ profile) │
└─────────────┘
raw/
Related Skills
Doc Co-authoring
Guide users through structured workflow for co-authoring documentation
Documentation Docx
Create, edit, and analyze Word documents with tracked changes, comments, and formatting
Documentation Extract text, create PDFs, merge/split documents, and handle forms
Documentation Pptx
Create, edit, and analyze PowerPoint presentations with layouts and templates
Documentation Xlsx
Create, edit, and analyze Excel spreadsheets with formulas, formatting, and visualization
Documentation mcp-server-fetch
Fetch and convert web pages to markdown.
Documentation