vaultage-daily

Generate a structured daily review from today's modified Obsidian vault notes.

1|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/chipoto69/claude-skills --skill vaultage-daily
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vaultage-daily
Source: https://github.com/chipoto69/claude-skills/tree/main/vaultage-daily
Command: npx skills add https://github.com/chipoto69/claude-skills --skill vaultage-daily

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-of-day reflection by generating a daily review from today's modified notes in an Obsidian vault.

Core Features & Use Cases

  • Scans today's modified notes to capture activity.
  • Generates a structured Daily Review note under the vault's 06_Metadata/Daily path.
  • Supports ongoing knowledge management workflows by summarizing accomplishments and next steps.

Quick Start

Set VAULTAGE_PATH to your vault location. Example: export VAULTAGE_PATH="$HOME/Documents/Vaultage" Customize to your vault location. Trigger the skill by saying one of the phrases: daily review, end of day review, what did I work on today. The skill outputs the daily review file at $VAULTAGE_PATH/06_Metadata/Daily/YYYY-MM-DD - Daily Review.md.

Frequently Asked Questions about vaultage-daily

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate daily reflections from my Obsidian vault activity?

You can automate daily reflections by scanning today's modified Obsidian notes to generate a structured daily review file. This skill scans your vault path, analyzes progress, and outputs a daily note summarizing your activity.

How do I generate a daily review note from recently modified notes in Obsidian?

To generate a daily review note, the skill scans your Obsidian vault for notes modified today using standard shell tools. It then produces a structured daily note summarizing your accomplishments and next steps.

Do I need to set a specific environment variable to scan my Obsidian vault?

Yes, you need to set the VAULTAGE_PATH environment variable to your Obsidian vault location. This path allows the skill to locate your vault and create the Daily Review file in the correct folder.

Where does the daily review file get saved in my Obsidian vault?

The daily review file is saved directly in your Obsidian vault under the 06_Metadata/Daily folder. It is automatically named using the YYYY-MM-DD - Daily Review.md format for easy chronological organization.

Can I trigger the daily review process using a custom phrase?

Yes, you can trigger the daily review by saying phrases like daily review, end of day review, or what did I work on today. These phrases initiate the vault scan and generate the structured reflection note.

What shell tools does the daily review skill rely on to find modified notes?

The daily review skill relies on standard shell tools like find and grep to scan your Obsidian vault. It uses these tools to locate notes modified today and analyze your vault activity for the reflection.