ens-primary-name
Installation
SKILL.md
ENS Primary Name
Set your primary ENS name on Base and other L2 chains via the ENS Reverse Registrar.
A primary name creates a bi-directional link:
- Forward:
name.eth→0x1234...(set in ENS resolver) - Reverse:
0x1234...→name.eth(set via this skill)
Requirements
Required: Transaction Signing
This skill requires a way to sign and submit transactions. It looks for the bankr skill which provides wallet functionality via the Bankr API.
If you don't have bankr installed:
- Install from: https://github.com/BankrBot/thinkfleet-skills (bankr skill)
- Or modify the scripts to use your own transaction submission method