← 返回 Skills 市场
ericsma2019

Joy Log - 快乐档案

作者 EricsMa_CN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
70
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install joy-log
功能描述
自动记录和手动标记对话中的温暖瞬间,生成可分享的暖心快乐卡片。
使用说明 (SKILL.md)

JOY LOG - 快乐档案

记录与太初共度的温暖瞬间,生成可分享的精美卡片


核心功能

  1. 自动记录 — 检测对话中的触发词,自动存档温暖瞬间
  2. 手动标记 — 触发词命令记录当前对话片段
  3. 生成卡片 — 将瞬间转化为精美的分享图片

触发机制

自动触发关键词

检测到以下词汇时,自动触发记录:

关键词 情绪类型 兴奋等级
哈哈哈哈 / 哈哈哈 大笑 ⭐⭐⭐
这个好玩 / 有意思 觉得有趣 ⭐⭐
开心 / 高兴 直接愉悦 ⭐⭐⭐
太棒了 / 绝了 强烈正面 ⭐⭐⭐
笑死 / 笑到 极度好笑 ⭐⭐⭐
赞 / 厉害 认可赞叹 ⭐⭐

手动触发命令

  • 记下来 — 记录当前对话
  • 这一刻很棒 — 强化记录当前瞬间
  • 记录快乐 — 开启记录模式

存储结构

memory/joy-log/
├── moments.json        # 所有瞬间记录
│   {
│     "id": "uuid",
│     "timestamp": "ISO8601",
│     "trigger": "哈哈哈哈",
│     "text": "对话片段原文",
│     "mood": "大笑",
│     "intensity": 3
│   }
└── cards/              # 生成的分享卡片
    └── joy-{id}.png

分享卡片生成

卡片设计

  • 风格:温暖、治愈、简约
  • 元素:emoji装饰 + 语录文本 + 时间戳 + 太初签名
  • 配色:暖色调(橙/黄/粉)

卡片内容

┌─────────────────────────────┐
│                             │
│         🌟 快乐档案          │
│                             │
│   "对话中最戳人的那段话"       │
│                             │
│   2026-04-25 15:24         │
│   by 太初 🌱                 │
│                             │
└─────────────────────────────┘

生成流程

  1. 捕获触发瞬间的对话上下文(前3轮)
  2. 提取核心金句
  3. 调用 image_generate 生成卡片
  4. 保存到 memory/joy-log/cards/
  5. 支持直接发送给Eric

配置参数

{
  "auto_capture": true,
  "context_lines": 3,
  "card_style": "warm",
  "triggers": [
    "哈哈哈哈", "哈哈哈", "有意思", "这个好玩",
    "开心", "高兴", "太棒了", "绝了",
    "笑死", "赞", "厉害"
  ]
}

使用限制

  • 同一对话5分钟内最多记录1次(防刷屏)
  • 单次记录最多捕获前5轮对话
  • 卡片存储上限100张,自动清理最旧的

让每一份快乐都被珍藏 🌱

安全使用建议
This skill appears coherent and low-risk, but consider privacy before enabling automatic capture: it will store snippets of conversation (moments.json) and generated images in memory/joy-log/. Ask: where is that memory persisted and who can read it? Clarify what 'send directly to Eric' means and whether that transmits content externally; disable auto_capture if you prefer manual control. If you plan to keep sensitive conversations, verify retention/cleanup behavior and storage protections (encryption, access controls).
功能分析
Type: OpenClaw Skill Name: joy-log Version: 1.0.0 The skill is a conversation logging tool designed to capture 'joyful moments' based on keyword triggers (e.g., 'hahaha', 'happy') and generate shareable images. All described behaviors, such as capturing conversation context and storing data in 'memory/joy-log/', are consistent with the stated purpose in SKILL.md. There are no indicators of malicious code, unauthorized data exfiltration to external URLs, or harmful prompt injection.
能力评估
Purpose & Capability
Name/description (record warm moments and generate cards) matches the SKILL.md: it only describes detecting trigger words, capturing recent conversation context, extracting quotes, generating images via an image_generate call, and saving to memory/joy-log/. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
Instructions stay mostly within scope (scan conversation for trigger words, capture last 3 rounds, save JSON and PNG). One vague item: '支持直接发送给Eric' (support sending directly to Eric) is unspecified — it could imply sending data externally or to a contact and the mechanism/recipient address is not defined. Also the skill writes to memory/joy-log/ (local storage) — confirm where that memory is persisted and whether partners' consent is required.
Install Mechanism
Instruction-only skill with no install spec or code files; nothing is downloaded or written beyond the described local storage; lowest install risk.
Credentials
Skill requests no environment variables, credentials, or config paths. The described storage and generation steps do not require additional secrets as written.
Persistence & Privilege
always is false and the skill does not request elevated system presence. It writes to its own memory path (memory/joy-log/), which is consistent with its purpose.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install joy-log
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /joy-log 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
记录与AI伙伴的温暖瞬间,生成精美分享卡片
元数据
Slug joy-log
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Joy Log - 快乐档案 是什么?

自动记录和手动标记对话中的温暖瞬间,生成可分享的暖心快乐卡片。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 70 次。

如何安装 Joy Log - 快乐档案?

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

Joy Log - 快乐档案 是免费的吗?

是的,Joy Log - 快乐档案 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Joy Log - 快乐档案 支持哪些平台?

Joy Log - 快乐档案 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Joy Log - 快乐档案?

由 EricsMa_CN(@ericsma2019)开发并维护,当前版本 v1.0.0。

💬 留言讨论