Skip to content
Automation
Skill

/ens

Set your primary ENS name on Base and L2s - configure reverse resolution

From plugin
cloddsbot
651120 skills
Install
$ npx -y skills add alsk1992/CloddsBot --skill ens --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition โ†’
  • You can call itInvoke it directly when you want it.
  • Slash command/ens

Context preview

The summary Claude sees to decide when to auto-load this skill.

Set your primary ENS name on Base and L2s - configure reverse resolution

SKILL.md

ens.SKILL.md
name: ens
description: "Set your primary ENS name on Base and L2s - configure reverse resolution"
command: ens
emoji: "๐Ÿท๏ธ"
gates:
  envs:
    - PRIVATE_KEY

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.eth` โ†’ `0x1234...` (set in ENS resolver)
  • **Reverse:** `0x1234...` โ†’ `name.eth` (set via this skill)

Supported Chains

| Chain | Reverse Registrar | |-------|-------------------| | Base | `0x0000000000D8e504002cC26E3Ec46D81971C1664` | | Arbitrum | `0x0000000000D8e504002cC26E3Ec46D81971C1664` | | Optimism | `0x0000000000D8e504002cC26E3Ec46D81971C1664` | | Ethereum | `0x283F227c4Bd38ecE252C4Ae7ECE650B0e913f1f9` |

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
Read more
Ships withcloddsbot

Open Source AI trading agent that operates autonomously across 1000+ markets - Polymarket, Kalshi, Binance, Hyperliquid, Solana DEXs, 5 EVM chains. Scans for edge, executes instantly, manages risk while you sleep. Agent commerce protocol for machine-to-machine payments. Self-hosted. Built on Claude.

Get the whole plugin