meeting-presenter

meeting-presenter is a skill for Claude Code from pattern-ai-labs/built-with-agentcall. It costs 113 tokens per session (6,949 once invoked), scanned A, original, MIT.

An AI meeting bot that presents a document or topic aloud in Google Meet, Zoom, or Microsoft Teams.

In plain words
What is it for?
Use it to present PDF, PowerPoint, or Word files, or to create and deliver a presentation from a topic, with optional audience questions.
Why use it?
It removes the need for someone to manually share slides, advance them, and narrate the presentation.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit Use it to present PDF, PowerPoint, or Word files, or to create and deliver a presentation from a topic, with optional audience questions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pattern-ai-labs/built-with-agentcall/meeting-presenter
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 pattern-ai-labs/built-with-agentcall --skill meeting-presenter
Clone the repo
git clone --depth 1 https://github.com/pattern-ai-labs/built-with-agentcall

Made for: Claude Code.

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 meeting-presenter

README.md
[![agentmods](https://agentmods.dev/badge/skills/pattern-ai-labs/built-with-agentcall/meeting-presenter/github.svg)](https://agentmods.dev/skills/pattern-ai-labs/built-with-agentcall/meeting-presenter)
Your own site
<a href="https://agentmods.dev/skills/pattern-ai-labs/built-with-agentcall/meeting-presenter"><img src="https://agentmods.dev/badge/skills/pattern-ai-labs/built-with-agentcall/meeting-presenter/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 meeting-presenter

Your own site · 80×15
<a href="https://agentmods.dev/skills/pattern-ai-labs/built-with-agentcall/meeting-presenter"><img src="https://agentmods.dev/badge/skills/pattern-ai-labs/built-with-agentcall/meeting-presenter.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 113 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,949 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 original No closer match found 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.00113 $0.06949
Opus 5 $0.00056 $0.03474
Sonnet 5 $0.00023 $0.01390
Haiku 4.5 $0.00011 $0.00695

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

Security

Grade A, and why

meeting-presenter 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 9d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (assets/agentcall-audio.js, engine/bridge-visual.py, scripts/doc_to_deck.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

meeting-presenter/SKILL.md · 372 lines

How it starts

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

Presenter — present a document (or a topic) in a meeting

An AI bot joins a meeting and presents: by default the deck goes big on the meeting's main stage as a screenshare, narrated in the bot's voice and advancing by itself, with the bot's face in a small camera tile. (Pass --avatar-mode — or if the user says "join in avatar mode" — to instead show the deck on the camera tile, the original single-tile look.) No clicker either way.

Display modes: screenshare is the default (readable full-stage slides + a presenter face); avatar mode (--avatar-mode) puts the deck on the camera tile only. Everything else — voice control, the companion remote, narration, Q&A — works identically in both.

The headline use: the user gives a meeting link and a document — PDF, PowerPoint, or Word — and the bot presents it. You can also start from just a topic.

Do this in order (the whole flow — same every time, no detours)

Before anything — you need something to present. Never join a meeting empty. If the user named no document, no topic, and no existing deck, do NOT launch. First offer what's already in decks/ (list those decks by title), or ask what topic to build one from (you can author a deck from just a topic — see B). Only move on once you have material in hand. A quick "what should I present?" beats a bot that joins with nothing to say. (Suggesting the user's existing decks/ and offering to build from a topic is the standard no-material flow — do it for every user, not just when you happen to know their decks.)

0 · Preflight (once).

  • API key — check in this order, and DON'T ask if it's already there (one config, the SAME file AgentCall uses; this is the exact order load_api_key uses):
    1. ~/.agentcall/config.json exists with an api_key? → ready.
    2. AGENTCALL_API_KEY env var set? → ready.
    3. Neither? → ask the user for their key (free at agentcall.dev/api-keys) and write it to ~/.agentcall/config.json (see Setup) — creating that file exactly like AgentCall would — then continue.
  • Dependenciespip install -r requirements.txt (fast; pure-Python wheels, no system tools).

Read the full file on GitHub · 372 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. 9d ago First seen · 372 lines · 113 tokens per session scan A 49aa53add2a6

Subscribe to this mod's changes

meeting-presenter is a skill published in the GitHub repository pattern-ai-labs/built-with-agentcall (12 stars, last pushed 1mo ago), licensed MIT. It adds 113 tokens to every session and 6,949 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.