teams-meeting-pipeline

Manages Microsoft Teams meeting summary pipeline operations including inspections and reruns.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of operating the Microsoft Teams meeting summary pipeline, so you can reliably get summaries, action items, and delivery updates without digging through logs or Graph settings.

Core Features & Use Cases

  • Meeting Summary Operations: Summarize meetings, inspect recent jobs, and replay a stored job that needs to be reprocessed.
  • Pipeline Health Checks: Validate configuration, check token health, and review webhook subscription status to confirm the pipeline is working.
  • Subscription Management: Create, renew, delete, and maintain Microsoft Graph subscriptions so meeting notifications keep flowing.
  • Troubleshooting Support: Diagnose missing summaries, expired subscriptions, transcript delays, and permission issues using guided operator steps.

Quick Start

Ask Hermes to validate the Teams meeting pipeline and summarize a specific meeting or inspect a failed job.

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 and action items?

To automate Teams meeting summaries, you can use a pipeline that monitors Microsoft Graph webhooks, fetches transcripts, and delivers summarized action items. This removes manual log inspection and ensures reliable meeting summary delivery.

Why are my Microsoft Teams meeting summaries not arriving?

Missing meeting summaries often stem from expired Microsoft Graph subscriptions, delayed transcripts, or permission issues. You can diagnose these by checking pipeline token health, validating webhook subscription status, and running dry-run fetches.

How do I renew Microsoft Graph webhook subscriptions for Teams meetings?

You can renew Microsoft Graph webhook subscriptions by validating your tenant, client, and secret environment variables to acquire tokens, then executing subscription renewal commands to maintain the flow of meeting notifications.

Do I need Hermes CLI to manage the Teams meeting pipeline?

Yes, Hermes CLI access is required to validate configuration, acquire tokens, and operate the workflow. You also need Microsoft Graph tenant, client, and secret environment variables to manage the meeting summary pipeline.

Can I replay a failed Teams meeting summary job?

Yes, you can inspect recent pipeline jobs and replay a stored job that needs reprocessing. This allows you to recover from transient failures and regenerate meeting summaries without manual data retrieval.