📝
AutomationTypst

Granola

by ArtemXTech

Granola is an Automation skill for Claude Code, published by ArtemXTech in claude-code-obsidian-starter.

224 stars46 forkson ArtemXTech/claude-code-obsidian-starterAdded 2026/09/03Repository updated 2026/01/23
aiautomationclaude-codeobsidianproductivity
Install in seconds
Install Granola
Copy Granola into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/ArtemXTech/claude-code-obsidian-starter/tree/main/.claude/skills/granola ~/.claude/skills/granola

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/ArtemXTech/claude-code-obsidian-starter.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/granola/SKILL.md in ArtemXTech/claude-code-obsidian-starter
Installs to
~/.claude/skills/granola
Collection
One of 5 skills cataloged from this repository
Category
Automation1754 skills

What Granola does

Granola queries local Granola meeting data and syncs transcripts and notes into an Obsidian vault. Use it when you need to list, inspect, or import meeting notes from Granola cache files.

Granola is cataloged under Automation on DirSkills. Granola comes from a repository tagged ai, automation, claude-code, obsidian and productivity.

Documentation

README

Granola Skill

Query and sync Granola AI meeting notes to Obsidian vault.

How It Works

Granola stores everything locally at ~/Library/Application Support/Granola/cache-v3.json:

  • Documents (meetings with title, notes, people)
  • Transcripts (real-time, with timestamps and source)
  • Updates in real-time as you record

No API calls needed - reads directly from local cache.

Quick Start

# List all meetings
python3 .claude/skills/granola/scripts/granola.py list

# Get specific meeting with transcript
python3 .claude/skills/granola/scripts/granola.py get <id>

# Sync new meetings to vault
python3 .claude/skills/granola/scripts/granola.py sync

# Sync specific meeting
python3 .claude/skills/granola/scripts/granola.py sync --id <id>

Commands

list

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Granola

  • What else does ArtemXTech publish alongside Granola?

    Granola is one of 5 skills that DirSkills catalogs from ArtemXTech/claude-code-obsidian-starter, the repository it ships in. Its siblings there include Client Management, Query and Review. Each one is a separate skill with its own page in this directory, installs the same way Granola does, and is maintained by ArtemXTech in that same repository. The rest of the collection is listed on the ArtemXTech/claude-code-obsidian-starter page.

  • How does Granola compare to other Automation skills?

    Granola ranks #1602 by stars among the 1754 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Granola against them. Open each page to compare what they document and how they install.