openclaw-stepfun
v0.2.12
Published
OpenClaw Stepfun WebSocket gateway channel plugin
Downloads
15,924
Readme
OpenClaw Stepfun Plugin
OpenClaw Stepfun WebSocket Gateway Channel Plugin - 将阶跃星辰 Stepfun Bot API 集成到 OpenClaw 平台。
功能特性
- 🤖 支持 Stepfun Bot API 双向通信
- 🔄 自动重连和心跳保活
- 📡 WebSocket 实时消息推送
安装
一键安装(推荐)
curl -fsSL http://static.stepfun.com/static/openclaw/install.sh | bash -s -- \
--app-id "YOUR_APP_ID" \
--app-token "YOUR_APP_TOKEN" \
--enable手动安装
openclaw plugins install openclaw-stepfun📖 安装详情
验证安装:
openclaw plugins list配置插件
打开 OpenClaw Web UI(默认地址:http://127.0.0.1:18789):
- 进入 Channels 页面
- 找到 Stepfun Channels
- 填写 App ID 和 App Token
- 点击 Save 保存配置
更新
更新插件到最新版本:
openclaw plugins update openclaw-stepfun更新完成后重启网关:
openclaw gateway restart环境要求
- OpenClaw >= 2026.2.0
- Node.js >= 18.0.0
