Jump to related tools in the same category or review the original source on GitHub.

Web & Frontend Development @shaiss Updated 6/28/2026 1,621 downloads 0 stars Security: Pass

Near Name Service OpenClaw Plugin & Skill | ClawHub

Looking to integrate Near Name Service into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate web & frontend development tasks instantly, without having to write custom tools from scratch.

What this skill does

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

Install

ClawHub CLI
openclaw skills install @shaiss/near-name-service
Node.js (npx)
npx clawhub@latest install near-name-service

Full SKILL.md

Open original
Metadata table.
namedescription
near-name-serviceManage NEAR Name Service (.near domains) - check availability, register, resolve, and manage names.

SKILL.md content below is scrollable.

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 <name>

Check if a .near domain is available.

Parameters:

  • name - The domain name (without .near suffix)

Example:

near-name check mydomain

near-name register <name> [account_id]

Register a .near domain.

Parameters:

  • name - The domain name (without .near suffix)
  • account_id - Account to register to (optional, uses default)

Example:

near-name register mydomain myaccount.near

near-name resolve <name>

Resolve a .near domain to its account ID.

Parameters:

  • name - The domain name to resolve

Example:

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:

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

ClawHub Registry URL: https://clawhub.ai/shaiss/skills/near-name-service

Related skills

If this matches your use case, these are close alternatives in the same category.