{
  "name": "nexusbuilds-pc-builder",
  "description": "NexusBuilds PC Builder & Hardware Commerce Agent",
  "url": "https://nexusbuilds.maenababneh.dev",
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "tools": true
  },
  "skills": [
    {
      "name": "compatibility_checker",
      "description": "Validates physical and electrical PC component compatibility",
      "endpoint": "https://nexusbuilds.maenababneh.dev/api/builder/verify"
    },
    {
      "name": "fps_estimator",
      "description": "Calculates realistic gaming framerates across resolutions",
      "endpoint": "https://nexusbuilds.maenababneh.dev/api/builder/fps"
    }
  ],
  "authentication": {
    "type": "bearer",
    "token_endpoint": "https://nexusbuilds.maenababneh.dev/api/auth/token"
  }
}