OpenClaw Stepfun is a WebSocket gateway channel plugin that integrates Stepfun Bot API into the OpenClaw platform, enabling real-time bidirectional communication with automatic reconnection and heartbeat keep-alive. The current stable version is 0.2.27, released under MIT license. It requires OpenClaw >= 2026.2.0 and Node.js >= 20.19.0. The plugin is designed for the OpenClaw ecosystem, providing a plugin-based architecture for extending gateway capabilities with Stepfun's service. Installation is primarily through the OpenClaw CLI, with an automated script available. Key differentiators include native integration with OpenClaw's plugin system and support for WebSocket-based real-time messaging.
npm install openclaw-stepfunNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initializes OpenClaw client with Stepfun plugin using environment variables for credentials.
Update OpenClaw to 2026.2.0 or later.
Use Node.js 20.19.0 or newer.
Use import statements or set type: "module" in package.json.
Replace 'appToken' with 'token' in the configuration object.
Ensure OpenClaw gateway has WebSocket transport enabled.
Manually install via 'openclaw plugins install openclaw-stepfun' after verifying the package integrity.
Change to 'import openclawStepfun from 'openclaw-stepfun'' or set type: 'module' in package.json.
Run 'npm install openclaw-stepfun' or install via OpenClaw CLI: 'openclaw plugins install openclaw-stepfun'.
Ensure you instantiate OpenClaw with 'new OpenClaw({ plugins: [...] })' then call client.start().Verify your Stepfun app credentials and update the configuration.
Check network connectivity and ensure the Stepfun API endpoint is reachable. The plugin will auto-reconnect.