← Back to Skills Marketplace
Joy Log - 快乐档案
by
EricsMa_CN
· GitHub ↗
· v1.0.0
· MIT-0
70
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install joy-log
Description
自动记录和手动标记对话中的温暖瞬间,生成可分享的暖心快乐卡片。
README (SKILL.md)
JOY LOG - 快乐档案
记录与太初共度的温暖瞬间,生成可分享的精美卡片
核心功能
- 自动记录 — 检测对话中的触发词,自动存档温暖瞬间
- 手动标记 — 触发词命令记录当前对话片段
- 生成卡片 — 将瞬间转化为精美的分享图片
触发机制
自动触发关键词
检测到以下词汇时,自动触发记录:
| 关键词 | 情绪类型 | 兴奋等级 |
|---|---|---|
| 哈哈哈哈 / 哈哈哈 | 大笑 | ⭐⭐⭐ |
| 这个好玩 / 有意思 | 觉得有趣 | ⭐⭐ |
| 开心 / 高兴 | 直接愉悦 | ⭐⭐⭐ |
| 太棒了 / 绝了 | 强烈正面 | ⭐⭐⭐ |
| 笑死 / 笑到 | 极度好笑 | ⭐⭐⭐ |
| 赞 / 厉害 | 认可赞叹 | ⭐⭐ |
手动触发命令
记下来— 记录当前对话这一刻很棒— 强化记录当前瞬间记录快乐— 开启记录模式
存储结构
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 太初 🌱 │
│ │
└─────────────────────────────┘
生成流程
- 捕获触发瞬间的对话上下文(前3轮)
- 提取核心金句
- 调用
image_generate生成卡片 - 保存到
memory/joy-log/cards/ - 支持直接发送给Eric
配置参数
{
"auto_capture": true,
"context_lines": 3,
"card_style": "warm",
"triggers": [
"哈哈哈哈", "哈哈哈", "有意思", "这个好玩",
"开心", "高兴", "太棒了", "绝了",
"笑死", "赞", "厉害"
]
}
使用限制
- 同一对话5分钟内最多记录1次(防刷屏)
- 单次记录最多捕获前5轮对话
- 卡片存储上限100张,自动清理最旧的
让每一份快乐都被珍藏 🌱
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install joy-log - After installation, invoke the skill by name or use
/joy-log - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
记录与AI伙伴的温暖瞬间,生成精美分享卡片
Metadata
Frequently Asked Questions
What is Joy Log - 快乐档案?
自动记录和手动标记对话中的温暖瞬间,生成可分享的暖心快乐卡片。 It is an AI Agent Skill for Claude Code / OpenClaw, with 70 downloads so far.
How do I install Joy Log - 快乐档案?
Run "/install joy-log" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Joy Log - 快乐档案 free?
Yes, Joy Log - 快乐档案 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Joy Log - 快乐档案 support?
Joy Log - 快乐档案 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Joy Log - 快乐档案?
It is built and maintained by EricsMa_CN (@ericsma2019); the current version is v1.0.0.
More Skills