agentsclimarketplace

Journal

Skill thoreinstein/obsidian-rag/skills/journal

A Claude Code plugin for interfacing with an Obsidian vault with local first RAG capabilities

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

  • 3 stars3 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.

What its author says it does

Copied from the file, not written here

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.

SKILL.md

1.1 KB, 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

Keep looking

Skills are one crate of 328,083. 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.