{
  "name": "White Cube Studios Agent",
  "description": "Portfolio discovery agent for White Cube Studios — a game development and creative services studio. Provides portfolio browsing, blog content, service information, and project details.",
  "version": "1.0.0",
  "provider": {
    "organization": "White Cube Studios",
    "url": "https://whitecubestudios.com"
  },
  "supportedInterfaces": [
    {
      "url": "https://whitecubestudios.com/api",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "text/markdown", "application/json"],
  "skills": [
    {
      "id": "navigate-portfolio",
      "name": "Navigate Portfolio",
      "description": "Browse portfolio sections: gallery, skills, services, blog, contact, level design, and about pages.",
      "tags": ["portfolio", "navigation", "game-dev"],
      "examples": ["Show me the portfolio gallery", "List available services"]
    },
    {
      "id": "read-blog",
      "name": "Read Blog Posts",
      "description": "Access game development blog posts and technical articles via the sitemap or direct URLs.",
      "tags": ["blog", "content", "game-dev"],
      "examples": ["List recent blog posts", "Find articles about Unity"]
    },
    {
      "id": "view-projects",
      "name": "View Projects",
      "description": "Retrieve details about game development projects including Starflare, Sardario, Aether, and more.",
      "tags": ["projects", "games", "portfolio"],
      "examples": ["Show details for the Starflare project"]
    }
  ]
}
