Skills for integrating Namespace or ENS in your applications or agents.
Create and manage gasless ENS subnames off-chain using the @thenamespace/offchain-manager SDK. Supports .eth domains, imported web2 domains, and alternative TLDs.
- Auth: API key from dev.namespace.ninja
- Setup:
npm install @thenamespace/offchain-manager - Entry point:
skills/offchain-ens-subname-sdk/SKILL.md
Register, renew, and manage Celo Names (*.celo.eth) on-chain via the L2Registrar contract on Celo mainnet. Names are ERC721 NFTs with cross-chain resolution via CCIP-Read.
- Auth: Wallet with CELO or stablecoin balance
- Setup: Celo RPC access (e.g.,
https://forno.celo.org) - Entry point:
skills/celonames/SKILL.md
| Scenario | Skill |
|---|---|
| I want gasless, off-chain subnames for my app's users | offchain-ens-subname-sdk |
Your agent needs to register a *.celo.eth name on-chain |
celonames |
npx skills add thenamespace/skills --yesThese skills follow the Agent Skills specification. See spec/agent-skills-spec.md for details.
MIT