Octo channel plugin for OpenClaw enabling real-time communication via WuKongIM WebSocket protocol. Current version 1.0.0, stable with no known breaking changes. It acts as a transport layer for OpenClaw, allowing developers to integrate instant messaging features into their applications. Key differentiators: leverages WuKongIM's scalable WebSocket infrastructure, supports TypeScript types, and follows OpenClaw's plugin architecture. Release cadence is initial stable release.
npm install openclaw-channel-octoNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to create an Octo channel, connect using OpenClaw, and listen for messages via WuKongIM WebSocket.
Use createOctoChannel(config) to get the channel object.
Use import syntax. If using CommonJS, consider dynamic import() or switch to ESM.
Ensure openclaw version meets >=2026.4.15.
Use import statement or switch to ESM in your project.
Import default: import createOctoChannel from 'openclaw-channel-octo'
Install openclaw: npm install openclaw@>=2026.4.15