/install feishu-group-thread-reply
Feishu Group Thread Reply
Patch openclaw-lark to reply in threads for all group chat messages.
Quick Apply
# 1. Patch plugin
bash scripts/patch-lark-thread.sh
# 2. Patch live-card (if installed)
python3 scripts/patch-live-card.py
# 3. Restart gateway
openclaw gateway restart
Check Status
bash scripts/patch-lark-thread.sh --check-only
python3 scripts/patch-live-card.py --check-only
Heartbeat Auto-Check
Add to HEARTBEAT.md to auto-detect and re-apply after plugin updates:
### openclaw-lark thread patch
Run: `bash \x3Cskill-dir>/scripts/patch-lark-thread.sh --check-only`
If exit code 1, re-apply: `bash \x3Cskill-dir>/scripts/patch-lark-thread.sh` then restart gateway.
### feishu-live-card watcher
Check running: `ps aux | grep watcher.py | grep -v grep`
If not running: `cd ~/.openclaw/skills/feishu-live-card && python3 watcher.py start &`
How It Works
The plugin hardcodes replyInThread: dc.isThread which is only true when the incoming message is already in a thread. The patch changes this to dc.isGroup || dc.isThread so all group replies use threads.
For detailed explanation, see references/how-it-works.md.
After Plugin Updates
The openclaw-lark plugin is npm-installed. Updates overwrite patched files. Re-run:
bash scripts/patch-lark-thread.sh
openclaw gateway restart
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install feishu-group-thread-reply - 安装完成后,直接呼叫该 Skill 的名称或使用
/feishu-group-thread-reply触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Feishu Group Thread Reply 是什么?
Force openclaw-lark bot replies into message threads in Feishu group chats, preventing main chat noise. Patches the plugin's dispatch layer and optionally th... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 151 次。
如何安装 Feishu Group Thread Reply?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install feishu-group-thread-reply」即可一键安装,无需额外配置。
Feishu Group Thread Reply 是免费的吗?
是的,Feishu Group Thread Reply 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Feishu Group Thread Reply 支持哪些平台?
Feishu Group Thread Reply 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Feishu Group Thread Reply?
由 ArianX(@arianxx)开发并维护,当前版本 v1.0.0。