@jotmo/openclaw-channel
v0.1.7
Published
OpenClaw channel plugin for Jotmo bots
Readme
@jotmo/openclaw-channel
Jotmo bot channel plugin for OpenClaw.
Install
openclaw plugin install @jotmo/openclaw-channelConfigure
After installation, configure the jotmo channel and provide:
token: the bot token copied from Jotmo when the bot is created
The plugin connects to the default Jotmo gateway automatically.
Example:
channels:
jotmo:
accounts:
default:
token: "jbot_xxxxx"Runtime contract
- Jotmo pushes direct/group route messages over WebSocket.
- The plugin forwards those envelopes to the OpenClaw runtime.
- The plugin normalizes OpenClaw raw reply output into one
reply_group_idtimeline whose non-empty content always means the current full visible snapshot for that group. - Request completion is reported separately from reply-group finality through
bot.route.complete. - Zero-byte outbound attachments are rejected locally and surfaced as explicit failure instead of generic upload validation errors.
- The runtime reply is returned to Jotmo through
bot.message.send. - A second login with the same bot token will kick the previous session.
