Skip to content

thenamespace/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Namespace Skills

Skills for integrating Namespace or ENS in your applications or agents.

Skills

skills/offchain-ens-subname-sdk

Create and manage gasless ENS subnames off-chain using the @thenamespace/offchain-manager SDK. Supports .eth domains, imported web2 domains, and alternative TLDs.

skills/celonames

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

skills/resolvio

Resolve ENS names and addresses via the Resolvio API, including full profile lookups (texts, addresses, contenthash) and batch reverse resolution for leaderboards/tables.

skills/ens-components

React UI kit for ENS and Namespace flows. Covers ENS name registration, record editing, onchain subname minting, offchain subnames, avatar/header upload, theming, and callback-driven customization. Built on wagmi.

  • Auth: None required (wallet connection handled by wagmi)
  • Setup: npm install @thenamespace/ens-components
  • Entry point: skills/ens-components/SKILL.md

Which skill should I use?

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
I need ENS profile/reverse resolution over HTTP resolvio
I want React components for ENS registration, records, or subnames ens-components

Installation

npx skills add thenamespace/skills --yes

Specification

These skills follow the Agent Skills specification. See spec/agent-skills-spec.md for details.

Official Links

License

MIT

About

Agent Skills for ENS and Namespace

Topics

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Contributors