{"name":"Sui Agent","description":"Paid AI agent for Sui blockchain analysis — query objects, check balances, inspect gas coins, look up transaction blocks, and get chain info across mainnet, devnet, and testnet. Powered by sui client CLI. Accepts USDC payment via x402 protocol.","version":"0.1.0","protocols":{"a2a":{"version":"0.3","spec":"https://a2a-protocol.org","agent_card":"/.well-known/agent-card.json"},"x402":{"enabled":true,"spec":"https://x402.org","network":"eip155:8453","asset":"USDC","pay_to":"0xa016f608aDb394B861A6a6282Ac3cB842d43d25C","default_price":"$0.001","facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}},"skills":[{"id":"object_query","name":"Object Query","description":"Look up any Sui object by ID — type, owner, version, and content across mainnet/devnet/testnet.","price":"$0.001","tags":["object","query","sui","multienv"],"examples":["Show object 0x2::coin::Coin<0x2::sui::SUI>","List all objects owned by this address on devnet"]},{"id":"balance_check","name":"Balance Check","description":"Check SUI balance and gas coin details for any address.","price":"$0.001","tags":["balance","gas","sui","multienv"],"examples":["What's the SUI balance of this address?","Show gas coins for this address on testnet"]},{"id":"transaction_lookup","name":"Transaction Lookup","description":"Look up a transaction block by digest — status, gas cost, effects, and events.","price":"$0.001","tags":["transaction","tx-block","digest","sui","multienv"],"examples":["Show transaction block for digest abc123...","What happened in this transaction on mainnet?"]},{"id":"network_info","name":"Network Info","description":"Get Sui network information — chain identifier, dynamic fields, and environment listing.","price":"$0.001","tags":["chain","network","env","sui","multienv"],"examples":["What chain ID is this?","List configured Sui environments"]}],"endpoints":{"task":{"method":"POST","path":"/","paid":true,"price":"$0.001","description":"A2A JSON-RPC task execution"},"agent_card":{"method":"GET","path":"/.well-known/agent-card.json","paid":false,"description":"A2A agent card (capabilities, skills)"},"discovery":{"method":"GET","path":"/discovery","paid":false,"description":"Agent-friendly service discovery (this endpoint)"},"llms_txt":{"method":"GET","path":"/llms.txt","paid":false,"description":"LLM-optimized plaintext API reference"},"health":{"method":"GET","path":"/health","paid":false,"description":"Health check"}}}