← 返回 Skills 市场
多机器人去重消息
作者
scottrao635-svg
· GitHub ↗
· v1.0.0
· MIT-0
175
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install multi-bot-dedup
功能描述
多飞书机器人去重回复规则。当同一用户通过多个机器人渠道同时发送相同消息时,AI 只回复一次,避免重复打扰。适用于配置了多路飞书机器人接入的 OpenClaw 场景。
安全使用建议
This skill is internally consistent and simple, but review these before installing:
- Confirm you trust the source (homepage unknown). The skill will store sender IDs, timestamps, and message hashes in skills/multi-bot-dedup/dedup_state.json.
- Decide on retention and privacy: remove or rotate entries if you don't want persistent PII. Consider hashing with a salt or storing only non-reversible identifiers if privacy is a concern.
- Ensure the runtime has safe file permissions for the skills directory so other users/processes cannot read the state file if that would expose PII.
- The SKILL.md leaves hashing and update atomicity unspecified — in multi-process or multi-instance setups you may get race conditions; consider using a central atomic store (Redis/DB) if you need reliable dedup across concurrent workers.
- Test in a staging environment to confirm the 30s window and first-50-characters rule meet your needs and don't cause unexpected suppression of legitimate replies.
功能分析
Type: OpenClaw Skill
Name: multi-bot-dedup
Version: 1.0.0
The skill bundle provides behavioral instructions for an AI agent to implement a deduplication mechanism for multiple Feishu (Lark) bots. It uses a local state file (dedup_state.json) to track message hashes and timestamps, ensuring the agent only responds once to identical messages within a 30-second window. No malicious code, data exfiltration, or harmful prompt injections were identified.
能力评估
Purpose & Capability
Name/description match the actual behavior: the SKILL.md describes a local dedup rule implemented by reading/updating a dedup_state.json file. There are no unrelated env vars, binaries, or install steps requested.
Instruction Scope
Instructions are narrowly scoped to reading/writing skills/multi-bot-dedup/dedup_state.json and computing a simple hash of sender_id + first 50 chars. This is appropriate for deduplication, but the SKILL.md leaves the hashing algorithm unspecified, and it directs persistent storage of sender IDs and timestamps (privacy/retention concern). It also says the AI should '主动遵守' the rule — implementation details (concurrency, atomic updates) are left to the integrator.
Install Mechanism
Instruction-only skill with no install spec and no code files to execute. This minimizes installation risk because nothing is downloaded or installed.
Credentials
No environment variables or external credentials are requested (proportional). However, the skill persists per-user entries (sender_id, last_reply_time, last_message_hash) in a local JSON file — consider whether storing these identifiers is acceptable for your privacy policy and whether the file location has appropriate access controls.
Persistence & Privilege
Does not request always:true or system-wide changes. The only persistence is its own dedup_state.json in its skill path, which is consistent with the described function.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install multi-bot-dedup - 安装完成后,直接呼叫该 Skill 的名称或使用
/multi-bot-dedup触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
multi-bot-dedup 1.0.0 introduces a message deduplication rule for multi-bot Feishu setups:
- Prevents multiple bots from sending duplicate replies when the same user triggers identical messages across channels.
- Uses a simple hash of the first 50 characters and tracks sender plus timing to identify duplicates within a 30-second window.
- Ensures each user message receives only one AI reply within the window, reducing annoyance from repeated responses.
- Describes step-by-step logic and state file usage for managing deduplication.
元数据
常见问题
多机器人去重消息 是什么?
多飞书机器人去重回复规则。当同一用户通过多个机器人渠道同时发送相同消息时,AI 只回复一次,避免重复打扰。适用于配置了多路飞书机器人接入的 OpenClaw 场景。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 175 次。
如何安装 多机器人去重消息?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install multi-bot-dedup」即可一键安装,无需额外配置。
多机器人去重消息 是免费的吗?
是的,多机器人去重消息 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
多机器人去重消息 支持哪些平台?
多机器人去重消息 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 多机器人去重消息?
由 scottrao635-svg(@scottrao635-svg)开发并维护,当前版本 v1.0.0。
推荐 Skills