/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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install feishu-group-thread-reply - After installation, invoke the skill by name or use
/feishu-group-thread-reply - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 151 downloads so far.
How do I install Feishu Group Thread Reply?
Run "/install feishu-group-thread-reply" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Feishu Group Thread Reply free?
Yes, Feishu Group Thread Reply is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Feishu Group Thread Reply support?
Feishu Group Thread Reply is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Feishu Group Thread Reply?
It is built and maintained by ArianX (@arianxx); the current version is v1.0.0.