teams-meeting-pipeline

Manage Microsoft Teams meeting summary ingestion via Microsoft Graph webhooks and CLI jobs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

It solves the operational hassle of getting reliable Microsoft Teams meeting summaries and action items by managing the full Microsoft Graph ingestion pipeline, including troubleshooting and webhook subscription lifecycle.

Core Features & Use Cases

  • Meeting summary & action-item extraction: Produce meeting summaries from Teams meeting transcripts once they become available.
  • Pipeline status, job inspection, and replay: Validate configuration, inspect past meeting jobs, and replay failed jobs to regenerate summaries.
  • Graph webhook subscription operations: Create, renew, delete, and audit Microsoft Graph webhook subscriptions so meeting notifications keep flowing.

Use case: When meeting summaries stop arriving, validate config and webhook health, then recreate or renew Graph subscriptions and replay the affected jobs to restore the workflow.

Quick Start

Run the Teams meeting pipeline validation from the CLI using your existing zedclaw configuration and Microsoft Graph app credentials.

Frequently Asked Questions about teams-meeting-pipeline

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

FAQPage Schema
How do I troubleshoot missing Microsoft Teams meeting summaries?

To troubleshoot missing Microsoft Teams meeting summaries, validate your pipeline configuration, inspect stored job status, check webhook subscription health, and replay failed or stale jobs to regenerate the missing outputs.

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

Manage Microsoft Graph webhook subscriptions for Teams meetings by using CLI subcommands to create, renew, delete, and audit subscriptions so meeting notifications keep flowing into your ingestion pipeline.

Can I replay failed jobs to regenerate Teams meeting summaries?

Yes, you can replay failed or stale pipeline jobs using the CLI to regenerate Teams meeting summaries and action items once the underlying transcripts and webhook subscriptions are verified as healthy.

What do I need to run the Teams meeting summary pipeline?

You need the ZedClaw CLI workflow with configured Microsoft Graph app credentials to run token health checks, validate configuration, list jobs, and execute subscription CRUD operations for meeting ingestion.

Why did my Microsoft Graph webhook subscriptions stop delivering Teams meeting notifications?

Microsoft Graph webhook subscriptions expire and stop delivering Teams meeting notifications if not renewed; audit existing subscriptions, check token health, and recreate or renew them to restore the pipeline.