Offchain ENS Subname SDK skill
Theoffchain-ens-subname-sdk skill gives your agent the context it needs to work with the Namespace Offchain Manager SDK. It includes examples and common workflows for creating, managing, and resolving offchain ENS subnames.
Install in your project:
- Generate code for creating offchain subnames from a prompt
- Suggest the right SDK methods, types, and parameters
- Answer SDK questions without digging through the docs
ENS components skill
Theens-components skill helps your agent build ENS flows in React with @thenamespace/ens-components. It covers name registration, record management, subname minting, avatar uploads, and theming.
Install in your project:
- Scaffold React flows for name registration, record management, and subname minting
- Choose the right component for the job, including
EnsNameRegistrationForm,EnsRecordsForm,SelectRecordsForm,SubnameMintForm, andOffchainSubnameForm
Resolvio ENS resolution skill
Theresolvio skill gives your agent the context it needs to use the Resolvio ENS Resolution API for forward lookups, reverse lookups, profile reads, text records, and contenthash retrieval.
Install in your project:
- Resolve ENS names to addresses on supported chains
- Reverse resolve wallet addresses to ENS names
- Fetch full ENS profiles, including texts, addresses, and contenthash, in one request
- Use bulk endpoints for tables, leaderboards, and multi-row UI data
Avatar SDK skill
Theavatar-sdk skill gives your agent the context it needs to manage ENS avatar and header images with the @thenamespace/avatar SDK. It covers SIWE v4 authentication, automatic and manual signing flows, and the Metadata Service profile media routes.
Install in your project:
- Upload and delete avatar and header images for ENS subnames
- Wire up a Viem, Ethers, or wagmi wallet as the signing provider with no adapters
- Use the manual SIWE flow for server-side or custom signing
- Enforce the correct network and handle SDK error codes
Skills work with any AI coding tool that supports agent context, including Cursor, Claude Code, and GitHub Copilot.

