From granola-pack
Guides first Granola meeting capture: live notepad notes during calls, AI-enhanced structured output via templates, and chat queries. Tests setup and workflow.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin granola-packThis skill is limited to using the following tools:
Capture your first meeting with Granola and learn the three-phase workflow: live notepad, Enhance Notes, and Granola Chat. Granola captures audio from your device (no bot joins), transcribes it, and merges your typed notes with the full transcript to produce structured output.
Configures Granola templates and recipes for structured meeting notes in 1:1s, standups, discovery calls, sprint planning, and custom workflows.
Queries and syncs Granola AI meeting notes and transcripts from local cache to Obsidian vault as Markdown files. Supports list, get, sync commands via Python CLI.
Syncs Granola meeting transcripts, summaries, and notes to local disk from macOS app auth. Enables bash searches by title, content, date, or attendees.
Share bugs, ideas, or general feedback.
Capture your first meeting with Granola and learn the three-phase workflow: live notepad, Enhance Notes, and Granola Chat. Granola captures audio from your device (no bot joins), transcribes it, and merges your typed notes with the full transcript to produce structured output.
granola-install-auth setupDuring the meeting, type rough notes directly in the Granola notepad:
- discussed Q1 priorities
- sarah owns onboarding revamp
- need design review by thursday
- budget question - follow up with finance
These notes give Granola context. The AI uses your notes plus the full transcript to produce better output — you do not need to capture everything.
Granola produces structured notes based on your template:
# Team Standup — March 22, 2026
## Summary
Discussed Q1 priorities. Agreed to focus on customer onboarding
improvements. Sarah will lead the initiative with a design review
by Thursday.
## Key Decisions
- Onboarding revamp is the top priority for Q1
- Budget approval needed from Finance before expanding scope
## Action Items
- [ ] @sarah: Schedule design review meeting by Thursday
- [ ] @mike: Create onboarding improvement tickets in Linear
- [ ] @alex: Follow up with Finance on budget allocation
## Participants
Sarah Chen, Mike Johnson, Alex Kim
After enhancement, use the chat panel to ask questions about the meeting:
Granola Chat has full context of the transcript and your notes.
Type / in Granola Chat to invoke Recipes — saved prompts for common tasks:
/standup — extract blockers and progress updates/follow-up — draft a follow-up email/action-items — list all action items with owners| Error | Cause | Fix |
|---|---|---|
| No transcript generated | Wrong audio device selected | Check System Settings > Sound > Input matches your meeting audio |
| Meeting not detected | Calendar event missing video link | Add Zoom/Meet/Teams link to event, or manually start recording |
| Processing stuck > 5 min | Connectivity issue | Check internet, restart Granola (right-click icon > Restart) |
| Empty enhanced notes | Meeting < 2 minutes | Granola needs sufficient audio for meaningful enhancement |
| Poor transcription | Background noise or crosstalk | Use headset, mute when not speaking |
After your first meeting, check the People and Companies views in the sidebar. Granola automatically:
Proceed to granola-core-workflow-a for meeting template setup and preparation workflows.