{
  "id": "custom-webhook",
  "name": "Custom Webhook Channel",
  "description": "HTTP Webhook channel plugin - receive messages via POST and get AI agent replies. Perfect for integrating OpenClaw with any external system via simple HTTP calls.",
  "channels": ["custom-webhook"],
  "capabilities": {
    "inbound": true,
    "outbound": true,
    "webhookReceive": true,
    "webhookPush": true
  },
  "configSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {}
  }
}
