teams-meeting-pipeline

Automate Microsoft Teams meeting summaries, pipeline health checks, and Graph webhook subscriptions.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/juliuss1907/knowledge-base --skill teams-meeting-pipeline-juliuss1907
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: teams-meeting-pipeline
Source: https://github.com/juliuss1907/knowledge-base/tree/main/.hermes/skills/productivity/teams-meeting-pipeline
Command: npx skills add https://github.com/juliuss1907/knowledge-base --skill teams-meeting-pipeline-juliuss1907

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the management and operation of the Microsoft Teams meeting summary pipeline, allowing users to summarize meetings, check pipeline status, and troubleshoot issues.

Core Features & Use Cases

  • Meeting Summarization: Generate summaries of Microsoft Teams meetings, extract action items, and pull meeting notes.
  • Pipeline Inspection: View the status of the pipeline, inspect stored meeting jobs, and see recent meetings.
  • Job Re-play: Re-run stored jobs that failed or need a fresh summary.
  • Graph Setup Validation: Validate Microsoft Graph setup after changing environment or configuration.
  • Subscription Management: Create, renew, delete, and inspect Microsoft Graph webhook subscriptions.
  • Automated Renewal: Set up automated subscription renewal for production systems.
  • Pitfall Avoidance: Alerts for common issues like subscription expiration and transcript generation delays.

Quick Start

Use the 'hermes teams-pipeline validate' command to check the configuration snapshot of the Teams meeting summary pipeline.

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 summary generation through a pipeline?

Automating Microsoft Teams meeting summary generation requires the Hermes CLI to process stored meeting jobs, extract action items, and pull notes via Microsoft Graph. You can validate your pipeline configuration before running summarization tasks.

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

Managing Microsoft Graph webhook subscriptions involves creating, renewing, deleting, and inspecting webhooks using pipeline operations. You can configure automated subscription renewal for production systems to prevent webhook expiration and ensure continuous meeting tracking.

Why does my Microsoft Teams transcript generation pipeline fail or delay?

Transcript generation delays and subscription expiration are common pipeline pitfalls. You can inspect pipeline health, view stored meeting jobs, and re-run failed jobs to resolve transcript and summary generation issues within the Microsoft Teams pipeline.

Do I need Hermes CLI and Microsoft Graph environment variables to run Teams pipeline operations?

Yes, Hermes CLI and valid Microsoft Graph environment variables are required dependencies to execute Teams pipeline operations. Running the validation command checks your configuration snapshot to ensure the pipeline environment is properly set up.

What is the best way to check Microsoft Teams pipeline health and re-run failed jobs?

Checking Microsoft Teams pipeline health and re-running failed jobs is handled through pipeline inspection commands in Hermes CLI. You can view recent meetings, inspect stored jobs, and trigger re-play for failed summarization tasks.

Can I validate my Microsoft Graph setup after changing Teams pipeline environment configurations?

Validating Microsoft Graph setup after changing environment or configuration is supported through a dedicated validation command. This verifies the configuration snapshot of the Teams meeting summary pipeline to ensure operational readiness.