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.
git clone --depth 1 https://github.com/CronusL-1141/AI-companyWrote 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.
[](https://agentmods.dev/commands/cronusl-1141/ai-company/os-status)<a href="https://agentmods.dev/commands/cronusl-1141/ai-company/os-status"><img src="https://agentmods.dev/badge/commands/cronusl-1141/ai-company/os-status/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.
<a href="https://agentmods.dev/commands/cronusl-1141/ai-company/os-status"><img src="https://agentmods.dev/badge/commands/cronusl-1141/ai-company/os-status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00019 | $0.00335 |
| Opus 5 | $0.00010 | $0.00168 |
| Sonnet 5 | $0.00004 | $0.00067 |
| Haiku 4.5 | $0.00002 | $0.00034 |
Grade A, and why
os-status 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 11d 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.
What it actually says
/os-status — 系统状态概览
你需要查询 AI Team OS API 并向用户展示系统当前的运行状态。
操作步骤
- 调用 MCP tool
team_list获取所有团队列表 - 对每个团队,调用
agent_list获取其 Agent 列表 - 对每个团队,调用
meeting_list获取活跃会议(status=active) - 将结果整理为清晰的状态报告
输出格式
按以下结构组织输出:
## AI Team OS 系统状态
### 团队
- 团队名称 | 编排模式 | Agent数量
### Agent一览
- Agent名称 | 角色 | 状态(IDLE/BUSY/OFFLINE) | 所属团队
### 活跃会议
- 会议主题 | 参与者 | 消息数 | 所属团队
### 系统信息
- API地址: http://localhost:8000
- Dashboard: http://localhost:3000
错误处理
如果 API 不可达,输出:
AI Team OS 服务未运行。请先执行
/os-up启动服务。
注意
- 所有输出使用中文
- Agent 状态用不同标记区分: IDLE=空闲, BUSY=忙碌, OFFLINE=离线
- 如果没有任何团队,提示用户使用
/os-init初始化项目
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.
- 11d ago First seen · 48 lines · 19 tokens per session scan A 869b765b2c48
os-status is a command published in the GitHub repository CronusL-1141/AI-company (357 stars, last pushed 2d ago), licensed MIT. It adds 19 tokens to every session and 335 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.
Other commands, from other repositories
dashboard-session-fork
Fork a session into a new one. Usage /dashboard:session-fork.
dashboard-session-hide
Hide a session from the dashboard list. Usage /dashboard:session-hide.
exec-plan
Create, manage, and track execution plans as first-class repository artifacts in docs/exec-plans/.
hep-graph.body
A command for viewing saved Agentlas automation graphs and requesting that one be run. The desktop app performs the actual run.
r-tasks
Display the current task list state. Use this when a long-running command seems stuck, or to check progress at any time.
speckit.taskstoissues
Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.