teams-meeting-pipeline

Manages Microsoft Teams meeting summaries and Graph webhook subscriptions via Hermes CLI.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/MarbleSodas/Mavis --skill teams-meeting-pipeline-marblesodas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: teams-meeting-pipeline
Source: https://github.com/MarbleSodas/Mavis/tree/main/skills/productivity/teams-meeting-pipeline
Command: npx skills add https://github.com/MarbleSodas/Mavis --skill teams-meeting-pipeline-marblesodas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps operators reliably generate summaries and action items for Microsoft Teams meetings while troubleshooting failures and maintaining Microsoft Graph webhook subscriptions.

Core Features & Use Cases

  • Meeting Summary Operations via CLI: Summarize meetings, inspect stored jobs, and replay failed runs using Hermes CLI.
  • Operational Validation and Debugging: Validate configuration snapshots, check token health, and perform dry-run transcript resolution.
  • Microsoft Graph Subscription Management: Create, renew, delete, and maintain webhook subscriptions so meeting notifications keep arriving.

Quick Start

Run teams-pipeline validation to capture a configuration snapshot, then check token health and subscriptions to confirm the pipeline is ready.

Frequently Asked Questions about teams-meeting-pipeline

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Microsoft Teams meeting summaries through the command line?

You can automate Microsoft Teams meeting summaries by running CLI operations to process meeting transcripts and generate action items. The pipeline manages the underlying Microsoft Graph webhook flow to ensure meeting notifications keep arriving for processing.

What is the best way to manage Microsoft Graph webhook subscription expiry for Teams meetings?

Managing Microsoft Graph webhook subscription expiry involves using CLI operations to create, renew, and delete subscriptions. This maintains the webhook flow so meeting notifications continue arriving, preventing pipeline disruptions during operational health checks.

How do I replay failed Teams meeting summary jobs?

To replay failed Teams meeting summary jobs, use CLI operations to list and inspect stored jobs, then execute a replay run. This allows production troubleshooting by reprocessing meetings that previously failed during transcript resolution or summarization.

Do I need Hermes CLI access to operate the Teams meeting summary pipeline?

Yes, Hermes CLI access is required to operate the Teams meeting summary pipeline. You also need Microsoft Graph tenant and client credentials to authenticate webhook subscriptions and validate configuration snapshots during operational health checks.

Why does my Microsoft Teams meeting summary pipeline fail token health checks?

Token health checks for the Teams meeting summary pipeline fail when Microsoft Graph tenant or client credentials are misconfigured or expired. Running a validation operation captures a configuration snapshot to identify authentication issues before performing dry-run transcript resolutions.

Can I validate Microsoft Graph configuration without processing a full Teams meeting transcript?

Yes, you can validate Microsoft Graph configuration by running a dry-run transcript resolution. This operational validation checks token health and configuration snapshots without processing a full Teams meeting transcript, confirming the pipeline is ready for production.