feat: Add Granola meeting notes skill#68
feat: Add Granola meeting notes skill#68idonotwritecode2342 wants to merge 3 commits intozocomputer:mainfrom
Conversation
Adds a Community skill for accessing Granola meeting notes via the native Granola MCP server (OAuth, no API key required), with a REST API fallback for Business/Enterprise users. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Adds a new Community skill for integrating Granola meeting notes into Zo via Granola’s hosted MCP server, plus UI display metadata.
Changes:
- Added
Community/granola/SKILL.mdwith setup instructions, available tools, examples, and a REST API fallback. - Added
Community/granola/DISPLAY.jsonwith icon/tags/integration metadata for UI rendering.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| Community/granola/SKILL.md | Documents the Granola MCP server integration, authentication flow, tool list, and REST fallback usage. |
| Community/granola/DISPLAY.json | Declares presentation metadata (spec version, icon, tags, integrations) for the skill registry UI. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
idonotwritecode2342
left a comment
There was a problem hiding this comment.
Fixed — split the setup into two numbered steps so the bash block only contains the actual command, and authentication instructions are clearly separate prose. Thanks!
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
idonotwritecode2342
left a comment
There was a problem hiding this comment.
Addressed both comments:
- Removed the duplicate intro line ("Run these commands once...") — only one intro sentence remains.
- Added a secure storage instruction for
GRANOLA_API_KEYpointing to Settings → Developers, with a note to never paste the raw key into chat or commit it.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| Once connected, the following MCP tools are available: | ||
|
|
||
| | Tool | Description | | ||
| |------|-------------| | ||
| | `query_granola_meetings` | Chat with your notes — ask questions, extract action items, get insights | |
There was a problem hiding this comment.
The Markdown table under “Available Tools” uses || at the start of each row, which isn’t valid GitHub-flavored Markdown table syntax and won’t render as a table. Switch to standard | ... | row prefixes (including the header and separator rows).
Summary
Community/granola/SKILL.md— skill for accessing Granola meeting notes via the native Granola MCP server (https://mcp.granola.ai/mcp)Community/granola/DISPLAY.json— icon, tags, and integration metadatabun validatepasses with no new warningsTest plan
claude mcp add granola --transport http https://mcp.granola.ai/mcp/mcp→ granola → Authenticate🤖 Generated with Claude Code