os-help

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

A command that displays the available AI Team OS slash commands and explains what each one does. Slash commands are short commands beginning with `/` that trigger specific actions.

In plain words
What is it for?
Use it when you need to learn the system's commands, follow its suggested setup sequence, or find its API documentation and dashboard addresses.
Why use it?
It gives users a quick reference for starting services, managing meetings and tasks, checking status, and repairing hooks.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

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

Good fit Use it when you need to learn the system's commands, follow its suggested setup sequence, or find its API documentation and dashboard addresses.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/commands/cronusl-1141/ai-company/os-help"><img src="https://agentmods.dev/badge/commands/cronusl-1141/ai-company/os-help.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 479 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.00015 $0.00479
Opus 5 $0.00008 $0.00239
Sonnet 5 $0.00003 $0.00096
Haiku 4.5 $0.00002 $0.00048

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

Security

Grade A, and why

os-help 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 10d 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-help.md · 63 lines

What it actually says

/os-help — 帮助信息

直接向用户展示 AI Team OS 的所有可用斜杠命令和使用说明。

输出内容

展示以下帮助信息:

## AI Team OS — 命令帮助

### 核心命令
| 命令 | 说明 |
|------|------|
| `/os-status` | 显示系统状态 — 团队、Agent、会议概览 |
| `/os-up` | 启动 API 服务器 |
| `/os-init` | 初始化项目 — 生成配置文件 |
| `/os-doctor` | 诊断系统健康状态 |

### 协作命令
| 命令 | 说明 |
|------|------|
| `/os-meeting` | 会议管理 — 创建、查看会议 |
| `/os-meeting create <主题>` | 快速创建会议 |
| `/os-task` | 任务管理 — 查看、执行任务 |
| `/os-task run <描述>` | 创建并执行任务 |

### 配置命令
| 命令 | 说明 |
|------|------|
| `/os-hooks` | 查看 Hooks 注册状态 |
| `/os-hooks repair` | 重建 Hook 注册面 |
| `/os-help` | 显示本帮助信息 |

### Skills (团队成员可用)
| Skill | 说明 |
|-------|------|
| `/meeting-participate` | 作为参与者加入会议 |
| `/meeting-facilitate` | 作为主持人管理会议 |

### 快速上手
1. `/os-init` — 初始化项目配置
2. `/os-up` — 启动服务
3. `/os-status` — 确认系统就绪
4. `/os-meeting create 架构讨论` — 开始第一次团队会议

### 更多信息
- API 文档: http://localhost:8000/docs
- Dashboard: http://localhost:3000
- 项目文档: docs/architecture.md

注意

  • 所有输出使用中文
  • 直接输出帮助信息,无需调用任何 API
  • 保持格式简洁清晰
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. 10d ago First seen · 63 lines · 15 tokens per session scan A cdc4b4485235

Subscribe to this mod's changes

os-help is a command published in the GitHub repository CronusL-1141/AI-company (357 stars, last pushed yesterday), licensed MIT. It adds 15 tokens to every session and 479 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.