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"
}
}
}
}
}