✓ Verified 💻 Development ✓ Enhanced Data

Near Name Service

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

Rating
4.4 (302 reviews)
Downloads
15,277 downloads
Version
1.0.0

Overview

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

Key Features

1

Check .near name availability

2

Register a .near domain

3

Resolve .near domain to account ID

4

List owned .near domains

5

Simple command-line interface

Complete Documentation

View Source →

NEAR Name Service Skill

Manage .near domain names with ease.

Description

This skill provides a CLI interface to interact with NEAR Name Service (.near domains). Check availability, register names, resolve names to accounts, and manage your owned .near domains.

Features

  • Check .near name availability
  • Register a .near domain
  • Resolve .near domain to account ID
  • List owned .near domains
  • Simple command-line interface

Commands

near-name check

Check if a .near domain is available.

Parameters:

  • name - The domain name (without .near suffix)
Example:
bash
near-name check mydomain

near-name register [account_id]

Register a .near domain.

Parameters:

  • name - The domain name (without .near suffix)
  • account_id - Account to register to (optional, uses default)
Example:
bash
near-name register mydomain myaccount.near

near-name resolve

Resolve a .near domain to its account ID.

Parameters:

  • name - The domain name to resolve
Example:
bash
near-name resolve mydomain.near

near-name list [account_id]

List all .near domains owned by an account.

Parameters:

  • account_id - Account to list domains for (optional, uses default)

Configuration

Set your default account:

bash
export NEAR_ACCOUNT="myaccount.near"

Pricing

  • Registration: ~5-10 NEAR (varies by name length)
  • Annual renewal: ~0.1 NEAR
  • Shorter names (<4 chars) cost more

References

  • NEAR Name Service: https://near.org/names/
  • Naming Registry Contract: naming.near
  • NEAR CLI: https://docs.near.org/tools/near-cli

Installation

Terminal bash

openclaw install near-name-service
    
Copied!

⚙️Configuration Options

Option Type Default Description
NEAR_ACCOUNTstringmyaccount.near-

Tags

#web_and-frontend-development

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author shaiss
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install near-name-service