WCS Helper: Feishu Plugin Config
Configure OpenClaw's Feishu plugin without touching config files.
When You Need This
Scenario A — "My AI is not responding in group chat"
→ Send /万重山-飞书-群里 → choose option → select "@才回" or "自动回复"
Scenario B — "The reply is too fast, I want to see it type out"
→ Send /万重山-飞书-打字效果 → toggles streaming mode ON/OFF
Scenario C — "OpenClaw feels stuck, something is wrong"
→ Send /万重山-飞书-诊断 → checks processes, memory, disk, network
Scenario D — "Diagnosis found a problem, fix it automatically"
→ Send /万重山-飞书-修复 → applies automatic fixes
Scenario E — "Just want to see current settings"
→ Send /万重山-飞书 → shows all current settings at once
All Commands
| Command | What It Does |
|---|
| INLINECODE5 | Show all current settings |
| INLINECODE6 |
Toggle streaming mode (watch AI type) |
|
/万重山-飞书-群里 | Change group reply behavior |
|
/万重山-飞书-诊断 | Run diagnostic checks |
|
/万重山-飞书-修复 | Apply automatic fixes |
|
/万重山-飞书-重启 | Restart OpenClaw service |
Setup
Prerequisites
- - OpenClaw installed and running
- Feishu bot configured (appid + appsecret from Feishu Open Platform)
- Bot added to your Feishu workspace
Installation
CODEBLOCK0
First-Time Setup
After installing, send /万重山-飞书 to the bot to verify it works and see current settings.
Feature Details
Streaming Mode (/万重山-飞书-打字效果)
When ON: AI responses appear word-by-word in real-time, like watching someone type.
When OFF: AI waits until the full response is ready, then sends it at once.
Use cases:
- - ON: Conversational chat, brainstorming, interactive dialogue
- OFF: Long reports, structured output, code generation
Group Reply Behavior (/万重山-飞书-群里)
Three modes:
- 1. @才回 (default): Bot only responds when mentioned with @ — good for large groups
- 自动回复: Bot analyzes every group message and responds to relevant ones — good for small groups or focused discussions
- 关闭: Bot ignores all group messages
Diagnostics (/万重山-飞书-诊断)
Checks:
- - OpenClaw process status
- Feishu streaming configuration
- Memory and disk usage
- OpenClaw log errors (last 50 lines)
Auto-Fix (/万重山-飞书-修复)
Automatically fixes:
- - Memory bloat (high memory usage from old processes)
- Zombie autossh tunnel (stale SSH tunnel processes)
- Disk space warnings
Restart (/万重山-飞书-重启)
Restarts the OpenClaw service. Use when:
- - Configuration changes don't take effect
- OpenClaw is unresponsive
- After changing streaming or group reply settings
Architecture
CODEBLOCK1
Config file location: ~/.openclaw/config/channels.json
Troubleshooting
Bot doesn't respond to commands
→ Make sure you're sending a private message to the bot, not a group message
Streaming toggle has no effect
→ Send /万重山-飞书-重启 to reload the config
Group reply mode doesn't work
→ Check if the bot has im:message permissions in the Feishu Open Platform
Diagnostics show errors
→ Send /万重山-飞书-修复 to apply automatic fixes
WCS Helper: 飞书插件配置
无需触碰配置文件即可配置OpenClaw的飞书插件。
何时需要此功能
场景A — 我的AI在群聊中没有回应
→ 发送 /万重山-飞书-群里 → 选择选项 → 选择 @才回 或 自动回复
场景B — 回复太快了,我想看它打字
→ 发送 /万重山-飞书-打字效果 → 切换流式模式 开/关
场景C — OpenClaw感觉卡住了,出问题了
→ 发送 /万重山-飞书-诊断 → 检查进程、内存、磁盘、网络
场景D — 诊断发现问题,自动修复
→ 发送 /万重山-飞书-修复 → 应用自动修复
场景E — 只想查看当前设置
→ 发送 /万重山-飞书 → 立即显示所有当前设置
所有命令
| 命令 | 功能 |
|---|
| /万重山-飞书 | 显示所有当前设置 |
| /万重山-飞书-打字效果 |
切换流式模式(观看AI打字) |
| /万重山-飞书-群里 | 更改群聊回复行为 |
| /万重山-飞书-诊断 | 运行诊断检查 |
| /万重山-飞书-修复 | 应用自动修复 |
| /万重山-飞书-重启 | 重启OpenClaw服务 |
设置
前提条件
- - OpenClaw已安装并运行
- 飞书机器人已配置(来自飞书开放平台的appid + appsecret)
- 机器人已添加到您的飞书工作区
安装
bash
npx -y clawhub install guanqi0914/wcs-helper-feishu-skill
首次设置
安装后,向机器人发送 /万重山-飞书 以验证其工作状态并查看当前设置。
功能详情
流式模式(/万重山-飞书-打字效果)
开启时:AI回复逐字实时显示,就像看着别人打字一样。
关闭时:AI等待完整回复准备就绪后一次性发送。
使用场景:
- - 开启:对话聊天、头脑风暴、互动对话
- 关闭:长报告、结构化输出、代码生成
群聊回复行为(/万重山-飞书-群里)
三种模式:
- 1. @才回(默认):机器人仅在@提及时才回复——适合大群
- 自动回复:机器人分析每条群消息并回复相关内容——适合小群或专注讨论
- 关闭:机器人忽略所有群消息
诊断(/万重山-飞书-诊断)
检查项:
- - OpenClaw进程状态
- 飞书流式配置
- 内存和磁盘使用情况
- OpenClaw日志错误(最近50行)
自动修复(/万重山-飞书-修复)
自动修复以下问题:
- - 内存膨胀(旧进程导致的高内存使用)
- 僵尸autossh隧道(过时的SSH隧道进程)
- 磁盘空间警告
重启(/万重山-飞书-重启)
重启OpenClaw服务。在以下情况下使用:
- - 配置更改未生效
- OpenClaw无响应
- 更改流式或群聊回复设置后
架构
您(飞书)
↓ 发送命令
OpenClaw机器人
↓ 路由到技能
wcs-helper-feishu-skill
↓ 读取配置
~/.openclaw/config/channels.json
↓ 应用更改
OpenClaw重新加载配置
配置文件位置:~/.openclaw/config/channels.json
故障排除
机器人不响应命令
→ 确保您向机器人发送的是私聊消息,而非群聊消息
流式切换无效
→ 发送 /万重山-飞书-重启 以重新加载配置
群聊回复模式不工作
→ 检查机器人在飞书开放平台是否拥有im:message权限
诊断显示错误
→ 发送 /万重山-飞书-修复 以应用自动修复