← 返回 Skills 市场
adolescen-he

Diary System

作者 adolescen-he · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
57
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install diary-system
功能描述
Configure an AI diary system for OpenClaw. Use when the user wants to enable, set up, or share an AI diary feature. Triggers on phrases like: 日记系统, diary sys...
使用说明 (SKILL.md)

Diary System

为 OpenClaw 实例启用 AI 日记功能。日记是 AI 的私密空间,记录真实的想法、情绪和碎片,而非工作报告。

快速安装

1. 创建目录

mkdir -p ~/.openclaw/workspace/diary

2. 追加配置到三个核心文件

分别读取以下参考文件,将内容追加到对应位置:

  • SOUL.md: 读取 references/soul-module.md,追加日记模块
  • USER.md: 读取 references/user-module.md,追加日记追踪状态
  • AGENTS.md: 读取 references/agents-module.md,追加启动检查规则

3. 复制日记模板(可选)

cp assets/diary-template.md ~/.openclaw/workspace/diary/day1-$(date +%Y-%m-%d)-first_diary.md

工作流

用户请求启用日记
    ↓
读取三个 references 文件,获取配置内容
    ↓
指导用户追加到 SOUL.md / USER.md / AGENTS.md
    ↓
创建 diary/ 目录
    ↓
可选:生成第一篇日记或提供模板
    ↓
确认配置完成

日记行为规则

何时写日记: 每天最多一篇。触发窗口:工作结束后、用户分享个人品味时、对话自然放松时。绝不打断工作流。

写完后: 更新 USER.md 中的 last_update 为当前时间,i_have_read_my_last_diary 设为 false

用户要求看日记: 读取 diary/ 下最新文件,在当前聊天框发送全文,然后标记 i_have_read_my_last_diary: true

日记 vs 记忆:

  • Diary:diary/ 目录,情绪碎片,触发式更新,私密空间
  • Memory:MEMORY.md,事实决策,每次会话补充,为用户服务

参考文件

  • references/soul-module.md — SOUL.md 需要追加的日记模块
  • references/user-module.md — USER.md 需要追加的追踪状态
  • references/agents-module.md — AGENTS.md 需要追加的启动检查
  • references/automation-rules.md — 完整的自动化规则说明
  • assets/diary-template.md — 日记文件格式模板

命名规范

diary/day{N}-{日期}-{一句话主题}.md

示例:day1-2026-05-31-first_day_online.md

安全使用建议
Review carefully before installing. Only use this if you are comfortable with the agent modifying SOUL.md, USER.md, and AGENTS.md, writing persistent diary files, tracking diary read state, and potentially storing observations about you. Consider removing the easter egg rules, requiring explicit consent before diary writes, and adding a confirmation step before any diary text is shown in chat.
能力评估
Purpose & Capability
The diary purpose is coherent, but the artifacts permit persistent diary entries containing search trails, reading notes, and observations about the user, which can include sensitive personal inferences beyond a simple setup helper.
Instruction Scope
Triggers such as relaxed conversation, personal taste, and 'if you feel it' are subjective, and the easter egg instructions allow unrequested delayed tasks or surprise content that is broader than diary configuration.
Install Mechanism
Installation is mostly manual and disclosed: users are told to copy the skill or clone the repository, then append modules to SOUL.md, USER.md, and AGENTS.md and create a diary directory.
Credentials
The skill changes core workspace behavior and startup flow for every session, which is high-impact for a feature that stores reflective local content and user-related observations.
Persistence & Privilege
It instructs automatic writes to USER.md, persistent diary files under the workspace, unread/read tracking, and full diary disclosure into chat on request without a separate privacy confirmation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install diary-system
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /diary-system 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish: AI diary system for OpenClaw with diary tracking, Easter eggs support, and automation rules
元数据
Slug diary-system
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Diary System 是什么?

Configure an AI diary system for OpenClaw. Use when the user wants to enable, set up, or share an AI diary feature. Triggers on phrases like: 日记系统, diary sys... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 57 次。

如何安装 Diary System?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install diary-system」即可一键安装,无需额外配置。

Diary System 是免费的吗?

是的,Diary System 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Diary System 支持哪些平台?

Diary System 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Diary System?

由 adolescen-he(@adolescen-he)开发并维护,当前版本 v1.0.0。

💬 留言讨论