用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Supernor/openclaw-skills --skill oc命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | oc |
| description | OpenClaw CLI quick-reference. Maps common operations to oc commands. Use this instead of docker compose exec. |
| version | 1.1.0 |
| author | reactor |
| tags | ["oc","cli","openclaw","commands","operations","docker"] |
| trigger | {"command":"/oc","keywords":["openclaw command","oc command","docker compose exec","gateway command","agent command","how to"]} |
NEVER use docker compose exec openclaw-gateway npx openclaw ... — use oc directly.
oc agent --message "<text>" # talk to default agent
oc agent --message "<text>" --to <agent-id> # talk to specific agent
oc agent --message "<text>" --json # JSON output
oc agent --message "<text>" --timeout 300 # long task
oc agent --message "<text>" --deliver # send reply to channel
oc health # gateway + channel health
oc doctor # diagnose problems
oc doctor --deep # deep diagnosis
oc status # channel health + recent recipients
oc status --deep # probes + detailed status
oc config get <dot.path> # read config value
oc config set <dot.path> <value> # set config value
oc config unset <dot.path> # remove config value
oc config validate # check config against schema
oc config file # print config file path
oc models status # show current model config
oc models aliases list # list model aliases
oc models aliases add <name> <model> # add alias
oc models fallbacks list # list fallback chain
oc models fallbacks add <model> # add fallback
oc models auth add # add auth profile
oc models auth order get # view auth priority
oc gateway status # gateway process status
oc gateway restart # restart gateway
oc gateway start # start gateway
oc gateway stop # stop gateway
oc channels list # list configured channels
oc channels status # channel connection status
oc sessions # list sessions
oc skills list # list all skills
oc skills check # check skill readiness
oc skills info <name> # skill details
oc agents list # list all agents
oc message send --to <dest> --body "<text>" # send a message
oc logs # tail gateway logs
backbone status # backbone listener state (host CLI)
backbone snapshot # one-time backbone dump (host CLI)
oc secrets reload # reload secrets from env/files
oc secrets audit # audit secret configuration
oc cron list # list cron jobs
oc memory search "<query>" # search agent memory
oc hooks list # list hooks
docker compose up -d openclaw-gateway # recreate (picks up new .env vars)
docker compose exec --user root openclaw-gateway <cmd> # root installs
docker cp <file> $(docker compose ps -q openclaw-gateway):<dest> # copy files in