teams-meeting-pipeline

Automates Microsoft Teams meeting creation, management, and summarization via the Hermes CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the management and summarization of Microsoft Teams meetings, enabling users to efficiently process meeting notes, transcripts, action items, and Graph subscriptions.

Core Features & Use Cases

  • Meeting Summarization: Automatically summarize meeting notes and action items.
  • Pipeline Status Inspection: Monitor the status of meeting jobs and inspect stored jobs.
  • Job Replaying: Replay failed or previously run jobs for fresh summaries.
  • Graph Subscription Management: Create, renew, and delete Microsoft Graph webhook subscriptions.
  • Use Case: For a user who needs to ensure that meeting summaries are generated and managed correctly, this skill can be used to check the status of recent meetings, replay failed jobs, and manage Graph webhook subscriptions to ensure timely notifications.

Quick Start

Use the 'hermes teams-pipeline validate' command to check the configuration and token health before summarizing a meeting.

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 summarization?

Automating Microsoft Teams meeting summarization is handled by creating, managing, and summarizing meetings via the Hermes CLI, which processes meeting notes, transcripts, and action items automatically.

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

Managing Microsoft Graph webhook subscriptions involves using the Hermes CLI to create, renew, and delete subscriptions, ensuring timely notifications for your Microsoft Teams meeting pipeline.

What is the best way to check the status of a failed Teams meeting summary job?

Checking the status of a failed Teams meeting summary job requires inspecting stored jobs and pipeline status using the Hermes CLI, which also allows you to replay failed jobs for fresh summaries.

Do I need the Hermes CLI to process Microsoft Teams meeting transcripts?

Using the Hermes CLI is required to process Microsoft Teams meeting transcripts, as it handles the Graph subscriptions, job status inspection, and the actual meeting summarization pipeline operations.

How do I validate configuration and token health before summarizing a meeting?

Validating configuration and token health before summarizing a meeting is done by running the 'hermes teams-pipeline validate' command, ensuring your environment variables for Microsoft Graph access are correctly configured.

Why does my Microsoft Graph subscription for Teams meetings fail to generate summaries?

A Microsoft Graph subscription failing to generate summaries often indicates a configuration issue; you must validate token health and environment variables, then inspect and replay the failed job using the Hermes CLI.