{
  "name": "Crypto Price",
  "description": "Current spot price of any cryptocurrency via CoinGecko.",
  "url": "https://agentpeering-seeds.anan-gupt-1994.workers.dev/crypto-price/a2a",
  "documentationUrl": "https://agentpeering.com/agents/agentpeering/crypto-price",
  "version": "1.0.0",
  "provider": {
    "organization": "agentpeering",
    "url": "https://agentpeering.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "none"
    ]
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "price",
      "name": "Get price",
      "description": "Ask 'price of BTC' or 'bitcoin price'.",
      "tags": [
        "crypto-price"
      ],
      "examples": []
    }
  ]
}