meetings

meetings is a skill for Claude Code, Codex from kirodotdev/KiroCrew. It costs 72 tokens per session (1,002 once invoked), scanned A, original, Apache-2.0.

A guide to the Meetings app's stored data and agent workflow. The app transcribes meetings and produces notes, diagrams, calendar information, and action items in separate files.

In plain words
What is it for?
Use it to find a meeting's notes or tasks, understand its session files, and safely work with data created by the meeting agents.
Why use it?
It tells an agent where meeting information lives and how statuses, identifiers, and output files are structured.

Skill for Claude CodeCodex

About the project

Kiro Crew is a persistent development workspace where agents continue multi-step software work across sessions, schedules, and connected interfaces. Developers use it locally or remotely through a desktop app, web dashboard, CLI, Slack, or Discord, with unattended tasks and recurring jobs. The catalogue contains skills and instructions for working with this workspace.

kirodotdev/KiroCrew · 3,532 stars · on GitHub

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.

agentmods
npx agentmods add skills/kirodotdev/kirocrew/meetings
Any agent
npx skills add kirodotdev/KiroCrew --skill meetings
Clone the repo
git clone --depth 1 https://github.com/kirodotdev/KiroCrew

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 meetings

README.md
[![agentmods](https://agentmods.dev/badge/skills/kirodotdev/kirocrew/meetings.svg)](https://agentmods.dev/skills/kirodotdev/kirocrew/meetings)
Your own site
<a href="https://agentmods.dev/skills/kirodotdev/kirocrew/meetings"><img src="https://agentmods.dev/badge/skills/kirodotdev/kirocrew/meetings.svg" alt="Measured on agentmods" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,002 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00072 $0.01002
Opus 5 $0.00036 $0.00501
Sonnet 5 $0.00014 $0.00200
Haiku 4.5 $0.00007 $0.00100

Measured 5d ago against content hash 2b89ce843aa7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

meetings 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 5d 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.

src/kiro_crew/builtin_skills/meetings/SKILL.md · 88 lines

How it starts

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

Meetings app

The Meetings app transcribes a live meeting and fans each line out to a small crew of background agents. Each agent owns exactly ONE output file and rewrites it in full after every batch.

Where the data lives

All paths are under ~/.kiro/crew/apps/meetings/data/:

Path What it is
config.json app config: the agent roster, the task/calendar provider ids, presets
dictionary.toml speech-to-text correction terms ([[term]] blocks)
calendar-cache.json the last calendar sync's events
task-ledger.json tasks filed through the local task provider
meetings/<id>/session.json one meeting's metadata (title, status, attendees, attachments, outputs map)
meetings/<id>/tasks.json that meeting's extracted action items
meetings/<id>/<agent-id>.md a markdown agent's output (e.g. note-taker.md)
meetings/<id>/<agent-id>.html an HTML agent's output (e.g. sketch-artist.html)

<id> is the meeting id with : replaced by _. Only [A-Za-z0-9._-] is legal in it — the backend rejects anything else, so do not construct a path from a raw calendar UID.

Lifecycle

  1. idle — the meeting folder exists, nothing is running.
  2. active — transcription is flowing; agents receive batched lines every ~30s.
  3. paused — transcription stopped, the session and its queues are intact.
  4. reviewing — the meeting is over and the user is triaging extracted tasks.
  5. ended — finished; outputs are final.

The agents

Agent Writes Notes
meetings-note-taker note-taker.md structured notes: topics, decisions, action items, open questions
meetings-sketch-artist sketch-artist.html one self-contained HTML/Mermaid diagram, revised in place
meetings-task-extractor tasks.json always runs; the app's core output

Each agent's first message carries an OUTPUT_FILE: line. Write to that exact path, character for character, and rewrite the FULL file after every batch — never accumulate content in memory, because a context limit would lose it.

Read the full file on GitHub · 88 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. 5d ago First seen · 88 lines · 72 tokens per session scan A 2b89ce843aa7

Subscribe to this mod's changes

meetings is a skill published in the GitHub repository kirodotdev/KiroCrew (3,532 stars, last pushed 2d ago), licensed Apache-2.0. It adds 72 tokens to every session and 1,002 once invoked, about $0.0004 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.