OpenClaw operator examples
Connected-but-not-replying recovery
Use this page when the bot or channel appears connected but users still are not getting the replies they expect.
RuleDo not escalate into deeper runtime or source work until the policy and context checks are done first.
Recovery path
Separate the small failures before you touch bigger layers
- Split transport/auth from policy/visibility problems
- Confirm that connected really means connected
- Separate DM from shared-space context
- Check pairing, mention gating, and allowlists
- Only then branch into channel-specific gotchas
- Verify the actual reply behavior that was broken