teams-meeting-pipeline

teams-meeting-pipeline is a skill for Claude Code, Codex from perasyudha/Nyxora. It costs 33 tokens per session (1,593 once invoked), scanned A, a copy of teams-meeting-pipeline, MIT.

A command-line pipeline for handling Microsoft Teams meeting summaries, transcripts, recordings and action items, including its Microsoft Graph connections.

In plain words
What is it for?
Use it to summarize meetings, check pipeline status, replay failed jobs, validate Microsoft Graph setup, and manage webhook subscriptions that notify the system about meetings.
Why use it?
It gives operators one place to inspect meeting-processing jobs, retry failures and diagnose why new meetings or summaries are missing.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to summarize meetings, check pipeline status, replay failed jobs, validate Microsoft Graph setup, and manage webhook subscriptions that notify the system about meetings.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/perasyudha/nyxora/teams-meeting-pipeline
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add perasyudha/Nyxora --skill teams-meeting-pipeline
Clone the repo
git clone --depth 1 https://github.com/perasyudha/Nyxora

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for teams-meeting-pipeline

README.md
[![agentmods](https://agentmods.dev/badge/skills/perasyudha/nyxora/teams-meeting-pipeline/github.svg)](https://agentmods.dev/skills/perasyudha/nyxora/teams-meeting-pipeline)
Your own site
<a href="https://agentmods.dev/skills/perasyudha/nyxora/teams-meeting-pipeline"><img src="https://agentmods.dev/badge/skills/perasyudha/nyxora/teams-meeting-pipeline/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for teams-meeting-pipeline

Your own site · 80×15
<a href="https://agentmods.dev/skills/perasyudha/nyxora/teams-meeting-pipeline"><img src="https://agentmods.dev/badge/skills/perasyudha/nyxora/teams-meeting-pipeline.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,593 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 94% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00033 $0.01593
Opus 5 $0.00016 $0.00796
Sonnet 5 $0.00007 $0.00319
Haiku 4.5 $0.00003 $0.00159

Measured 12d ago against content hash 50edf4ce8d66, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

teams-meeting-pipeline scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

94% identical to teams-meeting-pipeline — 54 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

packages/core/playbooks/productivity/teams-meeting-pipeline/SKILL.md · 117 lines

How it starts

The opening of the file, as written. The whole thing — 117 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Teams Meeting Pipeline

Use this skill whenever the user asks about Microsoft Teams meeting summaries, transcripts, recordings, action items, Graph subscriptions, or any operational question about the Teams meeting pipeline. Works in any language — the triggers below are examples, not an exhaustive list.

Everything operator-facing is a nyxora teams-pipeline subcommand run via the terminal tool. There are no new model tools for this pipeline — the CLI is the surface.

When to use this skill

The user is asking to:

  • summarize a Teams meeting / extract action items / pull meeting notes
  • check pipeline status, inspect a stored meeting job, or see recent meetings
  • replay / re-run a stored job that failed or needs a fresh summary
  • validate Microsoft Graph setup after changing env or config
  • troubleshoot "meeting summary never arrived" or "no new meetings are ingesting"
  • manage Graph webhook subscriptions (create, renew, delete, inspect)
  • set up automated subscription renewal (see pitfall below)

Multilingual trigger examples (not exhaustive):

  • English: "summarize the Teams meeting", "pipeline status", "replay job X"
  • Turkish: "Teams meeting özetle", "action item çıkar", "toplantı notu", "pipeline durumu", "replay job"

Prerequisites

Before using the pipeline, verify these are set in ${NYXORA_HOME:-~/.nyxora}/.env:

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

If any are missing, direct the user to the Azure app registration guide at /docs/guides/microsoft-graph-app-registration — they need an Azure AD app registration with admin-consented Graph application permissions before the pipeline will work.

Command reference

Status and inspection (start here)

nyxora teams-pipeline validate              # config snapshot — run first after any change
nyxora teams-pipeline token-health          # Graph token status
nyxora teams-pipeline token-health --force-refresh   # force a fresh token acquisition
nyxora teams-pipeline list                  # recent meeting jobs
nyxora teams-pipeline list --status failed  # only failed jobs
nyxora teams-pipeline show <job-id>         # full detail of one job
nyxora teams-pipeline subscriptions         # current Graph webhook subscriptions

Read the full file on GitHub · 117 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 117 lines · 33 tokens per session scan A 50edf4ce8d66

Subscribe to this mod's changes

teams-meeting-pipeline is a skill published in the GitHub repository perasyudha/Nyxora (5 stars, last pushed 12d ago), licensed MIT. It adds 33 tokens to every session and 1,593 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 94% identical to teams-meeting-pipeline, differing in 54 lines, and is treated as a copy.

Related

Other skills, from other repositories

material-organizer

Organize user-provided materials or local folders into traceable notes, knowledge cards, categories, indexes, and cleanup plans. Use this skill whenever the user asks to organize multiple links, files, snippets, research materials, downloads, personal knowledge flow materials, or a local directory.

Orkas-AI/Orkas-Awesome-AgentSkills · 60 tokens

custom-daily-brief

Builds a role-tuned morning brief as a Word document covering emails that need replies, today's calendar, Teams mentions and upcoming deadlines, using section presets from an editable config file. Use when the user asks for their daily brief, morning brief, start-of-day summary or custom briefing, or wants to change…

kesslernity/awesome-copilot-cowork-skills · 73 tokens

meeting-prep-onepager

Builds a one-page meeting prep brief and saves it as a Word document in OneDrive. Gathers the calendar invite, recent email threads with attendees, Teams messages and shared files, then distils them into purpose, attendee positions, open threads, key files, talking points and risks. Use when the user asks to prepare…

kesslernity/awesome-copilot-cowork-skills · 97 tokens

gog

Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.

bighardperson/computer-science-skills-collection · 20 tokens

gws-drive

Google Drive: Manage files, folders, and shared drives.

googleworkspace/cli · 16 tokens

recipe-save-email-attachments

Find Gmail messages with attachments and save them to a Google Drive folder.

googleworkspace/cli · 20 tokens