obsidian-granola

obsidian-granola is a skill for Claude Code from nweii/agent-stuff. It costs 60 tokens per session (2,265 once invoked), scanned A, original, MIT.

A workflow for copying meeting notes and transcripts from Granola into an Obsidian vault. Granola records and summarizes meetings, while Obsidian stores notes in a local knowledge base.

In plain words
What is it for?
Use it when importing a recent or specified Granola meeting into Obsidian, including its summary, action items, private notes, and transcript when available.
Why use it?
It defines how to identify the right meeting, retrieve available information, and decide whether to update an existing note or create new notes.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: model in frontmatter.

Good fit Use it when importing a recent or specified Granola meeting into Obsidian, including its summary, action items, private notes, and transcript when available.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nweii/agent-stuff/obsidian-granola
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 nweii/agent-stuff --skill obsidian-granola
Clone the repo
git clone --depth 1 https://github.com/nweii/agent-stuff

Made for: Claude Code.

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-granola

README.md
[![agentmods](https://agentmods.dev/badge/skills/nweii/agent-stuff/obsidian-granola/github.svg)](https://agentmods.dev/skills/nweii/agent-stuff/obsidian-granola)
Your own site
<a href="https://agentmods.dev/skills/nweii/agent-stuff/obsidian-granola"><img src="https://agentmods.dev/badge/skills/nweii/agent-stuff/obsidian-granola/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-granola

Your own site · 80×15
<a href="https://agentmods.dev/skills/nweii/agent-stuff/obsidian-granola"><img src="https://agentmods.dev/badge/skills/nweii/agent-stuff/obsidian-granola.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,265 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.00060 $0.02265
Opus 5 $0.00030 $0.01132
Sonnet 5 $0.00012 $0.00453
Haiku 4.5 $0.00006 $0.00227

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

Security

Grade A, and why

obsidian-granola 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 9d 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-granola/SKILL.md · 151 lines

How it starts

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

This skill helps the user extract meeting data from Granola (via the Granola MCP) and turn it into properly formatted Obsidian notes in their vault.

1. Capture Intent & Context

First, determine which meeting the user wants to sync.

  • If they say "my last meeting", you will need to list recent meetings to find it.
  • If they specify a person or topic, search or list recent meetings to identify the correct one.
  • If the user says they already have an existing prepared note for this meeting in Obsidian, append the Granola contents to their existing note, and create a separate transcript note.
  • Otherwise, you will generate a new title and create both the meeting note and transcript note from scratch.

2. Fetch Granola Data

Use the Granola MCP tools:

  1. mcp_granola_list_meetings to find the meeting ID if you don't already have it.
  2. mcp_granola_get_meetings to get the AI-generated summary, action items, and private notes.
  3. mcp_granola_get_meeting_transcript to get the verbatim raw transcript (NOTE: This tool may require a paid Granola tier, and may not be exposed at all in some environments. If the call fails or the tool is unavailable, continue the workflow and still create the transcript note as a staging note so the user can paste the transcript in manually.)

3. Generate the Title (If creating a new note)

Generate a title using the user's specific naming convention: [Meeting / Kickoff / Interview / Review / etc] with [Person] [more concise context if relevant] [YYYY-MM]

Examples:

  • Meeting with Matt 2, 2025-10
  • Intro call with Acme 2026-01
  • Interview - Acme Corp design rol with Grace 2024-05
  • Kickoff with Carol for assistance work 2026-02

Crucial Step: Present the generated title to the user for approval before creating the files. The user may want to tweak it or provide their own.

Destination folder

Meeting notes are no longer filed into a single Talks folder by default. They live alongside the working notes for whatever project or context the meeting belongs to, with the transcript note colocated in the same folder as its meeting note.

Read the full file on GitHub · 151 lines

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. 9d ago First seen · 151 lines · 60 tokens per session scan A b66308691759

Subscribe to this mod's changes

obsidian-granola is a skill published in the GitHub repository nweii/agent-stuff (9 stars, last pushed 20d ago), licensed MIT. It adds 60 tokens to every session and 2,265 once invoked, about $0.0003 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.