teams-meeting-pipeline

Automate Microsoft Teams meeting summary pipeline operations via Thoth CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires thoth, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the complexities of managing Microsoft Teams meetings, offering a streamlined process to summarize meetings, check pipeline status, replay jobs, and manage Microsoft Graph subscriptions.

Core Features & Use Cases

  • Meeting Summarization: Extract and summarize meeting notes, action items, and transcripts.
  • Pipeline Status: Monitor the status of meeting summaries and jobs.
  • Replay Jobs: Retrace and correct errors in meeting summaries and jobs.
  • Subscription Management: Set up, renew, and delete Microsoft Graph webhook subscriptions.
  • Use Case: A project manager uses this Skill to ensure meeting summaries are accurate and timely, simplifying follow-up and resource allocation.

Quick Start

Run 'thoth teams-pipeline list' to check the status of recent meeting summaries.

Frequently Asked Questions about teams-meeting-pipeline

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

FAQPage Schema
How do I summarize Microsoft Teams meetings automatically using the command line?

Teams meeting summarization automates the extraction of meeting notes and action items. This pipeline runs via the Thoth CLI against the Microsoft Graph API to generate summaries, monitor status, and manage webhook subscriptions.

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

Microsoft Graph webhook subscriptions are managed directly through the pipeline's CLI commands. You can set up, renew, and delete webhook subscriptions to track meeting changes and trigger automated summarization jobs.

Do I need the Thoth CLI to run the Microsoft Teams meeting summary pipeline?

Yes, the Thoth CLI is a required dependency to execute pipeline tasks against the Microsoft Graph API. You must also configure specific environment variables to authenticate and manage the meeting summarization jobs.

How can I check the status of my Teams meeting summaries and jobs?

You can check the status of recent meeting summaries and jobs by running the 'thoth teams-pipeline list' command. This allows you to monitor pipeline progress and verify that meeting summarization tasks are completing accurately.

What should I do when a Microsoft Teams meeting summary job fails?

When a meeting summary job fails, you can use the pipeline's job replay feature to retrace and correct errors. This allows you to reprocess failed meeting summaries without needing to rebuild the entire pipeline from scratch.

What are the limitations of automating Teams meeting tasks through Microsoft Graph?

Automating Teams meeting tasks through Microsoft Graph requires configuring specific environment variables and managing webhook subscription renewals. You must handle subscription lifecycle limits and ensure correct environment setup to maintain pipeline accuracy.