From glean-core
Uses Glean's meeting_lookup tool to retrieve decisions, action items, attendees, transcripts from past meetings. For queries like 'what was decided' or 'meeting notes'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/glean-core:meeting-contextThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When users need information from meetings - past discussions, decisions, action items, or transcripts - use Glean's meeting lookup.
When users need information from meetings - past discussions, decisions, action items, or transcripts - use Glean's meeting lookup.
See the glean-tools-guide skill for Glean MCP tool naming conventions. Tools follow the pattern mcp__glean_[server-name]__[tool] where the server name is dynamic. Use whatever Glean server is available in your tool list.
Use this approach when users ask:
Use the Glean meeting_lookup tool with natural language queries.
Important: meeting_lookup works best with natural language queries. Date filter syntax does NOT work reliably.
# By topic and time (natural language)
meeting_lookup "quarterly planning last week"
# With specific participants
meeting_lookup "standup with John Smith"
meeting_lookup "participants:\"John Smith\" topic:\"standup\""
# Get transcript content
meeting_lookup "team sync last week extract_transcript:\"true\""
# Today's meetings
meeting_lookup "my meetings today"
# Past week
meeting_lookup "meetings past week"
Use natural language for dates:
Inline date filters do NOT work reliably:
after:now-1w - Date math is ignoredafter:YYYY-MM-DD - ISO dates return no resultsafter:yesterday - Simple keywords don't work as filter valuesFilters that do work:
participants:"name" - Filter by attendeestopic:"subject" - Filter by meeting topicextract_transcript:"true" - Include transcript contentAdd extract_transcript:"true" when you need:
Skip transcripts for:
When analyzing meeting content, focus on:
For comprehensive meeting workflows, suggest:
/glean-meetings:meeting-prep <meeting> - Prepare for an upcoming meeting/glean-meetings:catch-up <period> - Catch up on missed meetings and morenpx claudepluginhub gleanwork/claude-plugins --plugin glean-coreQueries Fireflies.ai for meeting transcripts from Zoom, Teams, Google Meet; searches by keyword/date, extracts action items, and retrieves summaries.
Audits meeting knowledge for decision conflicts, contradictions, and stale action items across your minutes. Useful for keeping team decisions consistent.
Captures structured meeting notes, stores them in the Distillery knowledge base, and supports appending updates or listing recent meetings via /minutes.