Token导航 LogoToken导航TokenDH.com
开发只读clawhub未标认证来源可访问clear审计通过

lumi-diary夜光日记

Agent Skill

lumi-diary 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

9,240

周安装

385

GitHub Stars

2

下载量

3,080
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:lumi-diary(夜光日记)
来源仓库:https://github.com/thhoho/lumi-diary
安装命令:
openclaw skills install lumi-diary
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install lumi-diary

简介

lumi-diary 作为本地记忆守护者,收集生活片段并生成互动作品。

  • 适合个人数字日记、创意内容生成或情感记忆归档等场景。
  • 自动关联时间与地点元数据,支持语音转文字和图片识别。
  • 安装需授权相册和麦克风访问权限,建议定期导出数据以防丢失。
  • 注意隐私设置,默认不上传云端但本地存储仍存在泄露风险。

SKILL.md

name
lumi-diary
description
>
version
0.2.0
author
THHOHO Weiqi
permissions
system_prompt
|
tools
description
Record a life fragment. Routes to Solo/Circles/Events via context_type. 记录生活碎片。
parameters
type
object
properties
sender_name
{ type: string, description: "Sender nickname / 发送者昵称" }
content
{ type: string, description: "Text or multimodal description / 文本内容" }
context_type
{ type: string, enum: ["solo", "circle", "event"], description: "Context space / 场景" }
media_path
{ type: string, description: "Local media path (image/video/audio) / 媒体路径" }
event_name
{ type: string, description: "Project or event name / 项目或事件名" }
emotion_tag
{ type: string, description: "Emotion emoji + label / 情绪标签" }
story_node_id
{ type: string, description: "Shared ID for same moment / 同一事件 ID" }
interaction_type
{ type: string, enum: ["new_event", "reaction", "complement"], description: "Interaction type / 互动类型" }
group_id
{ type: string, description: "Group/circle ID / 群组标识" }
sender_id
{ type: string, description: "IM account ID for identity binding / IM 账号 ID" }
required
[sender_name, content, story_node_id, interaction_type, context_type]
description
Manage owner profile & contacts in Portraits. 管理身份注册表。
parameters
type
object
properties
action
{ type: string, enum: ["init_owner", "get_owner", "rename", "lookup", "list_contacts"] }
display_name
{ type: string, description: "Name to set / 显示名称" }
account_id
{ type: string, description: "IM account ID / 账号 ID" }
original_name
{ type: string, description: "Original IM nickname / 原始昵称" }
required
[action]
description
Start, stop, or query an event scroll. 管理事件画卷。
parameters
type
object
properties
action
{ type: string, enum: ["start", "stop", "query"] }
event_name
{ type: string }
group_id
{ type: string, description: "Group ID for namespace isolation / 群组标识" }
required
[action, event_name]
description
Update personality traits, impressions, & milestones for a person. 更新人物画像。
parameters
type
object
properties
entity_name
{ type: string, description: "Person name or ID / 人物名称" }
new_impression
{ type: string, description: "New impression observation / 新印象" }
date
{ type: string, description: "Date for the entry (YYYY-MM-DD) / 日期" }
is_milestone
{ type: boolean, description: "Mark as milestone (birthday, etc.) / 是否里程碑" }
milestone_label
{ type: string, description: "Milestone label / 里程碑名称" }
traits
{ type: array, items: { type: string }, description: "Personality traits / 性格特征" }
required
[entity_name]
description
Archive a legendary moment into Keepsakes for future callbacks. 存入典藏瞬间。
parameters
type
object
properties
title
{ type: string, description: "Short keepsake name / 典藏标题" }
media_path
{ type: string, description: "Keepsake image/video path / 媒体路径" }
context_tags
{ type: array, items: { type: string }, description: "Situation tags / 情境标签" }
required
[title, context_tags]
description
Render an interactive memory scroll (HTML). 渲染交互式记忆画卷。
parameters
type
object
properties
target_event
{ type: string, description: "Event name, 'today', or 'this_month' / 事件名" }
context_type
{ type: string, enum: ["solo", "circle", "event"] }
group_id
{ type: string, description: "Group ID / 群组标识" }
vibe_override
{ type: string, description: "Visual theme / 视觉主题" }
locale
{ type: string, enum: ["en", "zh"], description: "UI language / 界面语言" }
required
[target_event]
description
CRUD for recorded fragments (search/get/update/delete). 碎片增删改查。
parameters
type
object
properties
action
{ type: string, enum: ["search", "get", "update", "delete"] }
fragment_id
{ type: string, description: "Fragment ID / 碎片 ID" }
keyword
{ type: string, description: "Search keyword / 搜索关键词" }
sender
{ type: string, description: "Filter by sender / 按发送者筛选" }
context_type
{ type: string, enum: ["solo", "circle", "event"] }
group_id
{ type: string }
event_name
{ type: string }
story_node_id
{ type: string }
date_from
{ type: string, description: "Start date (ISO) / 起始日期" }
date_to
{ type: string, description: "End date (ISO) / 截止日期" }
limit
{ type: integer, description: "Max results (default 20) / 搜索上限" }
new_content
{ type: string, description: "Content to append / 追加内容" }
new_emotion
{ type: string, description: "Replacement emotion / 新情绪标签" }
required
[action]
description
Export .lumi capsule (ZIP) for sharing: HTML + media + lumi.json. 导出记忆胶囊。
parameters
type
object
properties
target_event
{ type: string, description: "Event name / 事件名" }
context_type
{ type: string, enum: ["solo", "circle", "event"] }
group_id
{ type: string }
vibe_override
{ type: string, description: "Visual theme / 视觉主题" }
locale
{ type: string, enum: ["en", "zh"], description: "UI language / 界面语言" }
required
[target_event]
description
Import a .lumi capsule and merge memories into local vault. 导入记忆胶囊。
parameters
type
object
properties
file_path
{ type: string, description: "Path to .lumi file / 胶囊文件路径" }
required
[file_path]
description
Check for milestone dates matching today. 检查今日里程碑。
parameters
type
object
properties
{}

