一键导入
omni-ops
Platform operations — instances, routes, providers, config, events, automations, webhooks, prompts, contacts, batch processing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Platform operations — instances, routes, providers, config, events, automations, webhooks, prompts, contacts, batch processing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Agent communication toolkit — verb commands for WhatsApp, Telegram, Discord, Slack. Say, speak, imagine, react, listen, see, history, done.
Get Omni running from scratch — install, connect WhatsApp, plug your agent, verify. Zero to messaging in 4 steps.
Always-on Omni router for messaging across WhatsApp, Telegram, Discord, Slack. Routes to omni-agent (verbs/replies), omni-setup (install/connect), or omni-ops (admin).
| name | omni-ops |
| description | Platform operations — instances, routes, providers, config, events, automations, webhooks, prompts, contacts, batch processing. |
| allowed-tools | Bash(omni *), Bash(jq *) |
Admin operations for a running Omni platform. Match the request against the routing table, read that reference file, run the commands there. Add --json to anything you parse; extract fields with jq.
Install, channel pairing, agent plugging (omni connect), and bridge troubleshooting are NOT here — that flow is canonical in ../omni-setup/SKILL.md. Conversation verbs (say, speak, done, ...) live in ../omni-agent/SKILL.md.
| Keywords | Reference |
|---|---|
| instances, connect, disconnect, QR, pair, sync, resync, contacts, groups, profile, debounce, access, allowlist | references/instances.md |
| routes, routing, agent route, reply filter, gate, scope, priority | references/routes.md |
| providers, agent providers, create provider, schema, genie, claude-code, a2a, ag-ui, agno, openclaw, webhook provider | references/providers.md |
| config, settings, API keys, server, auth, logs, dead letters, payloads, service, doctor | references/config.md |
| events, analytics, timeline, replay, trace, journey, metrics | references/events.md |
| automations, triggers, workflows, conditions, enable, disable | references/automations.md |
| webhooks, custom events, event source, trigger | references/webhooks.md |
| prompts, LLM prompt, gate prompt, image prompt, media description, TTS prompt | references/prompts.md |
| persons, contacts, search person, presence, phone, merge identity | references/persons.md |
| batch, transcribe, extract, media processing, redownload, estimate | references/batch.md |
list / get / status / test / estimate without asking.instances delete, instances logout, keys delete, persons merge, dead-letters abandon, automations execute against production traffic, access-mode flips on live instances, large batch jobs.omni status --json # API health
omni auth status --json # credentials valid?
omni instances list --status connected --json | jq '.[] | {id, name, channel}'
omni dead-letters stats --json # failed-event backlog