Skip to content

v2.0.5

Choose a tag to compare

@Sabrimjd Sabrimjd released this 21 Feb 12:29
· 3 commits to master since this release

Changes

  • Config from openclaw.json: Configuration is now read from OpenClaw's plugin config and passed to the daemon - no more separate config.json needed
  • Agent Skill: Added skills/discord-audit-stream/SKILL.md for AI agent-driven installation
  • Simplified README: Updated documentation to reflect new config flow

Installation

openclaw plugins install openclaw-discord-audit-stream

Config Example (in ~/.openclaw/openclaw.json)

{
  "plugins": {
    "entries": {
      "openclaw-discord-audit-stream": {
        "enabled": true,
        "config": {
          "sendMethod": "fallback",
          "fallbackChannelId": "YOUR_CHANNEL_ID"
        }
      }
    }
  }
}