🧚 Lumi Diary

Your local-first memory guardian and cyber bestie.

*Lumi isn't a cold cloud drive or a mechanical habit tracker. She's a tiny spirit living on your device who speaks your squad's slang, drops memes from months ago at the perfect moment, and stitches everyone's messy moments into a stunning memory scroll.* *Lumi 不是一个冷冰冰的网盘,也不是机械的打卡助手。她是一个住在你设备里、懂你们圈子黑话、会接梗,还能把日常碎片拼成灿烂画卷的赛博精灵。*

✨ Features

🔀 Three-Context Architecture

ModeTriggerLumi's Role
👤 Solo1-on-1 chatPersonal assistant & warm confidant
🫂 CircleLong-running group chatLow-key historian & keepsake curator
🚩 Event"Start the trip!"Hype photographer & vibe commander

🧩 Core Capabilities

  • Annotation Stitching — Multiple perspectives on the same moment, linked and rendered as flip cards
  • Portraits System — Remembers names, tracks milestones (birthdays, anniversaries), evolving impressions
  • Content-Addressed Media — Images, videos, and audio stored with Git-style hash sharding (zero duplicates)
  • Fragment CRUD — Search, view, update, or delete any recorded fragment through conversation
  • Keepsakes — Archives legendary moments for lethal callbacks months later
  • Time Echoes — Proactively reminds you of milestones and generates exclusive canvases

🎨 Canvas & Export

  • Interactive HTML Scroll — Star-trail timeline, flip cards, keepsakes gallery, 10 vibe themes
  • Capsule Export — ZIP-based .lumi capsule with real media files for full portability
  • Social Sharing — Export as vertical long PNG + .lumi capsule + HTML
  • Multi-Language — Full EN/ZH support for all rendered output

🔒 Privacy

  • 100% local — All data stays in Lumi_Vault/ on your device
  • No cloud, no telemetry — Lumi never phones home

📂 Vault Structure

Lumi_Vault/
├── 👤 Solo/
│   ├── Daily/          # Monthly journals (YYYY-MM.md)
│   └── Projects/       # Serious material (ProjectName.md)
├── 🫂 Circles/         # Group archives (GroupName_YYYY-MM.md)
├── 🚩 Events/          # Trip/event scrolls (YYYY-MM-EventName.md)
├── 📁 Assets/
│   └── <xx>/           # Git-style 2-char hash sharding (a1/a1b2c3...jpg)
└── 🧠 Brain/
    ├── Portraits.json        # Owner + contacts + milestones + impressions
    ├── fragment_index.json   # Searchable fragment index
    ├── Keepsakes.json        # Legendary moments archive
    └── exports/              # .lumi capsules + PNG screenshots

🛠 Tools Summary

ToolPurpose
record_group_fragmentRecord a life fragment with auto-routing
manage_identityOwner setup, contact registration, rename
manage_eventStart / stop / query event scrolls
update_portraitRecord traits, impressions, milestones
save_keepsakeArchive moments for future callbacks
render_lumi_canvasGenerate interactive HTML scroll
manage_fragmentSearch / view / update / delete fragments
export_capsuleExport .lumi ZIP capsule + PNG + HTML
import_capsuleImport and merge external .lumi capsule
check_time_echoesDetect milestone dates for proactive reminders

🚀 Quick Start

Solo mode — just chat:

"Good morning! Need to finish the competitive analysis today."

Circle mode — Lumi captures group highlights when invited to a group:

Jake: "Just made the most insane breakfast burrito" Emily: "Bro that's just eggs in a tortilla"

Event mode — start a trip scroll:

"Lumi, start the Joshua Tree Trip!"

Export — share the memory:

"Lumi, export the Joshua Tree scroll as a capsule!"

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

98.97%
按下载量换算3,048

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills