agentsclimarketplace

Journal

Skill thoreinstein/obsidian-rag/skills/journal

Use when the user wants to work with their daily note — view today's entry, add a log, do a daily review, or capture quick thoughts. Covers all daily note workflows.From its SKILL.md

Install
npx -y skills add thoreinstein/obsidian-rag --skill journal

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.1 KB, 226 tokens by cl100k_base, as published. Nobody here has run it

Daily Journal

Work with today's daily note in the Obsidian vault.

Default Action (no arguments)

  1. Call obsidian_get_daily_note to retrieve today's note
  2. Summarize key tasks, events, or entries
  3. Ask if the user wants to add anything

Quick Capture (with arguments)

If the user provides text after /journal, log it:

  1. Call obsidian_append_daily_log with heading "Notes" and the user's text
  2. Confirm what was logged

Common Headings

When logging entries, use these standard headings:

  • Work Log — tasks, progress, accomplishments
  • Notes — general thoughts and observations
  • Ideas — creative ideas and inspirations
  • Meetings — meeting notes and action items

Weekly Review

If the user asks for a "weekly review":

  1. List recent daily notes via obsidian_list_notes (subfolder "Daily Notes")
  2. Read each day's note
  3. Summarize themes, accomplishments, and open items

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.