Skip to content

feat: Add Granola meeting notes skill#68

Open
idonotwritecode2342 wants to merge 3 commits intozocomputer:mainfrom
idonotwritecode2342:community/granola
Open

feat: Add Granola meeting notes skill#68
idonotwritecode2342 wants to merge 3 commits intozocomputer:mainfrom
idonotwritecode2342:community/granola

Conversation

@idonotwritecode2342
Copy link
Copy Markdown

Summary

  • Adds Community/granola/SKILL.md — skill for accessing Granola meeting notes via the native Granola MCP server (https://mcp.granola.ai/mcp)
  • Adds Community/granola/DISPLAY.json — icon, tags, and integration metadata
  • Uses browser OAuth (no API key required); includes REST API fallback for Business/Enterprise users
  • bun validate passes with no new warnings

Test plan

  • Install the skill and run claude mcp add granola --transport http https://mcp.granola.ai/mcp
  • Authenticate via /mcp → granola → Authenticate
  • Ask Zo to list or search meeting notes

🤖 Generated with Claude Code

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>
Copilot AI review requested due to automatic review settings April 9, 2026 15:29
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md with setup instructions, available tools, examples, and a REST API fallback.
  • Added Community/granola/DISPLAY.json with 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>
Copy link
Copy Markdown
Author

@idonotwritecode2342 idonotwritecode2342 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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!

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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>
Copy link
Copy Markdown
Author

@idonotwritecode2342 idonotwritecode2342 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addressed both comments:

  1. Removed the duplicate intro line ("Run these commands once...") — only one intro sentence remains.
  2. Added a secure storage instruction for GRANOLA_API_KEY pointing to Settings → Developers, with a note to never paste the raw key into chat or commit it.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment on lines +31 to +35
Once connected, the following MCP tools are available:

| Tool | Description |
|------|-------------|
| `query_granola_meetings` | Chat with your notes — ask questions, extract action items, get insights |
Copy link

Copilot AI Apr 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants