cerebro-granola-archiver

Archive Granola meeting summaries, notes, and transcripts into an Obsidian vault.

Updated May 30, 2026
One-click install
npx skills add https://github.com/rhortal/cerebro-skills --skill cerebro-granola-archiver
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cerebro-granola-archiver
Source: https://github.com/rhortal/cerebro-skills/tree/main/cerebro-granola-archiver
Command: npx skills add https://github.com/rhortal/cerebro-skills --skill cerebro-granola-archiver

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Archives Granola meeting summaries and transcripts into Obsidian vault as a permanent backup, preventing data loss.

Core Features & Use Cases

  • Archives Granola summaries, notes, and transcripts to the vault for long-term preservation.
  • Transcripts are sourced from the local Granola cache via the shell script — never pass through Claude's context.
  • No subagents; batch gap-analysis and controlled archival workflow.

Quick Start

Run a gap analysis for your target date range, fetch the missing meetings in batches, create vault files, and append transcripts with the granola-append-transcript.sh script.

Frequently Asked Questions about cerebro-granola-archiver

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I back up Granola meeting transcripts to Obsidian vault?

Back up Granola meeting transcripts to an Obsidian vault by running a gap analysis for your target date range, fetching missing meetings in batches, creating vault files, and appending transcripts using the local shell script.

Does archiving Granola notes send transcript data through Claude's context?

No, archiving Granola notes does not send transcript data through Claude's context. Transcripts are sourced directly from the local Granola cache via the shell script to maintain token efficiency.

Can I archive Granola meeting summaries for a specific weekly range?

Yes, you can archive Granola meeting summaries for a specific weekly range. The archival workflow supports custom date ranges, allowing targeted gap analysis and batch retrieval of missing meeting data.

What is the best way to automate meeting data preservation from Granola?

The best way to automate meeting data preservation from Granola is using batched processing with local scripts. This approach runs gap analysis without subagents, retrieves missing summaries, and writes them directly to your vault.

Do I need subagents to retrieve Granola metadata and notes?

No, you do not need subagents to retrieve Granola metadata and notes. The Skill satisfies token-efficiency rules by using batched processing and local scripts instead of subagents for the entire archival workflow.

Why does my Granola vault backup skip certain meeting transcripts?

Your Granola vault backup may skip certain meeting transcripts if gap analysis has not been run for that specific date range. Run a gap analysis first to identify and fetch missing meetings in batches before appending transcripts.