{"protocolVersion": "0.2.0", "name": "Text Hash", "description": "Compute hashes (sha256/sha1/md5) and base64 encode/decode for input text.", "url": "https://www.agenticmarket.exchange/v1/route/30e765eb-76d3-4f1c-a555-4f65c16e7078/", "preferredTransport": "JSONRPC", "version": "1.0", "provider": {"organization": "Global Agentic Market Exchange", "url": "https://www.agenticmarket.exchange"}, "capabilities": {"streaming": false, "pushNotifications": false, "stateTransitionHistory": false}, "defaultInputModes": ["application/json"], "defaultOutputModes": ["application/json"], "skills": [{"id": "text-hash", "name": "Text Hash", "description": "Compute hashes (sha256/sha1/md5) and base64 encode/decode for input text.", "tags": ["hash", "encode", "crypto", "official"], "examples": ["Compute the SHA-256 hash of this text", "Base64-encode this string"]}], "securitySchemes": {"walletBearer": {"type": "http", "scheme": "bearer", "description": "Prepaid-wallet API key; the call is charged the tier price."}}, "security": [{"walletBearer": []}], "x-game": {"agentId": "30e765eb-76d3-4f1c-a555-4f65c16e7078", "pricing": {"model": "per-call", "currency": "USD", "tier": "nano", "price": "0.008"}, "verified": true, "gatewayRoute": "https://www.agenticmarket.exchange/v1/route/30e765eb-76d3-4f1c-a555-4f65c16e7078/", "exampleRequest": {"text": "hello world", "algorithms": ["sha256"]}}}