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

near-name-service

Manage NEAR Name Service (.near domains) - check availability, register, resolve, and manage names.

Why use this skill?

Learn how to use the OpenClaw NEAR Name Service skill to check, register, and resolve .near domains. Manage your on-chain identity easily.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/shaiss/near-name-service
Or

What This Skill Does

The near-name-service skill provides an integrated interface for managing NEAR Name Service (.near) domains directly through the OpenClaw agent. It functions as a bridge to the blockchain registry, allowing users to perform complex operations like domain availability checks, registration, resolution, and portfolio management without needing to navigate command-line interfaces manually or interact with smart contracts directly via a web UI. By automating these interactions, it streamlines the process of securing your on-chain identity.

Installation

To add this skill to your OpenClaw environment, ensure you have the OpenClaw agent installed and configured. Open your terminal and execute the following command: clawhub install openclaw/skills/skills/shaiss/near-name-service. After installation, verify the setup by running the near-name command in your terminal to see the available flags. It is recommended to configure your default account using export NEAR_ACCOUNT="yourname.near" to enable seamless execution of command-line operations.

Use Cases

This skill is ideal for several scenarios:

  1. Decentralized Identity Management: Quickly secure a readable name for your wallet to share with others, replacing long, hexadecimal addresses.
  2. Asset Portfolio Tracking: Investors holding multiple .near domains can use the list command to monitor their assets and ensure renewals are managed.
  3. Research and Development: Developers building applications that require domain resolution can use this skill to programmatically check name availability or perform lookups during the prototyping phase.
  4. Account Automation: Easily integrate name registration into your agentic workflows for automated account setup or decentralized identity onboarding.

Example Prompts

  1. "Check if the name 'blue-sky' is available on the NEAR Name Service and tell me the cost to register it."
  2. "Please resolve the domain 'crypto-enthusiast.near' to its corresponding NEAR account ID."
  3. "List all the .near domains currently owned by my account and highlight which ones need attention."

Tips & Limitations

  • Pricing Sensitivity: Remember that shorter domain names (less than 4 characters) are priced at a premium. Always check the current market rates via the service website if you are aiming for short names.
  • Network Dependencies: The skill relies on the NEAR blockchain's network latency. If the chain is congested, transactions (like registration) may take longer to confirm.
  • Environment Variables: Always ensure your NEAR_ACCOUNT is correctly exported in your shell session; failing to do so will require you to specify the account ID manually in every command, increasing the likelihood of errors.

Metadata

Author@shaiss
Stars1054
Views1
Updated2026-02-16
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-shaiss-near-name-service": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#near#blockchain#web3#domain-management#identity
Safety Score: 4/5

Flags: network-access, external-api