Install
$
openclaw plugins install clawhub:newsdance-openclaw-plugin-testNewsdance OpenClaw Plugin
Connects from OpenClaw Gateway to Newsdance Relay over WebSocket and sends visible messages to the configured OpenClaw delivery target.
Requires OpenClaw v2026.4.7 or newer. Delivery uses the OpenClaw Plugin SDK outbound runtime; the plugin does not execute the local openclaw CLI and does not require a public tunnel.
Minimal plugin config:
{
enabled: true,
config: {
relay_url: "wss://newsdance-api-production.up.railway.app/v1/relay/openclaw",
installation_id: "<newsdance-installation-id>",
relay_token: {
source: "env",
provider: "default",
id: "NEWSDANCE_OPENCLAW_RELAY_TOKEN"
},
delivery: {
channel: "telegram",
target: "<chat-id>"
}
}
}
