os-meeting

os-meeting is a command for Claude Code from CronusL-1141/AI-company. It costs 11 tokens per session (488 once invoked), scanned A, original, MIT.

A command for listing active AI Team OS meetings, creating a meeting, or viewing a meeting’s messages and details.

In plain words
What is it for?
Use it to start a meeting with a topic, team, and participants, inspect active meetings, or read messages grouped by discussion round.
Why use it?
It gives you one way to manage meeting setup and review discussions without manually querying the meeting system.

Command for Claude Code

Written for Claude Code: a Claude Code command (commands/*.md).

Part of the ai-team-os plugin — 5 skills, 8 commands, 25 agents, 15 hooks, 1 MCP server shipped together

Good fit Use it to start a meeting with a topic, team, and participants, inspect active meetings, or read messages grouped by discussion round.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/cronusl-1141/ai-company/os-meeting
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.

Clone the repo
git clone --depth 1 https://github.com/CronusL-1141/AI-company

Made for: Claude Code.

Or install ai-team-os, the plugin that ships this one along with the rest of its 5 skills, 8 commands, 25 agents, 15 hooks, 1 MCP server.

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/cronusl-1141/ai-company/os-meeting/github.svg)](https://agentmods.dev/commands/cronusl-1141/ai-company/os-meeting)
Your own site
<a href="https://agentmods.dev/commands/cronusl-1141/ai-company/os-meeting"><img src="https://agentmods.dev/badge/commands/cronusl-1141/ai-company/os-meeting/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 os-meeting

Your own site · 80×15
<a href="https://agentmods.dev/commands/cronusl-1141/ai-company/os-meeting"><img src="https://agentmods.dev/badge/commands/cronusl-1141/ai-company/os-meeting.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 11 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 488 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.00011 $0.00488
Opus 5 $0.00005 $0.00244
Sonnet 5 $0.00002 $0.00098
Haiku 4.5 $0.00001 $0.00049

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

Security

Grade A, and why

os-meeting 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.

plugin/commands/os-meeting.md · 71 lines

What it actually says

/os-meeting — 会议管理

你需要帮助用户创建或管理 AI Team OS 中的会议。

用法

用户可以通过以下方式调用:

  • /os-meeting — 显示活跃会议列表
  • /os-meeting create <主题> — 创建新会议
  • /os-meeting <meeting_id> — 查看指定会议详情和消息

操作流程

无参数:列出活跃会议

  1. 调用 team_list 获取所有团队
  2. 对每个团队调用 meeting_list(status=active)
  3. 以表格形式展示活跃会议

create 模式:创建新会议

  1. 向用户确认:
    • 会议主题(如果用户已提供则直接使用)
    • 目标团队(如只有一个团队则自动选择)
    • 参与者列表(调用 agent_list 展示可选 Agent)
  2. 调用 meeting_create 创建会议
  3. 显示会议操作指引:
    • 发送消息的 API 调用方式
    • 讨论规则: R1各自观点 → R2+引用回应 → 最后汇总共识

查看模式:查看会议详情

  1. 调用 meeting_get 获取会议信息
  2. 调用 meeting_messages 获取消息列表
  3. 按轮次分组展示消息

输出格式

会议列表

## 活跃会议

| 会议ID | 主题 | 参与者 | 消息数 | 团队 |
|--------|------|--------|--------|------|
| abc123 | 架构讨论 | 3人 | 12条 | dev-team |

会议详情

## 会议: <主题>
状态: 活跃 | 参与者: A, B, C

### Round 1
**AgentA**: 发言内容...
**AgentB**: 发言内容...

### Round 2
**AgentA**: 发言内容...

注意

  • 所有输出使用中文
  • 创建会议前确认参与者列表
  • 显示会议消息时按 round_number 分组
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 · 71 lines · 11 tokens per session scan A 8d564ea6daa8

Subscribe to this mod's changes

os-meeting is a command published in the GitHub repository CronusL-1141/AI-company (357 stars, last pushed today), licensed MIT. It adds 11 tokens to every session and 488 once invoked, about $0.0001 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.