A skill for AI coding agents to interact with Resolvio, an ENS (Ethereum Name Service) resolution API.
This skill gives AI agents the ability to:
- Resolve ENS names to crypto addresses (ETH, BTC, SOL, etc.)
- Reverse lookup addresses to find their ENS names
- Fetch ENS profiles with social links, avatars, and metadata
- Get text records like Twitter handles, GitHub usernames, etc.
Install this skill using the skills CLI:
npx skills add thenamespace/resolvio-skillThis will install the skill into your .agent/skills/ directory.
This skill works with popular AI coding agents including:
- Claude Code (Antigravity)
- Cursor
- Windsurf
- Other agents that support the skills ecosystem
Resolvio is a production-ready REST API for ENS resolution at https://resolvio.namespace.ninja.
Key features:
- ✅ Fast ENS name → address resolution
- ✅ Reverse resolution (address → ENS name)
- ✅ Multi-chain support (ETH, BTC, SOL, OP, Base, ARB)
- ✅ Complete profile data (texts, contenthash, resolver)
- ✅ Bulk operations (up to 20 addresses at once)
- ✅ 5-minute caching for performance
- ✅ Free, no API key required
- Docs: https://docs.namespace.ninja/api-reference/resolvio/
- Swagger: https://resolvio.namespace.ninja/api/docs
- OpenAPI: https://resolvio.namespace.ninja/api/openapi.json
Resolve an ENS name to an address:
"What's the ETH address for vitalik.eth?"
Get someone's social links:
"Find the Twitter handle for nick.eth"
Reverse lookup addresses:
"What ENS names own these addresses: 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045, 0x225f..."
Get a complete profile:
"Show me all the data for brantly.eth"
Found a bug or want to improve this skill? Open an issue or PR on GitHub.
MIT © Namespace
Built by Namespace | Powered by Resolvio API