Loading...
Loading...
Access and process Granola meeting notes and transcripts via the granola CLI (MCP-backed). Use when pulling meeting data, analyzing transcripts, backfilling meetings, or any task involving Granola meeting content.
npx skill4agent add joelhooks/joelclaw granolagranolamcporter~/.local/bin/granola~/Code/joelhooks/granola-cli~/.config/granola-cli/mcporter.jsongranola meetings [--range this_week|last_week|last_30_days|custom] [--start YYYY-MM-DD] [--end YYYY-MM-DD]granola meeting <meeting-id>granola meeting <meeting-id> --transcriptgranola search "<query>"granola --help"connected": truenext_actions{
"ok": true,
"command": "granola meetings",
"result": { ... },
"next_actions": [
{ "command": "granola meeting <id>", "description": "Get details" }
]
}EPERMget_meeting_transcriptquery_granola_meetingslist_meetingsget_meetingsget_meeting_transcriptcurl -X POST "http://localhost:8288/e/$EVENT_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "meeting/noted",
"data": {
"meeting_id": "<id>",
"title": "<title>",
"date": "<YYYY-MM-DD>",
"source": "granola",
"participants": ["Person A", "Person B"]
}
}'check/granola-meetingsgranola-check-cron7 * * * *granola-backfill~/Code/joelhooks/granola-clipackages/system-bus/src/inngest/functions/check-granola.tspackages/system-bus/src/inngest/functions/meeting-analyze.tspackages/system-bus/src/inngest/functions/meeting-transcript-index.ts