openclaw-askred
v1.0.2
Published
OpenClaw channel plugin that bridges your agents with the AskRed mobile app
Downloads
15
Maintainers
Readme
openclaw-askred
OpenClaw channel plugin that connects your agents to the AskRed mobile app.
Installation
openclaw plugins install openclaw-askredConfiguration
Add the following to your ~/.openclaw/openclaw.json:
{
"channels": {
"askred": {
"relay": "wss://multibot-relay.fly.dev",
"agents": [{ "id": "main", "name": "My Assistant" }]
}
},
"agents": {
"bindings": [
{
"channel": "askred",
"peerId": "main",
"agentId": "main"
}
]
}
}Each entry in agents corresponds to one OpenClaw agent you want to expose.
The peerId in the binding must match the agent id.
Pairing with the app
- Start OpenClaw:
openclaw gateway run - Look for the pairing code in the logs:
[askred] pairing code: WOLF-7482 - Open AskRed → Add Agent → OpenClaw → enter the code
- Your agents will appear in the app automatically
CLI commands
Generate a new pairing code
openclaw askred new-pairing-codeInvalidates the current pairing code and generates a fresh one. Useful if you need to re-pair the app after a reset.
How it works
AskRed app ←→ wss://multibot-relay.fly.dev ←→ OpenClaw plugin ←→ Your agents