{
  "name": "CleverHomeClub",
  "version": "1.0.0",
  "description": "Honest reviews of budget smart home devices and automation tips.",
  "url": "https://cleverhomeclub.com/",
  "supportedInterfaces": [
    {
      "url": "https://cleverhomeclub.com/wp-json/",
      "protocol_binding": "HTTP+JSON"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {"id": "search-posts", "name": "Search Posts", "description": "Search published blog posts by keyword.", "tags": ["search", "blog"]},
    {"id": "get-post", "name": "Get Post", "description": "Get full content of a specific post by ID or slug.", "tags": ["content", "blog"]},
    {"id": "list-categories", "name": "List Categories", "description": "List all post categories.", "tags": ["taxonomy", "blog"]},
    {"id": "get-site-info", "name": "Get Site Info", "description": "Get site name, description, and recent posts.", "tags": ["info", "blog"]}
  ]
}
