Example Commands
Plugin lifecycle
Package install (pick one):
npm
bash
npm i @dangoldbj/openclaw-simplexpnpm
bash
pnpm add @dangoldbj/openclaw-simplexyarn
bash
yarn add @dangoldbj/openclaw-simplexOpenClaw plugin setup:
Install plugin in OpenClaw:
bash
openclaw plugins install @dangoldbj/openclaw-simplexEnable plugin:
bash
openclaw plugins enable simplexTrust plugin:
bash
openclaw config set plugins.allow "$(
(openclaw config get plugins.allow --json 2>/dev/null || echo '[]') \
| jq -c '. + ["simplex"] | unique'
)" --strict-jsonConfigure managed mode:
bash
openclaw channels add --channel simplex --cli-path simplex-chatVerify:
bash
openclaw plugins list
openclaw plugins info simplexGateway method examples
Use your normal gateway client to call:
simplex.invite.createsimplex.invite.listsimplex.invite.revoke
Example payloads:
json
{
"mode": "connect",
"accountId": "default"
}json
{
"accountId": "default"
}