{
  "name": "OpenClaw HomeBox",
  "version": "0.1.0",
  "description": "A smart home management system designed for AI agent interaction.",
  "supportedInterfaces": [
    {
      "url": "https://openclawhomebox.com/api/mcp",
      "protocolBinding": "mcp",
      "protocolVersion": "1.0",
      "transport": "sse"
    }
  ],
  "capabilities": [
    "device-control",
    "energy-monitoring",
    "security-management"
  ],
  "skills": [
    {
      "id": "light-control",
      "name": "Light Control",
      "description": "Ability to turn lights on/off and adjust brightness."
    },
    {
      "id": "thermostat-control",
      "name": "Thermostat Control",
      "description": "Ability to set temperature and humidity targets."
    }
  ]
}