Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
alsk1992 avatar

Ens

  • 12 installs
  • 610 repo stars
  • Updated June 26, 2026
  • alsk1992/cloddsbot

ENS is a Claude Code skill that sets your primary ENS name (reverse resolution) on Base and other L2 chains via the ENS Reverse Registrar.

About

ENS is a skill that sets your primary ENS name on Base and other L2 chains through the ENS Reverse Registrar. A developer uses /ens set to configure reverse resolution so an address maps back to name.eth, and /ens verify or /ens resolve to check names. It requires owning a registered ENS name, existing forward resolution, a wallet PRIVATE_KEY, and gas on the target chain.

  • Sets your primary (reverse) ENS name on Base, Arbitrum, Optimism, and Ethereum
  • Creates the bi-directional link so an address resolves back to name.eth
  • Verifies and resolves ENS names via the ENS Reverse Registrar contracts

Ens by the numbers

  • 12 all-time installs (skills.sh)
  • Ranked #306 of 479 Web3 & Blockchain skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

ens capabilities & compatibility

Requires a wallet PRIVATE_KEY and native tokens for gas on the target chain; no service fee stated.

Capabilities
ens primary name · reverse resolution · ens resolve
Pricing
Bring your own API key
From the docs

What ens says it does

Set your primary ENS name on Base and other L2 chains via the ENS Reverse Registrar.
SKILL.md
**Reverse:** `0x1234...` → `name.eth` (set via this skill)
SKILL.md
npx skills add https://github.com/alsk1992/cloddsbot --skill ens

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs12
repo stars610
Last updatedJune 26, 2026
Repositoryalsk1992/cloddsbot

What it does

Set your primary (reverse) ENS name on Base and other L2 chains and verify or resolve ENS names on-chain.

Who is it for?

Configuring reverse ENS resolution across L2 chains for a wallet you control.

Skip if: Registering a new ENS name or setting forward resolution.

When should I use this skill?

You want to set or verify a primary ENS name (reverse resolution) on Base, Arbitrum, Optimism, or Ethereum.

What you get

A bi-directional ENS link so an address resolves back to name.eth on the chosen chain.

By the numbers

  • 4 supported chains: Base, Arbitrum, Optimism, Ethereum

Files

SKILL.mdMarkdownGitHub ↗

ENS Primary Name

Set your primary ENS name on Base and other L2 chains via the ENS Reverse Registrar.

What It Does

Creates a bi-directional link:

  • Forward: name.eth0x1234... (set in ENS resolver)
  • Reverse: 0x1234...name.eth (set via this skill)

Supported Chains

ChainReverse Registrar
Base0x0000000000D8e504002cC26E3Ec46D81971C1664
Arbitrum0x0000000000D8e504002cC26E3Ec46D81971C1664
Optimism0x0000000000D8e504002cC26E3Ec46D81971C1664
Ethereum0x283F227c4Bd38ecE252C4Ae7ECE650B0e913f1f9

Commands

Set Primary Name

/ens set <name.eth>                  Set primary name on Base
/ens set <name.eth> --chain arb      Set on Arbitrum
/ens set <name.eth> --chain eth      Set on Ethereum

Verify

/ens verify <address>                Check if primary name is set
/ens resolve <name.eth>              Resolve ENS name to address

Examples

/ens set myname.eth
/ens set myname.eth --chain arbitrum
/ens verify 0x1234...

Prerequisites

1. Own an ENS name (registered) 2. Forward resolution configured (name → your address) 3. Native tokens for gas (ETH on target chain)

Setup

export PRIVATE_KEY="0x..."  # Your wallet key

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.