From granola
Access Granola meeting notes, transcripts, and AI summaries via the granola CLI. Use when the user asks about their meetings, meeting notes, transcripts, action items, decisions, or anything referencing Granola.
How this skill is triggered — by the user, by Claude, or both
Slash command
/granola:granolaThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
`granola` talks to Granola's official MCP server (OAuth). Check availability first:
granola talks to Granola's official MCP server (OAuth). Check availability first:
granola whoami
command not found → install: cargo install --git https://github.com/random1st/granola-cli or download a binary from https://github.com/random1st/granola-cli/releasesnot logged in → ask the user to run granola login in their own terminal (it opens a browser for OAuth; do not run it yourself in a non-interactive context)granola meetings [--range this_week|last_week|last_30_days] [--folder <id>] # list meetings (id, title, date, participants)
granola get <meeting_id>... # AI summary, private notes, attendees
granola transcript <meeting_id> # full verbatim transcript (can be long — pipe through head/grep)
granola query "<question>" # natural-language Q&A across meetings, returns answer with citation links
granola folders # folder ids for --folder filtering
granola tools [--json] # list raw MCP tools (--json includes schemas)
granola call <tool> --json '<args>' # raw MCP tool call
granola query — it searches and cites; preserve its citation links in your answer.granola meetings, then granola get for details.granola transcript.granola call list_meetings --json '{"time_range":"custom","custom_start":"2026-06-01","custom_end":"2026-06-10"}'.Output is JSON or XML-ish text from the server — parse, don't dump raw output to the user.
Provides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.
npx claudepluginhub random1st/granola-cli --plugin granola