teams-meeting-pipeline

Operate Microsoft Teams meeting summary pipeline jobs via Hermes CLI.

Updated May 16, 2026
One-click install
npx skills add https://github.com/jaredcroxton/hermes-mirror --skill teams-meeting-pipeline-jaredcroxton
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: teams-meeting-pipeline
Source: https://github.com/jaredcroxton/hermes-mirror/tree/main/agents/skills/productivity/teams-meeting-pipeline
Command: npx skills add https://github.com/jaredcroxton/hermes-mirror --skill teams-meeting-pipeline-jaredcroxton

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you reliably generate and troubleshoot Microsoft Teams meeting summaries and related artifacts when the underlying Microsoft Graph subscription, tokens, or pipeline jobs fail or stop delivering.

Core Features & Use Cases

  • Meeting pipeline control via Hermes CLI: Validate setup, inspect token health, list/show pipeline jobs, and replay stored jobs by job-id to re-deliver summaries and notes.
  • Microsoft Graph subscription operations: Create, renew, delete, and maintain webhook subscriptions so meeting notifications keep arriving.
  • Operational debugging workflow: Diagnose common failure causes like expired subscriptions, missing transcripts timing, and permission/consent issues.

Quick Start

Run hermes teams-pipeline validate to verify the Microsoft Graph configuration snapshot before attempting any meeting summary work.

Frequently Asked Questions about teams-meeting-pipeline

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

FAQPage Schema
Why are my Microsoft Teams meeting summaries missing or failing to deliver?

Missing Teams meeting summaries often stem from expired Microsoft Graph webhook subscriptions, invalid token health, or failed pipeline jobs. You can validate your Graph configuration and inspect token health to diagnose the exact failure point.

How do I replay a failed Microsoft Teams meeting summary pipeline job?

You can replay failed Teams meeting summary pipeline jobs by listing pipeline jobs to find the specific job-id, then running the fetch operation on that job-id to re-deliver the stored meeting summaries and notes.

How do I manage Microsoft Graph webhook subscriptions for meeting notifications?

You can manage Microsoft Graph webhook subscriptions by creating, renewing, and deleting them to ensure meeting notifications keep arriving across expiration cycles. This maintains active webhook delivery for the Teams meeting pipeline.

What do I need to validate before running the Teams meeting summary pipeline?

Before running the Teams meeting summary pipeline, you need a working Microsoft Graph environment with valid environment variables. Execute the validate operation to verify your Microsoft Graph configuration snapshot and inspect token health.

Can I troubleshoot Microsoft Graph permission and consent issues for Teams meetings?

Yes, you can troubleshoot Microsoft Graph permission and consent issues through an operational debugging workflow. This diagnoses common failure causes like expired subscriptions, missing transcripts timing, and permission issues affecting meeting summaries.

When should I renew Microsoft Graph webhook subscriptions for Teams meeting pipelines?

You should renew Microsoft Graph webhook subscriptions proactively across expiration cycles to ensure meeting notifications keep arriving. Validating Graph setup after configuration changes also helps identify when renewals are necessary.