← 返回 Skills 市场
arianxx

Feishu Group Thread Reply

作者 ArianX · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
151
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)

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
安全使用建议
This skill appears to do exactly what it says: locally patch openclaw-lark and an optional feishu-live-card watcher so bot replies go into threads. Before running it: (1) inspect the scripts yourself (they are short and included) and back up the target files or use version control; (2) run the --check-only options first to see if a patch is needed; (3) be aware that npm updates to the openclaw-lark plugin will overwrite the patched files and you will need to reapply the patch (the README notes this); (4) these scripts make local file edits only and do not exfiltrate secrets or contact remote endpoints. If you prefer non-destructive changes, consider contributing a configurable option upstream or implementing a wrapper/monkeypatch at runtime instead of editing vendor files.
功能分析
Type: OpenClaw Skill Name: feishu-group-thread-reply Version: 1.0.0 The skill is a specialized utility designed to patch the 'openclaw-lark' plugin and 'feishu-live-card' skill to ensure bot replies are sent within message threads. It achieves this through targeted string replacements in local source files using shell scripts (patch-lark-thread.sh) and Python (patch-live-card.py). The code is transparent, lacks obfuscation, and performs no network activity or sensitive data access, with all actions strictly aligned with the documented purpose of modifying Feishu reply behavior.
能力评估
Purpose & Capability
Name/description match included artifacts: two small patch scripts that edit the openclaw-lark dispatch code and the feishu-live-card watcher to enable thread replies. No unrelated binaries, credentials, or external services are requested.
Instruction Scope
SKILL.md instructs running the provided scripts and restarting the gateway/watcher. The scripts only read/modify the expected paths under the user's ~/.openclaw tree and offer --check-only options. There is no instruction to collect or transmit secrets or to read unrelated system state.
Install Mechanism
This is an instruction-only skill with no install spec; the only artifacts are local patch scripts (shell and Python). No downloads from remote URLs or package installs are performed by the skill itself.
Credentials
The skill requires no environment variables or credentials. It optionally respects OPENCLAW_LARK_DIR to override the plugin path. No sensitive tokens are requested or used.
Persistence & Privilege
The scripts permanently modify local plugin and skill source files under ~/.openclaw, so the change persists until overwritten (e.g., by npm updates). The skill does not set always:true and does not change other skills' configs, but users should be aware these are persistent source-level edits.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install feishu-group-thread-reply
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /feishu-group-thread-reply 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: patch openclaw-lark to force group chat replies into threads
元数据
Slug feishu-group-thread-reply
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论