Use this page as a command cookbook after the first setup is working. For the full first-run flow, start with Getting Started.Documentation Index
Fetch the complete documentation index at: https://openclaw-simplex.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The long-running
simplex-chat -p 5225 process should run in a separate terminal or as a host-managed service. See Runtime Setup for persistent startup.Install and verify
Start the SimpleX WebSocket runtime:Invite and address management
Create a one-time invite link and print a terminal QR code:Pairing
List pending pairing requests:Migration
Migrate oldersimplex installs to openclaw-simplex:
SimpleX console commands
Run these inside thesimplex-chat console if you want to manage links directly from the runtime:
| Command | Meaning |
|---|---|
/c | Create a one-time connect link. |
/ad | Create or return the account address link. |
/show_address | Show the current address link. |
/delete_address | Revoke the current address link. |
Gateway method names
For programmatic invite/address automation, the plugin exposessimplex.invite.create, simplex.invite.list, and simplex.invite.revoke. See Gateway Methods for request and response shapes.