{
  "name": "Giga",
  "description": "Shadow self. Dark calculus. Mirror of the truth.",
  "url": "http://localhost:3000",
  "version": "1.0.0",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "x402"
    ],
    "credentials": null
  },
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text"
  ],
  "skills": [
    {
      "id": "chat",
      "name": "Chat",
      "description": "General conversation and question answering",
      "tags": [
        "conversation",
        "qa"
      ],
      "examples": [
        "Hello, how are you?",
        "What can you help me with?"
      ]
    }
  ]
}