← Back to Skills Marketplace
cp3d1455926-svg

Life Memory Logger - 生活记忆记录器

by cp3d1455926-svg · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
110
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install life-memory-logger
Description
生活记忆记录器。帮你记录人际交往中的重要细节(生日、喜好、承诺),自动提醒跟进,让你成为更贴心的人。
README (SKILL.md)

\r \r

Life Memory Logger - 生活记忆记录器\r

\r

核心功能\r

\r

1. 👤 人物记忆\r

记录关于人的重要信息:\r

  • 生日和纪念日\r
  • 喜好(食物、饮料、爱好、颜色)\r
  • 过敏和饮食限制\r
  • 家庭成员和关系\r
  • 重要生活事件(新工作、搬家、毕业)\r
  • 目标和愿望\r
  • 不喜欢的事物\r \r

2. 📅 日期和事件\r

  • 提到的未来计划\r
  • 预约安排\r
  • 承诺的截止日期\r
  • 旅行计划\r
  • 庆祝日期\r \r

3. 💼 职业背景\r

  • 客户偏好和历史\r
  • 项目详情和状态\r
  • 会议记录和行动项\r
  • 职业目标和挑战\r \r

4. 🔗 关系和连接\r

  • 人们如何认识彼此\r
  • 做的介绍\r
  • 共同联系人\r
  • 社交背景\r \r

5. 🎯 承诺和跟进\r

  • 做出的承诺\r
  • 需要回访的事情\r
  • 要买的礼物\r
  • 要跟进的推荐\r \r ---\r \r

使用方式\r

\r

添加记忆\r

\r 快速记忆:\r

