{
  "id": "openclaw-weixin",
  "name": "WeChat",
  "description": "Community-maintained WeChat (Weixin) channel plugin for OpenClaw using the iLink bot API.",
  "icon": "https://openclaw-weixin.newfuture.cc/logo.svg",
  "version": "3.1.6",
  "channels": ["openclaw-weixin"],
  "channelConfigs": {
    "openclaw-weixin": {
      "schema": {
        "type": "object",
        "additionalProperties": true,
        "properties": {
          "botAgent": {
            "type": "string",
            "description": "Self-declared bot_agent identifier for backend observability."
          },
          "replyProgressMessages": {
            "type": "boolean",
            "default": true,
            "description": "Send structured tool-call progress messages."
          }
        }
      },
      "label": "WeChat",
      "description": "Weixin channel configuration."
    }
  },
  "configSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {}
  }
}
