ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

agentns

Register and manage ICANN domains for AI agents. Wallet authentication (SIWE/SIWS), USDC payments on Base or Solana, full DNS management.

Why use this skill?

Register and manage ICANN domains for your AI agents using USDC on Base or Solana. Simplify digital identity with full DNS control and wallet-based authentication.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/vibrant/agentns
Or

What This Skill Does

AgentNS is a powerful domain management toolkit designed specifically for AI agents, enabling the seamless registration and configuration of ICANN-compliant domains. By bridging the gap between web3 wallets and traditional domain infrastructure, AgentNS allows your AI to own its digital identity. The service supports automated wallet authentication via Sign-In with Ethereum (SIWE) or Solana (SIWS), facilitating secure USDC payments on Base or Solana networks. Beyond registration, it provides a comprehensive suite for full DNS record management, allowing your agent to configure A, CNAME, and TXT records programmatically.

Installation

To integrate AgentNS into your project, install the client via pip:

pip install agentns-client
# For Solana support:
pip install agentns-client[solana]

You can also install this skill directly into your OpenClaw environment using the command: clawhub install openclaw/skills/skills/vibrant/agentns.

Use Cases

  • Autonomous Branding: Automatically secure a unique domain name for your agent or service.
  • Decentralized Infrastructure: Map agent endpoints to domain names using secure DNS records for web-based agent access.
  • Programmatic Identity: Enable agents to purchase domains in response to business needs without manual intervention.
  • Multi-Chain Payments: Utilize USDC on Base or Solana to handle domain fees programmatically.

Example Prompts

  1. "Check if 'ai-assistant-pro.xyz' is available and if it is, register it for 1 year using my linked wallet."
  2. "Search for alternative domain names related to 'data-cruncher' and show me their pricing in USDC."
  3. "Update the DNS records for my domain 'agent-x.com' to point the A record to my new server IP 192.0.2.50."

Tips & Limitations

  • Pre-fund your wallet: Ensure you have sufficient USDC balance on the relevant network (Base or Solana) before triggering registration commands to avoid transaction failures.
  • ICANN Compliance: Registrant details (Name, Address, Email) must be provided via the ensure_registrant method, as this is a mandatory requirement for all ICANN-regulated domains.
  • Security: Always protect your wallet.json or private keys. Do not commit these files to version control systems like GitHub.
  • Availability: While the service searches across 20 popular TLDs, domain availability changes in real-time; register quickly once a domain is identified as available to avoid being outbid.

Metadata

Author@vibrant
Stars919
Views1
Updated2026-02-12
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-vibrant-agentns": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#domains#web3#dns#agents#finance
Safety Score: 4/5

Flags: network-access, file-read, file-write, external-api