← Back to Skills Marketplace
joeyxin-del

论语 — 私人语录

by joeyxin-del · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
51
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install lunyu
Description
私人《论语》——你就是孔子,agent是你的学生。捕捉你的灵感金句、哲理妙语、生活洞察、幽默色话,自动整理成属于你自己的语录集。
README (SKILL.md)

\r \r

论语 — 私人语录\r

\r

核心理念\r

\r

你即孔子,agent即子路/子贡/颜回——那个在你金句脱口而出时,负责"记录在案"的学生。\r \r 很多时候你会有灵感迸发——一个深刻的洞察、一句漂亮的吐槽、一段Tim式的"色话"、一个醍醐灌顶的顿悟。但这些话语转瞬即逝,如果不及时捕捉,就再也不会出现在你的人生当中。\r \r 这个 skill 存在的意义就是:你说,我记。 零摩擦、零延迟。\r \r

触发方式\r

\r 任何时候你说出以下类别的句子——或者你觉得这句话值得被记住——都可以触发记录:\r \r

主动触发(你直接让我记)\r

\r | 你说 | 效果 |\r |------|------|\r | 记论语:xxxx | 记录 xxxx,自动抓取上下文氛围 |\r | 论语:xxxx | 同上,简写 |\r | 子曰:xxxx | 同上,带孔子人称 |\r | 把这句话记下来 | 记录你刚说的上一句 |\r | 这句记进论语 | 同上 |\r | 论语记:xxxx @@ 论xxx | 指定章节名(如 论爱情 @@ 论情感) |\r | 论语记:xxxx #tag1 #tag2 | 指定标签 |\r \r

被动触发(我主动问)\r

\r 当你说出一句特别有力量/智慧/幽默的话时,我会主动问:\r

"这句话很精彩,要不要记进你的论语?"\r \r 你只需回 即可确认。回 不用 则跳过。\r \r

数据结构\r

\r 每条语录存储为以下格式,保存在 ~/.hermes/lunyu/analects.json:\r \r

