{ "name": "@openclaw/synology-chat", "version": "2026.8.1", "description": "Synology Chat channel plugin for OpenClaw channels and direct messages.", "repository": { "type": "git", "url": "https://github.com/openclaw/openclaw" }, "type": "module", "devDependencies": { "@openclaw/plugin-sdk": "workspace:*" }, "openclaw": { "extensions": [ "./index.ts" ], "setupEntry": "./setup-entry.ts", "channel": { "id": "synology-chat", "configuredState": { "env": { "anyOf": [ "SYNOLOGY_CHAT_TOKEN", "SYNOLOGY_CHAT_INCOMING_URL", "SYNOLOGY_NAS_HOST", "SYNOLOGY_ALLOWED_USER_IDS", "SYNOLOGY_RATE_LIMIT", "OPENCLAW_BOT_NAME" ] } }, "label": "Synology Chat", "selectionLabel": "Synology Chat (Webhook)", "docsPath": "/channels/synology-chat", "docsLabel": "synology-chat", "blurb": "Connect your Synology NAS Chat to OpenClaw with full agent capabilities.", "order": 90, "setup": { "fields": [ { "key": "token", "kind": "string", "sensitive": true, "cli": { "flags": "--token ", "description": "Synology Chat token" } }, { "key": "url", "kind": "string", "cli": { "flags": "--url ", "description": "Synology Chat webhook URL" } }, { "key": "webhookPath", "kind": "string", "cli": { "flags": "--webhook-path ", "description": "Synology Chat webhook path" } }, { "key": "useEnv", "kind": "boolean", "cli": { "flags": "--use-env", "description": "Use Synology Chat environment credentials" } } ] } }, "install": { "npmSpec": "@openclaw/synology-chat", "defaultChoice": "npm", "minHostVersion": ">=2026.4.10" }, "compat": { "pluginApi": ">=2026.8.1" }, "build": { "openclawVersion": "2026.8.1" }, "release": { "publishToClawHub": true, "publishToNpm": true } }, "dependencies": { "zod": "4.4.3" } }