@robot-inventor

Discord Ignore

Rule-based Discord message filtering and /cooldown slash command support for OpenClaw.

当前版本
v0.1.2
code-plugin社区source-linked

openclaw-discord-ignore

Rule-based Discord message filtering plugin for OpenClaw.

This plugin can drop selected inbound Discord messages before they are dispatched to the agent. It also adds a /cooldown command that temporarily ignores messages in the current Discord channel.

Features

  • Ignore messages from configured Discord account IDs.
  • Ignore messages that start with configured leading strings.
  • Temporarily put the current channel on cooldown with /cooldown.

By default, no account IDs and no leading strings are ignored.

Configuration

Configure the plugin through OpenClaw's plugin config for discord-ignore.

{
    "defaultCooldownMinutes": 30,
    "ignoredAccountIds": [],
    "ignoredLeadingStrings": []
}

For example, to ignore messages that start with colon, you can set ignoredLeadingStrings like this:

{
    "ignoredLeadingStrings": [":", ":"]
}
  • defaultCooldownMinutes: Default cooldown duration in minutes used by the /cooldown command. The default value is 30.
  • ignoredAccountIds: An array of Discord account IDs (as strings) whose messages should be ignored.
  • ignoredLeadingStrings: An array of strings. Inbound messages that start with any of these strings will be ignored.

Commands

This plugin also adds /cooldown slash command to Discord, which can be used to temporarily ignore messages in the current channel for a specified duration.

You can enable cooldown in the current channel with /cooldown or /cooldown on, which will use the defaultCooldownMinutes value as the cooldown duration. You can also specify a custom cooldown duration in minutes with /cooldown <minutes>. To disable cooldown, use /cooldown off.

源码与版本

源码仓库

Robot-Inventor/openclaw-discord-ignore

打开仓库

源码提交

6235ff446af1065bcb118b4dfdb73a292101dd53

查看提交

安装命令

openclaw plugins install clawhub:@robot-inventor/discord-ignore

元数据

  • 包名: @robot-inventor/discord-ignore
  • 创建时间: 2026/05/08
  • 更新时间: 2026/05/08
  • 执行代码:
  • 源码标签: v0.1.2

兼容性

  • 构建于 OpenClaw: 2026.5.7
  • 插件 API 范围: >=2026.5.2
  • 标签: latest
  • 文件数: 6