mirror of
https://github.com/dtzp555-max/ocp.git
synced 2026-07-22 05:25:08 +00:00
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 <noreply@anthropic.com>
This commit is contained in:
@@ -303,6 +303,22 @@ Add to `~/.openclaw/openclaw.json`:
|
|||||||
|
|
||||||
Restart: `openclaw gateway restart`
|
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 <name> — Create a new key
|
||||||
|
/ocp keys revoke <name> — Revoke a key
|
||||||
|
```
|
||||||
|
|
||||||
|
> **Note:** Terminal CLI uses `ocp <command>`, Telegram/Discord uses `/ocp <command>`.
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
### Requests fail with exit 143 / SIGTERM after ~60 seconds
|
### Requests fail with exit 143 / SIGTERM after ~60 seconds
|
||||||
|
|||||||
Reference in New Issue
Block a user