/install archive-daily-note
Archive Daily Note Skill
Automatically moves yesterday's Obsidian daily note into a past-days/ archive folder.
What It Does
Runs daily (e.g., at 12:05 AM) to move the previous day's note from the vault root into past-days/. Uses obsidian move to preserve wiki-links.
Cron Setup
Schedule as an isolated cron job running shortly after midnight:
Schedule: 5 0 * * * (daily at 00:05)
Target: isolated
Prompt:
Move yesterday's Obsidian daily note into the past-days/ folder.
The note is at the vault root named like 'MM-DD-YYYY DayOfWeek.md'.
Use `obsidian move` so links stay updated.
If it's already in past-days or doesn't exist, skip silently.
Requirements
- Obsidian CLI (
obsidian movecommand) - Daily notes named in
MM-DD-YYYY DayOfWeek.mdformat - A
past-days/folder in the vault
Behavior
- Idempotent: Safe to run multiple times; skips if already archived or missing
- Link-safe: Uses Obsidian's move command to update all internal links
- Silent: No output on skip — only reports if something goes wrong
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install archive-daily-note - 安装完成后,直接呼叫该 Skill 的名称或使用
/archive-daily-note触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Archive Daily Note 是什么?
Automatically moves yesterday's Obsidian daily note into a past-days/ archive folder using the Obsidian CLI move command to preserve wiki-links. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 179 次。
如何安装 Archive Daily Note?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install archive-daily-note」即可一键安装,无需额外配置。
Archive Daily Note 是免费的吗?
是的,Archive Daily Note 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Archive Daily Note 支持哪些平台?
Archive Daily Note 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Archive Daily Note?
由 Mei Park(@meimakes)开发并维护,当前版本 v1.1.0。