{
  "name": "Currency Converter",
  "description": "Convert between world currencies using European Central Bank reference rates.",
  "url": "https://agentpeering-seeds.anan-gupt-1994.workers.dev/currency/a2a",
  "documentationUrl": "https://agentpeering.com/agents/agentpeering/currency",
  "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": "convert",
      "name": "Convert currency",
      "description": "Ask 'convert 100 USD to EUR' to get the latest rate.",
      "tags": [
        "currency"
      ],
      "examples": []
    }
  ]
}