teams-meeting-pipeline

Automate Teams meeting summaries and pipeline status via Hermes CLI.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/wwwillott/jobnimbus --skill teams-meeting-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: teams-meeting-pipeline
Source: https://github.com/wwwillott/jobnimbus/tree/main/skills/productivity/teams-meeting-pipeline
Command: npx skills add https://github.com/wwwillott/jobnimbus --skill teams-meeting-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates Teams meetings data processing to generate concise summaries, extract action items, and verify pipeline status, reducing manual note-taking and follow-ups.

Core Features & Use Cases

  • Generate meeting summaries and action items from Teams transcripts via Hermes CLI
  • Inspect pipeline status, replay failed jobs, and manage Graph subscriptions
  • Validate setup after configuration changes and troubleshoot delivery issues in production

Quick Start

Summarize the latest Teams meeting and verify the pipeline status with hermes teams-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 Teams meeting summaries from transcripts?

You can automate Teams meeting summaries by using the Hermes CLI to process Teams transcripts, which generates concise summaries and extracts action items to reduce manual note-taking. This pipeline also verifies operational status.

What do I need to set up Microsoft Graph subscriptions for Teams meeting automation?

Setting up Microsoft Graph subscriptions for Teams meeting automation requires a Microsoft Graph app registration with admin-consented permissions, plus the environment variables MSGRAPH_TENANT_ID, MSGRAPH_CLIENT_ID, and MSGRAPH_CLIENT_SECRET configured.

Can I replay failed jobs and troubleshoot pipeline delivery issues for Teams meetings?

Yes, you can replay failed jobs and troubleshoot pipeline delivery issues for Teams meetings. The Hermes CLI allows you to inspect pipeline status, replay failed jobs, and validate setup after configuration changes in production.

How does the Hermes CLI work with Microsoft Graph for Teams meeting workflows?

The Hermes CLI works with Microsoft Graph by managing Graph subscriptions and orchestrating Teams meeting workflows. It automates the retrieval of Teams transcripts to generate summaries, action items, and pipeline status inspections.

What's the best way to validate my Teams meeting pipeline after configuration changes?

The best way to validate your Teams meeting pipeline after configuration changes is running the Hermes CLI to inspect pipeline status. This verifies that your Microsoft Graph subscriptions and meeting summary delivery are functioning correctly.

Why do I need admin-consented permissions for Microsoft Graph to generate Teams meeting summaries?

Admin-consented permissions for Microsoft Graph are required to access Teams meeting transcripts and manage subscription webhooks. Without these elevated permissions, the Hermes CLI cannot authenticate to automate summary generation and pipeline operations.