{
  "id": "synology-chat",
  "name": "Synology Chat",
  "description": "Synology Chat channel plugin for OpenClaw channels and direct messages.",
  "activation": {
    "onStartup": false
  },
  "channels": [
    "synology-chat"
  ],
  "channelEnvVars": {
    "synology-chat": [
      "SYNOLOGY_CHAT_TOKEN",
      "SYNOLOGY_CHAT_INCOMING_URL",
      "SYNOLOGY_NAS_HOST",
      "SYNOLOGY_ALLOWED_USER_IDS",
      "SYNOLOGY_RATE_LIMIT",
      "OPENCLAW_BOT_NAME"
    ]
  },
  "configSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {}
  },
  "channelConfigs": {
    "synology-chat": {
      "schema": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
          "dangerouslyAllowNameMatching": {
            "type": "boolean"
          },
          "dangerouslyAllowInheritedWebhookPath": {
            "type": "boolean"
          }
        },
        "additionalProperties": {}
      },
      "label": "Synology Chat",
      "description": "Connect your Synology NAS Chat to OpenClaw with full agent capabilities."
    }
  }
}