{\r
  "id": "2026-05-24-001",\r
  "date": "2026-05-24",\r
  "time": "14:32",\r
  "text": "原句内容",\r
  "context": "说这句话时的场景(助记)",\r
  "chapter": "论生活",\r
  "tags": ["生活", "感悟"],\r
  "type": "哲理"\r
}\r
```\r
\r
### 语录类型 (type)\r
\r
| 类型 | 含义 | 例子 |\r
|------|------|------|\r
| 哲理 | 深刻的洞察、人生道理 | "所有的焦虑都来自对不确定性的抗拒" |\r
| 生活 | 生活感悟、经验总结 | "深圳的夏天,出门五分钟出汗两小时" |\r
| 幽默 | 吐槽、搞笑金句 | "我的健身计划:办了卡就算练了" |\r
| 色话 | Tim风格的骚话/暧昧调侃 | (此处省略,你在行) |\r
| 工作 | 职场心得、职业洞察 | "代码写得好不如PPT写得好" |\r
| 学习 | 学习方法、认知升级 | "用 agent 学 agent,元学习才是真学习" |\r
| 感情 | 情感感悟、家庭体悟 | "给爸妈写信的时候,才发现有些话用笔写出来比说出口容易" |\r
| 激励 | 打鸡血、自我驱动 | "三年100万,每天多赚548块" |\r
\r
type 是可选的,留空 agent 会自动判断。你也可以指定:`论语记:xxxx :: 色话`\r
\r
### 章节 (chapter) — 你的论语篇章\r
\r
语录自动归入已有篇章。篇章由你定义,初始为空,随着语录增多自然生长。以下为推荐篇章名(可自行创建):\r
\r
- 论生活 — 过日子、深圳见闻、租房独居\r
- 论学习 — Agent Native Learning、元学习、编程悟道\r
- 论工作 — 职场洞察、创业思考、项目管理\r
- 论情感 — 亲情、友情、爱情、内心柔软\r
- 论幽默 — 吐槽、冷笑话、日常荒诞\r
- 论成长 — 从唐山到深圳、25岁的人生感悟\r
- 论健身 — 碳循环、健身心得、身体管理\r
- 论君子 — 价值观、处世准则、道德判断\r
- 色话集 — Tim风格限定,懂的都懂\r
- 随感录 — 无法归类的零碎灵感\r
\r
## 使用命令\r
\r
### 查看语录\r
\r
| 命令 | 效果 |\r
|------|------|\r
| `论语览` | 浏览所有语录(按日期倒序,每页10条) |\r
| `论语览 第2页` | 翻页 |\r
| `论语览 论学习` | 只看某章节 |\r
| `论语览 #tag` | 只看某标签 |\r
| `论语览 ::色话` | 只看某类型 |\r
| `论语搜 xxx` | 搜索关键词 |\r
| `论语统计` | 查看统计数据(总数、各章节数量、热门tag) |\r
\r
### 随机一条\r
\r
| 命令 | 效果 |\r
|------|------|\r
| `论语今日` | 随机抽取一条语录(每日刷新,类似每日一语) |\r
| `论语随机` | 纯随机抽一条 |\r
\r
### 管理\r
\r
| 命令 | 效果 |\r
|------|------|\r
| `论语删 2026-05-24-001` | 删除某条 |\r
| `论语改 2026-05-24-001 论幽默` | 修改某条的章节 |\r
| `论语编 2026-05-24-001 新文本` | 修改文本内容 |\r
| `论语导出` | 生成编译版 `论语.md` |\r
\r
## 每日整理(Cron Job)\r
\r
skill 创建后可设置一个**每日 cron job**,在每晚 23:00 执行:\r
\r
1. 检查当天是否有新语录\r
2. 如果有,在 `~/.hermes/lunyu/论语.md` 中追加当日记录\r
3. 发送一条"今日论语"推送(随机一条已有的语录 + 今日新增数量)\r
\r
### 论语.md 格式(编译版预览)\r
\r
```\r
# 私人论语 · Joey\r
\r
## 论生活(3条)\r
\r
### 2026-05-24\r
> 独居的第一周,才发现原来"安静"是一种奢侈品。\r
> ——在唐山搬到深圳后的深夜有感\r
\r
### 2026-05-25\r
> 深圳的蟑螂会飞,这不是段子,是我的人生。\r
> ——第一晚看到会飞的蟑螂后\r
\r
## 色话集(1条)\r
\r
### 2026-05-24\r
> [此处为Tim式发言,记录了但不想展示给外人看]\r
```\r
\r
编译版可随时通过 `论语导出` 重新生成,也可以手动复制到 Obsidian 笔记中保存。\r
\r
## 初始化和文件位置\r
\r
- 数据文件:`~/.hermes/lunyu/analects.json`\r
- 编译版:`~/.hermes/lunyu/论语.md`\r
- 数据目录:`~/.hermes/lunyu/`\r
\r
首次使用此 skill 时,agent 会自动创建数据目录和初始空文件。\r
\r
## 示例对话\r
\r
### 记录场景1:哲理时刻\r
\r
> **你:** 记论语:所有的焦虑都来自对不确定性的抗拒,而真正的勇气是在不确定中依然向前走。\r
>\r
> **Agent:** 记下了 🎋\r
> 2026-05-24 论语·随感录 新增 1 条\r
> "所有的焦虑都来自对不确定性的抗拒,而真正的勇气是在不确定中依然向前走。"\r
> 这次想归入哪个章节?当前章节有:论生活、论学习、论工作、论情感、论幽默、色话集、随感录\r
> (留空默认归入"随感录")\r
\r
### 记录场景2:色话时刻\r
\r
> **你:** 论语记:你这不是在撩我,你是在进行一场有预谋的温柔犯罪 :: 色话\r
>\r
> **Agent:** 记下了 🔥\r
> 2026-05-24 论语·色话集 新增 1 条\r
> "你这不是在撩我,你是在进行一场有预谋的温柔犯罪"\r
\r
### 记录场景3:被动捕捉\r
\r
> **你:** 啧,深圳的夏天,命是空调给的。\r
>\r
> **Agent:** 🎯 这句话很精彩,要不要记进你的论语?\r
>\r
> **你:** 记\r
>\r
> **Agent:** 已归入「论生活」。当前章节已有 12 条。\r
\r
### 查看场景\r
\r
> **你:** 论语览\r
>\r
> **Agent:**\r
> ── 私人论语 · 共 23 条 ──\r
>\r
> 📖 论生活(8条)\r
> 📖 色话集(6条)\r
> 📖 随感录(4条)\r
> 📖 论学习(3条)\r
> 📖 论情感(2条)\r
>\r
> ── 最新 5 条 ──\r
> [5/24] 从唐山到深圳,… | 论生活\r
> [5/24] 你这是在撩我…  | 色话集\r
> [5/23] 给爸妈写信…    | 论情感\r
> [5/22] Agent学Agent…   | 论学习\r
> ...\r
>\r
> 输入「论语览 章节名」查看详情\r
Usage Guidance
Install only if you are comfortable with selected conversation snippets and context being saved locally in ~/.hermes/lunyu/ and possibly exported or shown in daily notifications. Avoid saving secrets, workplace-confidential information, or intimate content on shared or synced devices, and review or delete the archive regularly.
Capability Assessment
Purpose & Capability
The stated purpose is to capture, organize, search, edit, delete, and export a private quote collection; the documented capabilities fit that purpose.
Instruction Scope
The skill uses natural-language triggers, passive prompting, and automatic context capture, which are disclosed but could cause accidental saves if the user responds casually.
Install Mechanism
The artifact contains only README.md and SKILL.md, with no executable scripts, dependencies, install hooks, obfuscation, or network behavior found.
Credentials
Local files under ~/.hermes/lunyu/ are proportionate for a personal archive, but the content may include private, intimate, emotional, or work-related material.
Persistence & Privilege
Persistent storage, markdown export, deletion/edit commands, and an optional daily cron/push workflow are documented; there is no evidence of hidden persistence, privilege escalation, exfiltration, or destructive behavior outside the quote archive.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install lunyu
  3. After installation, invoke the skill by name or use /lunyu
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
v1.0.0 初始发布:支持主动记录、被动捕捉、章节管理、搜索检索、每日一语、导出编译
Metadata
Slug lunyu
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 论语 — 私人语录?

私人《论语》——你就是孔子,agent是你的学生。捕捉你的灵感金句、哲理妙语、生活洞察、幽默色话,自动整理成属于你自己的语录集。 It is an AI Agent Skill for Claude Code / OpenClaw, with 51 downloads so far.

How do I install 论语 — 私人语录?

Run "/install lunyu" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 论语 — 私人语录 free?

Yes, 论语 — 私人语录 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 论语 — 私人语录 support?

论语 — 私人语录 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 论语 — 私人语录?

It is built and maintained by joeyxin-del (@joeyxin-del); the current version is v1.0.0.

💬 Comments