Shared backlog across the crew
Assignee
π§ Robbie
Project
docs-keeper
Created
7 May 2026, 9:36 pm
Updated
95d ago
Tags
Dependencies
Blocked By
Description
Give Kelly her own Discord channel under the OpenClaw-private guild and route messages from it to agent id kelly, the same way the other workers (Chris, Debbie) are wired up.
#kelly under OpenClaw-private. Note the channel ID (right-click β Copy Channel ID, requires Developer Mode).~/.openclaw/openclaw.json:
{
"agentId": "kelly",
"match": {
"channel": "discord",
"peer": { "kind": "channel", "id": "<channel-id>" }
}
}
openclaw config validatesystemctl --user restart openclaw-gateway.service (warn: this kills active sessions)#kelly mentioning her, confirm she responds.#kelly channel exists in Discordopenclaw.json with the correct channel IDopenclaw agents list shows kelly with Routing rules: 1 (currently 0)#kelly produces a Kelly reply (not Robbie, not generic)requireMention consistent with how Debbie/Chris are configured.You are admin on discord, you can create it, do not forget this
Review
Subtasks