Automation
Command
/os-status
显示AI Team OS系统状态 — 团队、Agent、会议概览
Install
> /plugin marketplace add CronusL-1141/AI-company > /plugin install ai-team-os@ai-team-os
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/os-status
Context preview
What this command does when you run it.
显示AI Team OS系统状态 — 团队、Agent、会议概览
Command definition
os-status.mdname: os-status description: 显示AI Team OS系统状态 — 团队、Agent、会议概览
/os-status — 系统状态概览
你需要查询 AI Team OS API 并向用户展示系统当前的运行状态。
操作步骤
1. 调用 MCP tool `team_list` 获取所有团队列表 2. 对每个团队,调用 `agent_list` 获取其 Agent 列表 3. 对每个团队,调用 `meeting_list` 获取活跃会议(status=active) 4. 将结果整理为清晰的状态报告
输出格式
按以下结构组织输出:
## 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` 初始化项目
Ships withai-company
Multi-agent team operating system for Claude Code. 108 MCP tools, 40+ agent templates, 10 lifecycle hooks, 7 pipeline workflows. Persistent teams, structured meetings, task wall, real-time React dashboard. No LangChain/AutoGen — pure CC native integration.
Get the whole plugin
Stats
340
Stars
57
Forks
Active
Maintenance
Python
Language
MIT
License
6d ago
Last commit
5mo ago
Created
Repo: CronusL-1141/AI-company

