teams-meeting-pipeline

Manage Microsoft Teams meeting pipeline webhook subscriptions and process transcripts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill resolves the friction of manual meeting documentation and pipeline maintenance by automating the ingestion, summarization, and subscription management of Microsoft Teams meetings.

Core Features & Use Cases

  • Automated Summarization: Automatically process meeting transcripts and extract action items without manual intervention.
  • Pipeline Health Monitoring: Validate Graph API tokens, inspect job statuses, and troubleshoot delivery failures.
  • Subscription Lifecycle Management: Maintain Microsoft Graph webhook subscriptions to ensure continuous meeting ingestion and prevent data gaps.

Quick Start

Ask the agent to summarize the latest Teams meeting or check the status of the pipeline to ensure all recent jobs were processed correctly.

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?

Automate Microsoft Teams meeting summaries by using a pipeline to ingest transcripts via Microsoft Graph API webhooks. This automatically processes meeting recordings to extract action items without manual transcription intervention.

What do I need to set up Teams webhook subscriptions for meeting transcripts?

Setting up Teams webhook subscriptions requires valid Microsoft Graph credentials and administrative consent. You must configure Graph API webhook subscriptions to authorize the pipeline to interface with the Teams platform.

How can I monitor Microsoft Graph webhook subscription expiration and token health?

Monitor Microsoft Graph webhook subscription expiration and token health by validating API tokens and inspecting job statuses within the pipeline. This ensures continuous meeting ingestion and prevents data gaps.

Why are my Teams meeting transcript jobs failing to process automatically?

Teams meeting transcript jobs fail to process automatically when Graph API tokens expire or webhook subscriptions lapse. Inspect the job status in the pipeline to troubleshoot delivery failures and identify missing administrative consent.

Can I re-execute a failed Teams meeting summary job after fixing the subscription?

You can re-execute failed Teams meeting summary jobs after fixing webhook subscriptions. The pipeline allows you to retrieve, inspect, and re-run meeting jobs to ensure transcripts are processed correctly.

How does the Microsoft Graph API webhook process work for Teams meetings?

The Microsoft Graph API webhook process for Teams meetings works by creating event subscriptions that trigger automated transcript ingestion. This mechanism continuously captures meeting data as events occur.