Back to AgentUtil Convert
Card snapshot
convert.agentutil.net
·
2026-05-21 02:39:45 UTC
·
b18d723ec8846384953c7974312cbcc1ac89c1316c78ddfc0c9423b13d18e60c
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "AgentUtil Convert",
"description": "Unit, currency, and encoding conversion for autonomous agents",
"version": "1.0.0",
"url": "https://convert.agentutil.net",
"capabilities": {
"skills": [
{
"id": "convertUnits",
"name": "Convert between units of measurement",
"description": "Convert between units of measurement",
"tags": [
"convert",
"convertUnits"
]
},
{
"id": "convertCurrency",
"name": "Convert between currencies using live exchange rates",
"description": "Convert between currencies using live exchange rates",
"tags": [
"convert",
"convertCurrency"
]
},
{
"id": "convertEncoding",
"name": "Convert between text encodings (base64, hex, url, utf8)",
"description": "Convert between text encodings (base64, hex, url, utf8)",
"tags": [
"convert",
"convertEncoding"
]
}
]
},
"endpoint": "https://convert.agentutil.net",
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"authentication": {
"type": "none",
"note": "Free tier: 10 queries/day, no auth required"
},
"provider": {
"organization": "AgentUtil",
"url": "https://agentutil.net"
}
}