Jump to related tools in the same category or review the original source on GitHub.

Search & Research @meimakes Updated 6/28/2026 708 downloads 0 stars Security: Pass

Archive Daily Note OpenClaw Plugin & Skill | ClawHub

Looking to integrate Archive Daily Note into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate search & research tasks instantly, without having to write custom tools from scratch.

What this skill does

Automatically moves yesterday's Obsidian daily note into a past-days/ archive folder using the Obsidian CLI move command to preserve wiki-links.

Install

ClawHub CLI
openclaw skills install @meimakes/archive-daily-note
Node.js (npx)
npx clawhub@latest install archive-daily-note

Full SKILL.md

Open original
Metadata table.
namedescription
archive-daily-noteAutomatically moves yesterday's Obsidian daily note into a past-days/ archive folder using the Obsidian CLI move command to preserve wiki-links.

SKILL.md content below is scrollable.

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 move command)
  • Daily notes named in MM-DD-YYYY DayOfWeek.md format
  • 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
ClawHub Registry URL: https://clawhub.ai/meimakes/skills/archive-daily-note

Related skills

If this matches your use case, these are close alternatives in the same category.