Newsdance OpenClaw Plugin
Receives Newsdance webhook events at /plugins/newsdance/events and sends a visible message to the configured OpenClaw delivery target.
Minimal plugin config:
{
enabled: true,
config: {
path: "/plugins/newsdance/events",
secret: {
source: "env",
provider: "default",
id: "NEWSDANCE_OPENCLAW_PLUGIN_SECRET"
},
delivery: {
channel: "telegram",
target: "<chat-id>"
}
}
}