Joy Log - 快乐档案

v1.0.0

自动记录和手动标记对话中的温暖瞬间,生成可分享的暖心快乐卡片。

0· 62·0 current·0 all-time
byEricsMa_CN@ericsma2019

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for ericsma2019/joy-log.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Joy Log - 快乐档案" (ericsma2019/joy-log) from ClawHub.
Skill page: https://clawhub.ai/ericsma2019/joy-log
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install joy-log

ClawHub CLI

Package manager switcher

npx clawhub@latest install joy-log
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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).

Like a lobster shell, security has layers — review code before you run it.

latestvk97frk9psf7h9588627rr3g4vh85h4y5
62downloads
0stars
1versions
Updated 3d ago
v1.0.0
MIT-0

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张,自动清理最旧的

让每一份快乐都被珍藏 🌱

Comments

Loading comments...