← 返回 Skills 市场
meimakes

Archive Daily Note

作者 Mei Park · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
179
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install 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.
使用说明 (SKILL.md)

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
安全使用建议
This skill appears coherent and limited in scope, but review these practical points before installing: - Confirm you have a trusted `obsidian` CLI installed and that it behaves as expected on your system. - Decide and specify where the vault lives or ensure the cron job runs with the vault as the working directory; the SKILL.md does not define the vault path or flags. - Test the exact `obsidian move` command interactively (or run in dry-run mode if available) to verify it moves files and updates links correctly. - Because the instructions are vague about timezone/filename computation, validate that the date-format and cron timezone match your system to avoid moving the wrong file. - Back up your vault (or test in a sample vault) before enabling nightly automation — `obsidian move` modifies files across the vault and mistakes can be disruptive. If you want stronger safety, require the skill to log the exact command it will run (or run a no-op/dry-run first) and to run only in a confined environment that points explicitly at your vault path.
功能分析
Type: OpenClaw Skill Name: archive-daily-note Version: 1.1.0 The skill is designed to automate the archiving of Obsidian daily notes using the 'obsidian move' CLI command. Analysis of SKILL.md and README.md shows no evidence of malicious intent, data exfiltration, or prompt injection; the instructions are limited to file management within a specific vault structure.
能力评估
Purpose & Capability
Name/description match the declared requirement (the obsidian binary). Moving notes with `obsidian move` reasonably requires the obsidian CLI and nothing else; no unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md stays within scope (find yesterday's file and run `obsidian move`). It is somewhat vague about runtime details: it doesn't specify the vault path or exact command-line flags, how the agent should compute the filename pattern/timezone, or whether to run in a particular working directory. That vagueness could cause unintended filesystem commands or failed runs if the vault location/working directory is not set explicitly. No instructions ask the agent to read unrelated files or exfiltrate data.
Install Mechanism
Instruction-only skill with no install spec and no downloads — lowest-risk install posture. It relies on a preinstalled `obsidian` binary, which is appropriate for the described task.
Credentials
No environment variables, credentials, or config paths are requested. Requiring only the `obsidian` binary is proportionate to the task.
Persistence & Privilege
always:false and no special system-wide changes are requested. The skill is intended to run as a scheduled job (cron) and does not demand permanent agent inclusion or modification of other skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install archive-daily-note
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /archive-daily-note 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Republish to fix broken ClawHub listing
v1.0.0
Initial release: auto-archive yesterday's Obsidian daily note
元数据
Slug archive-daily-note
版本 1.1.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 2
常见问题

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。

💬 留言讨论