Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    mattgaiser

    meetings

    mattgaiser/meetings
    Productivity
    1 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    AI-powered meeting transcript management. Sync from Recall.ai, search transcripts, generate summaries, track action items, list participants, and query meetings with natural language.

    SKILL.md

    This skill provides meeting transcript management through the MeetingsMCP system.

    Setup

    Before using, run setup to configure your API keys:

    cd "${CLAUDE_PLUGIN_ROOT}" && source .venv/bin/activate && python skill/run.py setup
    

    Executing Commands

    Run meetings commands using:

    cd "${CLAUDE_PLUGIN_ROOT}" && source .venv/bin/activate && python skill/run.py $ARGUMENTS
    

    Where $ARGUMENTS is the command and its options.

    Available Commands

    Command Description
    setup Check setup status or configure API keys
    sync Sync new meetings from Recall.ai
    search <query> Search meeting transcripts
    ask <question> Ask a natural language question about your meetings
    summary <period> Generate a summary for a time period
    actions List action items from meetings
    list List recent meetings
    participants List all meeting participants
    show <id> Show details for a specific meeting
    decisions Find decisions made in meetings
    stats Show meeting statistics
    auto-sync Manage automatic background syncing
    help Show all available commands

    Examples

    List all participants

    cd "${CLAUDE_PLUGIN_ROOT}" && source .venv/bin/activate && python skill/run.py participants
    

    List meetings with a specific person

    cd "${CLAUDE_PLUGIN_ROOT}" && source .venv/bin/activate && python skill/run.py list --participant "Sarah"
    

    Search transcripts

    cd "${CLAUDE_PLUGIN_ROOT}" && source .venv/bin/activate && python skill/run.py search "pricing discussion" --date "this week"
    

    Ask a question about meetings

    cd "${CLAUDE_PLUGIN_ROOT}" && source .venv/bin/activate && python skill/run.py ask "What did we decide about the roadmap?"
    

    Generate a weekly summary

    cd "${CLAUDE_PLUGIN_ROOT}" && source .venv/bin/activate && python skill/run.py summary "last week" --focus "product decisions"
    

    Show statistics

    cd "${CLAUDE_PLUGIN_ROOT}" && source .venv/bin/activate && python skill/run.py stats
    

    Date Filters

    Supported date filters for --date option:

    • today, yesterday
    • this week, last week
    • this month, last month
    • last N days (e.g., "last 7 days")
    • YYYY-MM-DD (specific date)
    • Month names (e.g., "January", "Feb")

    Requirements

    • Python 3.11+
    • API keys for: Recall.ai, OpenAI (embeddings), Anthropic (Claude)
    • Virtual environment with dependencies installed

    Run python setup.py for guided installation.

    Recommended Servers
    Granola
    Granola
    Zoom
    Zoom
    Google Calendar
    Google Calendar
    Repository
    mattgaiser/maximumpm
    Files