obsidian-daily-note

obsidian-daily-note is a skill for Codex from jqaisystems/jqai-ai-skills. It costs 79 tokens per session (634 once invoked), scanned A, original, MIT.

A terminal tool for adding entries to today's note in an Obsidian vault. Obsidian is a note-taking app that stores linked Markdown files; this tool finds the correct dated file and preserves its existing content.

In plain words
What is it for?
Use it to log thoughts, reminders, or work updates in today's daily note, creating the note and its date heading when needed.
Why use it?
It removes the need to find the vault, note folder, date format, and today's file by hand. It also avoids accidentally replacing notes or writing to an unknown folder.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to log thoughts, reminders, or work updates in today's daily note, creating the note and its date heading when needed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jqaisystems/jqai-ai-skills/obsidian-daily-note
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add jqaisystems/jqai-ai-skills --skill obsidian-daily-note
Clone the repo
git clone --depth 1 https://github.com/jqaisystems/jqai-ai-skills

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for obsidian-daily-note

README.md
[![agentmods](https://agentmods.dev/badge/skills/jqaisystems/jqai-ai-skills/obsidian-daily-note/github.svg)](https://agentmods.dev/skills/jqaisystems/jqai-ai-skills/obsidian-daily-note)
Your own site
<a href="https://agentmods.dev/skills/jqaisystems/jqai-ai-skills/obsidian-daily-note"><img src="https://agentmods.dev/badge/skills/jqaisystems/jqai-ai-skills/obsidian-daily-note/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for obsidian-daily-note

Your own site · 80×15
<a href="https://agentmods.dev/skills/jqaisystems/jqai-ai-skills/obsidian-daily-note"><img src="https://agentmods.dev/badge/skills/jqaisystems/jqai-ai-skills/obsidian-daily-note.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 79 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 634 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00079 $0.00634
Opus 5 $0.00039 $0.00317
Sonnet 5 $0.00016 $0.00127
Haiku 4.5 $0.00008 $0.00063

Measured 12d ago against content hash 8bce361dd6d4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

obsidian-daily-note scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/obsidian-daily-note/SKILL.md · 62 lines

How it starts

The opening of the file, as written. The whole thing — 62 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Obsidian Daily Note

Append a thought, log entry, or reminder to today's daily note in an Obsidian vault without leaving the terminal. The note is created if it does not exist, and existing content is never overwritten.

Step 0: Find the vault (once)

Resolve the configuration in this order:

  1. A daily-note.config.md file in the current project or its parents, with:
VAULT_PATH      Absolute path to the Obsidian vault root
NOTES_FOLDER    Folder for daily notes relative to the vault, e.g. "Daily" or "_Notes"
DATE_FORMAT     File name date format, default YYYY-MM-DD
  1. If no config file exists: check whether the current directory (or a parent) contains a .obsidian folder. If so, that is the vault; read .obsidian/daily-notes.json for the folder and format if present.
  2. Otherwise ask the user for vault path and notes folder, then offer to save the answers to daily-note.config.md for next time.

Never guess a vault path. Writing notes into the wrong directory is worse than asking once.

Step 1: Build the file path

  1. Get today's date from the current-date context (never from training data).
  2. Build the path: VAULT_PATH/NOTES_FOLDER/<date in DATE_FORMAT>.md

Step 2: Write

  • If the file does not exist: create it with a # <date> heading, then the new section.
  • If the file already exists: read it first, then append the new section at the end. Never overwrite or reorder existing content.

Section format:

## <section title>

<the user's text>

Title rules:

  • If the user separates a title from the body (for example with a |), use their title.
  • If the text starts with an obvious label ("Meeting with X:", "Reminder:"), use that.
  • Otherwise use Note.

Keep the user's text as written. Light cleanup (trim whitespace, fix an obvious typo the user flags) is fine; rewriting their words is not.

Step 3: Confirm

Report what was written and the full file path, and whether the note was created or appended to.

Rules

Read the full file on GitHub · 62 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 62 lines · 79 tokens per session scan A 8bce361dd6d4

Subscribe to this mod's changes

obsidian-daily-note is a skill published in the GitHub repository jqaisystems/jqai-ai-skills (3 stars, last pushed 1mo ago), licensed MIT. It adds 79 tokens to every session and 634 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories