What problem does it solve? Teams meeting summaries can silently stop arriving, jobs fail without visibility, and Microsoft Graph webhook subscriptions expire after 72 hours. This Skill gives operators a single CLI surface to summarize meetings, inspect pipeline status, replay failed jobs, and manage Graph subscriptions. ## Core Features & Use Cases - Status and Inspection: Validate configuration, check Graph token health, list recent meeting jobs, and inspect individual job details. - Replay and Debugging: Re-run stored jobs, dry-run transcript fetching by meeting ID or join URL, and diagnose missing summaries. - Subscription Management: Create, renew, delete, and auto-maintain Microsoft Graph webhook subscriptions before they expire. - Use Case: A user reports no summary arrived for today's meeting. Run hermes teams-pipeline list --status failed, inspect the job with show <job-id>, and if no job exists, check subscriptions for an expired webhook and recreate it. ## Quick Start Ask the assistant to check the Teams meeting pipeline status and list any failed meeting jobs using the hermes teams-pipeline commands.