granola-skill
Description
A Claude Code plugin for accessing Granola meeting notes, transcripts, and summaries.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
granola-skill
A Claude Code plugin for accessing Granola meeting notes, transcripts, and summaries.
Features
- List meetings - View recent meetings with participants and dates
- Show meeting details - See full notes and transcripts
- Search meetings - Find meetings by title, content, or participant
- Export to markdown - Create markdown files with YAML frontmatter
Installation
Via Focus Marketplace (Recommended)
# Add the Focus marketplace (if not already added)
/plugin marketplace add The-Focus-AI/claude-marketplace
# Install the plugin
/plugin install granola-skill@focus-marketplace
Then restart Claude Code.
Manual Installation
# Clone the repo
git clone https://github.com/The-Focus-AI/granola-skill.git
# Install dependencies
cd granola-skill
pnpm install
# Build
pnpm run build
# Install as Claude Code plugin
claude /plugin install ./
Requirements
- macOS with Granola desktop app installed
- Node.js 18+
- Claude Code
Usage
Once installed, the skill activates automatically when you mention:
- "meeting notes"
- "what did we discuss"
- "find meeting"
- "meeting transcript"
- "recent meetings"
CLI Commands
# List recent meetings
./bin/granola.js list --days 7
# Show meeting with transcript
./bin/granola.js show --transcript
# Search meetings
./bin/granola.js search "product review"
# Export to markdown
./bin/granola.js export --output ./meetings
How It Works
This skill reads Granola's local cache file (`~/Library/Application Support/Granola/cache-v3.json`) directly. No API keys or authentication required.
The cache uses a double-JSON structure - the outer JSON contains a `cache` key whose value is a JSON string that must be parsed separately.
License
MIT
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11