From ed53c5e0c5fc4a5fb893ef270d4ad7e6a338623d Mon Sep 17 00:00:00 2001 From: dtzp555 Date: Fri, 10 Apr 2026 21:48:55 +1000 Subject: [PATCH] docs: add Telegram/Discord /ocp slash command usage to README Clarify that /ocp commands are for Telegram/Discord via gateway plugin, while terminal CLI uses ocp (without slash). Co-Authored-By: Claude Opus 4.6 --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index dad7f8f..68ba197 100644 --- a/README.md +++ b/README.md @@ -303,6 +303,22 @@ Add to `~/.openclaw/openclaw.json`: Restart: `openclaw gateway restart` +### Telegram / Discord Usage + +After installing the gateway plugin, use `/ocp` slash commands in your chat: + +``` +/ocp status — Quick overview +/ocp usage — Plan usage limits & model stats +/ocp models — Available models +/ocp health — Proxy diagnostics +/ocp keys — List all API keys (multi mode) +/ocp keys add — Create a new key +/ocp keys revoke — Revoke a key +``` + +> **Note:** Terminal CLI uses `ocp `, Telegram/Discord uses `/ocp `. + ## Troubleshooting ### Requests fail with exit 143 / SIGTERM after ~60 seconds