记住:[人名] 喜欢 [详情]\r
例如:"记住:Sarah 喜欢黑巧克力,不喜欢牛奶巧克力"\r
```\r
\r
**对话记录:**\r
```\r
和 [人名] 的对话:[详情]\r
例如:"和妈妈的对话:她计划 3 月份来 visit,想看市中心的新博物馆"\r
```\r
\r
**事件记忆:**\r
```\r
[人名] [事件] 在 [日期]\r
例如:"Alex 3 月 15 日开始新工作"\r
```\r
\r
**跟进提醒:**\r
```\r
[时间] 内跟进 [人名] 关于 [话题]\r
例如:"3 天内跟进客户关于提案的事"\r
```\r
\r
---\r
\r
## 记忆存储格式\r
\r
每个人物记忆保存到:\r
```\r
/memory/life-memories/people/[人名].json\r
```\r
\r
**JSON 格式:**\r
```json\r
{\r
  "person": "Sarah Johnson",\r
  "last_updated": "2026-03-15",\r
  "facts": [\r
    {\r
      "category": "food_preference",\r
      "detail": "对花生严重过敏",\r
      "source": "2026 年 2 月对话",\r
      "date_added": "2026-02-19"\r
    },\r
    {\r
      "category": "birthday",\r
      "detail": "3 月 15 日",\r
      "source": "随口提到",\r
      "date_added": "2026-01-10"\r
    }\r
  ],\r
  "conversations": [\r
    {\r
      "date": "2026-02-19",\r
      "summary": "讨论了即将到来的日本之旅,对樱花很兴奋",\r
      "action_items": ["发送东京餐厅推荐"]\r
    }\r
  ]\r
}\r
```\r
\r
**其他维护文件:**\r
- `/memory/life-memories/upcoming-events.json` - 日期事件列表\r
- `/memory/life-memories/follow-ups.json` - 待跟进事项\r
- `/memory/life-memories/master-index.json` - 快速查找索引\r
\r
---\r
\r
## 自动提醒\r
\r
### 🎂 生日提醒(提前 1 周)\r
```\r
🎂 [人名] 的生日快到了 [日期]\r
已知喜好:[来自记忆的偏好/礼物建议]\r
```\r
\r
### ⏰ 跟进提醒(到期时)\r
```\r
⏰ 跟进提醒:你答应过 [人名] 要 [行动] 关于 [话题]\r
```\r
\r
### 📅 事件提醒(提前 1 天)\r
```\r
📅 提醒:明天和 [人名] 有 [事件]\r
相关记忆:[可能有帮助的背景信息]\r
```\r
\r
---\r
\r
## 查询记忆\r
\r
**"我对 Sarah 了解什么?"**\r
→ 返回关于 Sarah 的所有事实,按类别组织\r
\r
**"Alex 的生日是什么时候?"**\r
→ 返回具体日期\r
\r
**"我有哪些待跟进事项?"**\r
→ 返回所有未完成的行动项,按截止日期排序\r
\r
**"我答应给谁发推荐?"**\r
→ 搜索行动项和对话\r
\r
**"我记录了哪些食物偏好?"**\r
→ 搜索所有人的食物相关事实\r
\r
---\r
\r
## 隐私和道德规则\r
\r
1. **同意优先**:只存储我舒服记住的信息\r
2. **敏感信息**:标记敏感详情(健康、财务、冲突)并确认后再存储\r
3. **删除权**:我说"忘记那个",你立即删除\r
4. **不分享**:绝不把一个人的信息分享给另一个人\r
5. **透明**:如果有人问"你怎么知道的?" 应该诚实地说用了记忆系统\r
\r
**自动标记确认:**\r
- 健康信息\r
- 财务详情\r
- 关系冲突\r
- 关于第三方的私人信息\r
\r
---\r
\r
## 智能提取\r
\r
当我分享对话时,提取:\r
- 提到的人名和他们是谁\r
- 日期和截止日期\r
- 偏好和观点\r
- 承诺和保证\r
- 情绪状态("似乎工作压力很大")\r
- 可能重要的背景\r
\r
**示例输入:**\r
```\r
"今天和 Mike 吃午饭。他对升职很兴奋但第一次管人有点紧张。他老婆怀孕了,6 月预产期。他推荐了 Main Street 新开的泰国餐厅,说 pad thai 超好吃。"\r
```\r
\r
**提取的记忆:**\r
- Mike 升职了\r
- Mike 对第一次管理岗位感到紧张\r
- Mike 的老婆怀孕,2026 年 6 月预产期\r
- Mike 推荐 Main Street 的泰国餐厅,特别是 pad thai\r
\r
---\r
\r
## 定时任务配置\r
\r
### 每日记忆处理(22:00)\r
```json\r
{\r
  "schedule": "0 22 * * *",\r
  "name": "Daily Memory Processing",\r
  "prompt": "处理今天添加的记忆并发送确认摘要"\r
}\r
```\r
\r
### 每周回顾(周日 19:00)\r
```json\r
{\r
  "schedule": "0 19 * * 0",\r
  "name": "Weekly Memory Review",\r
  "prompt": "生成本周记忆回顾,包含即将发生的事件和洞察"\r
}\r
```\r
\r
### 每月整理(月末)\r
```json\r
{\r
  "schedule": "0 20 28-31 * *",\r
  "name": "Monthly Memory Consolidation",\r
  "prompt": "如果是月末,整理和清理记忆文件"\r
}\r
```\r
\r
### 生日检查(每天 9:00)\r
```json\r
{\r
  "schedule": "0 9 * * *",\r
  "name": "Birthday Reminder Check",\r
  "prompt": "检查未来 7 天内的生日并发送提醒"\r
}\r
```\r
\r
---\r
\r
## 成功指标\r
\r
这个技能工作良好的标志:\r
- ✅ 可以问"我对 [人名] 了解什么?"并得到有用的摘要\r
- ✅ 不需要 Facebook 提醒就能记住生日和重要日期\r
- ✅ 因为助手提醒而履行承诺\r
- ✅ 在对话中引用细节,显示你很用心\r
- ✅ 人们注意到并欣赏你记得关于他们的事情\r
\r
---\r
\r
## 故障排除\r
\r
| 问题 | 解决方案 |\r
|------|----------|\r
| 记忆没保存? | 检查存储权限和文件夹路径 |\r
| 找不到信息? | 使用主索引或问更具体的问题 |\r
| 通知太多? | 减少提醒频率 |\r
| 担心隐私? | 检查自动标记规则并调整敏感度 |\r
\r
---\r
\r
## 道德使用\r
\r
- 如果有人问你怎么记得的,要诚实\r
- 不要存储如果暴露会伤害某人的信息\r
- 尊重要求删除关于某人信息的请求\r
- 用这个变得更贴心,不是操纵\r
\r
---\r
\r
## 你会看到的好处\r
\r
- 通过记住小细节建立更强的关系\r
- 因为信守承诺而获得更好的职业声誉\r
- 减少忘记重要事情的焦虑\r
- 有背景信息时对话更有意义\r
- 个人知识库随时间推移变得更有价值\r
\r
---\r
\r
## 相关资源\r
\r
- `scripts/extract_memory.py` - 记忆提取脚本\r
- `scripts/search_memory.py` - 记忆搜索脚本\r
- `scripts/generate_reminder.py` - 提醒生成脚本\r
- `references/memory-categories.md` - 记忆分类参考\r
- `references/privacy-guidelines.md` - 隐私指南\r
Usage Guidance
This skill describes a reasonable, local 'memory' feature but has some important gaps and privacy risks. Before installing or enabling it: 1) Confirm where the platform will store the /memory/life-memories files and whether those paths are writable and sandboxed — prefer a user-scoped directory rather than a root-level absolute path. 2) Ask for the missing scripts (scripts/extract_memory.py, search_memory.py, generate_reminder.py) or clarify how extraction/search/reminders are implemented; don't trust an agent to 'create' code on the fly. 3) Verify how reminders are delivered (local notifications, email, push, external API) and ensure no external endpoints are used without explicit consent. 4) Ensure deletion works (test '忘记那个') and consider encrypting stored data and restricting access. 5) If you will store health/financial/pregnancy or other sensitive data, confirm explicit consent flows and stronger protections. If these clarifications are not provided, treat the skill as unsafe to enable for sensitive data.
Capability Assessment
Purpose & Capability
Name and description match the runtime instructions: storing personal facts, events, and reminders. However the SKILL.md references helper scripts (scripts/*.py) and fixed storage paths under /memory/life-memories that are not present in the package and were not declared as required binaries; that mismatch suggests the provided bundle is incomplete or expects the agent to create/execute code that doesn't exist.
Instruction Scope
Instructions direct the agent to extract and persist sensitive personal data (health, pregnancy, finances) and manage deletion. They specify absolute filesystem paths (e.g., /memory/life-memories/people/[name].json) and scheduled tasks (cron-like entries) but do not define how reminders are delivered or what runtime has permission to run scheduled jobs. The instructions allow broad discretion (e.g., how to send reminders), which could lead to unexpected exfiltration or use of external channels unless the platform enforces strict sandboxing and delivery policies.
Install Mechanism
No install spec and no code files are included, so nothing will be downloaded or written by an installer. That minimizes supply-chain risk — but it also means important referenced artifacts (scripts referenced in SKILL.md) are missing from the package.
Credentials
The skill requests no environment variables or credentials, which is appropriate for an offline/local memory logger. However, SKILL.md references scripts and schedule execution without declaring required runtimes (e.g., Python). If those scripts are expected to run, the skill should declare required binaries or environment access; their absence is an inconsistency.
Persistence & Privilege
always is false and the skill is user-invocable (normal). The SKILL.md defines scheduled tasks (cron expressions) which imply periodic execution; this is reasonable for reminders but the mechanism (who registers the schedule, where prompts run, what permissions they have) is unspecified. No indication the skill modifies other skills or global agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install life-memory-logger
  3. After installation, invoke the skill by name or use /life-memory-logger
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug life-memory-logger
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Life Memory Logger - 生活记忆记录器?

生活记忆记录器。帮你记录人际交往中的重要细节(生日、喜好、承诺),自动提醒跟进,让你成为更贴心的人。 It is an AI Agent Skill for Claude Code / OpenClaw, with 110 downloads so far.

How do I install Life Memory Logger - 生活记忆记录器?

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

Is Life Memory Logger - 生活记忆记录器 free?

Yes, Life Memory Logger - 生活记忆记录器 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Life Memory Logger - 生活记忆记录器 support?

Life Memory Logger - 生活记忆记录器 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Life Memory Logger - 生活记忆记录器?

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

💬 Comments