Skip to content

thenamespace/resolvio-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Resolvio Skill

A skill for AI coding agents to interact with Resolvio, an ENS (Ethereum Name Service) resolution API.

What is this?

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.

Installation

Install this skill using the skills CLI:

npx skills add thenamespace/resolvio-skill

This will install the skill into your .agent/skills/ directory.

Supported AI Agents

This skill works with popular AI coding agents including:

  • Claude Code (Antigravity)
  • Cursor
  • Windsurf
  • Other agents that support the skills ecosystem

What is Resolvio?

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

API Documentation

Example Use Cases

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"

Contributing

Found a bug or want to improve this skill? Open an issue or PR on GitHub.

License

MIT © Namespace


Built by Namespace | Powered by Resolvio API

About

AI skill for interacting with Resolvio ENS resolution API

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published