/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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install archive-daily-note - After installation, invoke the skill by name or use
/archive-daily-note - Provide required inputs per the skill's parameter spec and get structured output
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 179 downloads so far.
How do I install Archive Daily Note?
Run "/install archive-daily-note" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Archive Daily Note free?
Yes, Archive Daily Note is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Archive Daily Note support?
Archive Daily Note is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Archive Daily Note?
It is built and maintained by Mei Park (@meimakes); the current version is v1.1.0.