hermes-agent/skills/productivity/teams-meeting-pipeline/SKILL.md

1.4 KiB

name description version author license prerequisites metadata
teams-meeting-pipeline Operate the Teams meeting summary pipeline via Hermes CLI. 1.0.0 Hermes Agent MIT
env_vars commands
MSGRAPH_TENANT_ID
MSGRAPH_CLIENT_ID
MSGRAPH_CLIENT_SECRET
hermes
hermes
tags
Teams
Microsoft Graph
Meetings
Productivity
Operations

Teams Meeting Pipeline

Use this skill when the user asks to summarize a Teams meeting, extract action items, inspect pipeline status, replay a stored job, or validate Microsoft Graph meeting-ingest setup.

Prefer the Hermes CLI over ad hoc scripts. Route operator actions through the terminal tool with hermes teams-pipeline ....

When to use

  • "Teams meeting ozetle"
  • "action item cikar"
  • "toplanti notu"
  • "pipeline durumu"
  • "replay job"

Required environment

Set these in ~/.hermes/.env before using the pipeline:

MSGRAPH_TENANT_ID=...
MSGRAPH_CLIENT_ID=...
MSGRAPH_CLIENT_SECRET=...

Common commands

hermes teams-pipeline list
hermes teams-pipeline show <job-id>
hermes teams-pipeline replay <job-id>
hermes teams-pipeline fetch --meeting-id <meeting-id>
hermes teams-pipeline token-health
hermes teams-pipeline maintain-subscriptions

Start with validate, list, or show when the user asks for status. Use replay only when they explicitly want to rerun a stored job. Use fetch for dry-run artifact checks before changing pipeline config.