teams-meeting-pipeline

Automates summarization, inspection, and management of Microsoft Teams meetings via Hermes CLI.

Updated May 11, 2026
One-click install
npx skills add https://github.com/richardnguyen0715/keep-it-real --skill teams-meeting-pipeline-richardnguyen0715
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: teams-meeting-pipeline
Source: https://github.com/richardnguyen0715/keep-it-real/tree/main/refer-projects/hermes-agent/skills/productivity/teams-meeting-pipeline
Command: npx skills add https://github.com/richardnguyen0715/keep-it-real --skill teams-meeting-pipeline-richardnguyen0715

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of managing and summarizing Microsoft Teams meetings, providing a comprehensive solution for users seeking to streamline their meeting operations.

Core Features & Use Cases

  • Meeting Summarization: Automatically generate summaries of Teams meetings, extracting action items and key takeaways.
  • Pipeline Status Inspection: Monitor the status of meeting jobs and inspect stored meeting details.
  • Job Replaying: Replay failed jobs or re-run summaries for any meeting.
  • Graph Subscription Management: Manage Microsoft Graph webhook subscriptions for meeting notifications.
  • Use Case: For a user who frequently holds meetings and needs to track action items and follow-up tasks efficiently, this Skill can save time by automating the summarization and management process.

Quick Start

Use the teams-meeting-pipeline skill to summarize the last Teams meeting with the command: hermes teams-pipeline summarize.

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?

You can summarize Microsoft Teams meetings automatically by running the `hermes teams-pipeline summarize` command, which generates summaries, extracts action items, and identifies key takeaways from the meeting content.

How do I manage Microsoft Graph webhook subscriptions for Teams meeting notifications?

Managing Microsoft Graph webhook subscriptions for Teams meeting notifications is handled directly through the pipeline, allowing you to configure and maintain the subscriptions required to trigger automated meeting processing.

Can I replay a failed Teams meeting summarization job?

Yes, you can replay failed jobs or re-run summaries for any Teams meeting using the pipeline inspection commands to monitor job status and re-execute the summarization process as needed.

Do I need the Hermes CLI to automate Teams meeting summarization?

Yes, the Hermes CLI is a required dependency, and you must configure the appropriate environment variables for Microsoft Graph authentication before executing any meeting summarization or management commands.

What's the best way to inspect the status of Microsoft Teams meeting jobs?

The best way to inspect the status of Microsoft Teams meeting jobs is through the pipeline's built-in status inspection feature, which allows you to monitor ongoing jobs and review stored meeting details.

Why is my Teams meeting pipeline not working?

Your Teams meeting pipeline may not be working due to missing environment variables for Microsoft Graph authentication or an improperly configured Hermes CLI dependency required to execute the summarization commands.