teams-meeting-pipeline

Operates the Microsoft Teams meeting summary pipeline via Hermes CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the management and operation of the Microsoft Teams meeting summary pipeline, making it easy to summarize meetings, inspect pipeline status, and manage Microsoft Graph subscriptions.

Core Features & Use Cases

  • Meeting Summarization: Automatically summarize meetings and extract action items.
  • Pipeline Status: Check the status of the meeting summary pipeline and inspect stored jobs.
  • Job Replaying: Replay failed jobs for a fresh summary.
  • Subscription Management: Create, renew, and delete Graph webhook subscriptions.
  • Use Case: For a business analyst who needs to quickly review the summary of a recent Teams meeting and ensure the pipeline is running smoothly.

Quick Start

Summarize the recent Teams meeting with: hermes teams-pipeline summarize last-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 summarize a recent Microsoft Teams meeting automatically?

You can summarize a recent Microsoft Teams meeting automatically by running the summarize last-meeting command via the Hermes CLI. This pipeline extracts the meeting summary and identifies action items for quick review.

Do I need Hermes CLI and Microsoft Graph authentication to operate the Teams meeting summary pipeline?

Yes, operating the Teams meeting summary pipeline requires installing the Hermes CLI and configuring environment variables for Microsoft Graph authentication to manage meeting data and webhook subscriptions.

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

You can manage Microsoft Graph webhook subscriptions by operating the Teams meeting summary pipeline via the Hermes CLI, which supports creating, renewing, and deleting webhook subscriptions for Teams meetings.

What is the best way to inspect Microsoft Teams meeting pipeline status and stored jobs?

The best way to inspect the Microsoft Teams meeting pipeline status and view stored jobs is by using the pipeline status operation via the Hermes CLI, allowing you to monitor pipeline health and job history.

Can I replay a failed Teams meeting summary job to get a fresh summary?

Yes, you can replay failed Teams meeting summary jobs through the Hermes CLI. This job replaying feature reprocesses the failed meeting data to generate a fresh summary and extract action items.