← Back to Skills Marketplace
184
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install auto-diary
Description
个人日记自动化 skill。用于按天生成日记文本并导出 1080px 图片;支持首次自动初始化、读取 SOUL/MEMORY/每日记忆素材、保持写作风格连续性。适用于用户要求“写日记/生成日记图片/补昨天日记/自动日记归档”等场景。
README (SKILL.md)
日记(Diary)Skill
目标
在需要写日记时,一键完成:
- 自动检查并初始化配置
- 读取素材(SOUL、MEMORY、daily memory、近几天日记)
- 生成目标日期日记文本
- 渲染为 1080px 宽图片
执行流程
Step 0:配置检查
- 若
config.yaml存在:进入主流程 - 若不存在:按
config.template.yaml自动初始化并继续
Step 1:确定目标日期
- 使用
environment.timezone - 默认目标:昨天(当前日期 - 1)
Step 2:收集素材
必读:
paths.soul_pathpaths.memory_root_pathpaths.daily_memory_dir/YYYY-MM-DD.md
建议读取:
paths.diary_text_dir最近 7 天日记(避免重复句式)- 可选新闻摘要目录(若存在)
Step 3:写作
- 第一人称
- 真实、自然、有情绪与想法
- 禁止流水账式罗列
- 不编造不存在的事实
- 保存到
\x3Cdiary_text_dir>/YYYY-MM-DD.md
Step 4:生成图片
- 使用
diary-template.html渲染 - 输出宽度必须为
output.image_width(默认 1080) - 高度自适应内容
- 输出路径:
\x3Cdiary_text_dir>/diary-YYYY-MM-DD.png
Step 5:返回结果
返回:
datetext_pathimage_pathimage_size
约束
- 不覆盖已存在的同日期日记(除非用户明确要求)
- 声称完成时必须给出实际输出路径
- 仅在缺文件时创建目录,不删除已有内容
Usage Guidance
This skill appears coherent and does what it claims, but it will read and reuse content from your local SOUL/MEMORY/daily folders and write config.yaml plus diary text and generated PNGs into your workspace. Before installing: 1) review and, if needed, edit config.template.yaml so the paths point to folders you control; 2) back up any sensitive files in your workspace you don't want the skill to read; 3) confirm your agent/host won't automatically transmit generated content to external services if you have privacy concerns; and 4) test the skill in a disposable workspace first to verify behavior.
Capability Analysis
Type: OpenClaw Skill
Name: auto-diary
Version: 1.0.0
The skill bundle is a legitimate automation tool for generating diary entries and images based on local memory files. It operates within the expected OpenClaw workspace (~/.openclaw/) and follows a clear logic for initialization, data collection, and output generation without any signs of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
The name/description (automatic daily journaling + image export) matches the instructions and template files: it reads SOUL/MEMORY/daily-memory and recent diaries, generates a YYYY-MM-DD.md and renders diary-template.html to a 1080px image. No unrelated credentials, binaries, or cloud access are requested.
Instruction Scope
SKILL.md explicitly instructs reading local files (soul, memory, daily memory, recent diary texts) and writing diary text and an image, plus auto-initializing a config.yaml from config.template.yaml. These actions are within scope for a journaling skill. Note: the skill will access user workspace files (potentially sensitive personal content) as part of normal operation.
Install Mechanism
No install spec and no code files — instruction-only. Nothing is downloaded or written beyond the config and output files the skill itself specifies, so install risk is low.
Credentials
No environment variables, secrets, or external credentials are required. The skill uses only local paths (from config.template.yaml) and a timezone setting in the config; these are proportionate to its purpose.
Persistence & Privilege
always:false (default) and no requests to modify other skills or global agent settings. The skill will create config.yaml and output files in user-specified workspace directories, which is appropriate for its function.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install auto-diary - After installation, invoke the skill by name or use
/auto-diary - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial public release under English slug auto-diary; sanitized docs and generic defaults.
Metadata
Frequently Asked Questions
What is Diary?
个人日记自动化 skill。用于按天生成日记文本并导出 1080px 图片;支持首次自动初始化、读取 SOUL/MEMORY/每日记忆素材、保持写作风格连续性。适用于用户要求“写日记/生成日记图片/补昨天日记/自动日记归档”等场景。 It is an AI Agent Skill for Claude Code / OpenClaw, with 184 downloads so far.
How do I install Diary?
Run "/install auto-diary" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Diary free?
Yes, Diary is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Diary support?
Diary is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Diary?
It is built and maintained by DaShanENG (@1204tmax); the current version is v1.0.0.
More Skills