/ens
Set your primary ENS name on Base and L2s - configure reverse resolution
$ npx -y skills add alsk1992/CloddsBot --skill ens --agent claude-codeHow 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.mdname: ens
description: "Set your primary ENS name on Base and L2s - configure reverse resolution"
command: ens
emoji: "๐ท๏ธ"
gates:
envs:
- PRIVATE_KEYENS 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
name: ens
description: "Set your primary ENS name on Base and L2s - configure reverse resolution"
command: ens
emoji: "๐ท๏ธ"
gates:
envs:
- PRIVATE_KEYENS 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
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.
Repo: alsk1992/CloddsBot
Other skills on cloddsbot.
- /acp
Enable agent-to-agent commerce with on-chain escrow, cryptographic agreements, and service discovery.
Open skill - /agentbets
AgentBets - AI-native prediction markets on Solana
Open skill - /ai-strategy
AI Strategy - natural language to trades
Open skill - /alerts
Create and manage price alerts for prediction markets
Open skill - /analytics
Performance attribution, trade analytics, and strategy optimization
Open skill - /arbitrage
Automated cross-platform arbitrage detection and monitoring
Open skill

