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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/shaiss/near-name-serviceWhat 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:
- Decentralized Identity Management: Quickly secure a readable name for your wallet to share with others, replacing long, hexadecimal addresses.
- Asset Portfolio Tracking: Investors holding multiple .near domains can use the list command to monitor their assets and ensure renewals are managed.
- 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.
- Account Automation: Easily integrate name registration into your agentic workflows for automated account setup or decentralized identity onboarding.
Example Prompts
- "Check if the name 'blue-sky' is available on the NEAR Name Service and tell me the cost to register it."
- "Please resolve the domain 'crypto-enthusiast.near' to its corresponding NEAR account ID."
- "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_ACCOUNTis 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-shaiss-near-name-service": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
near-multi-account
Secure multi-account management for NEAR Protocol with encrypted credential storage, account switching, and balance aggregation.
near-best-practices
Comprehensive NEAR best practices guide with 100+ terms covering wallet security, smart contracts, and DeFi safety.
local-approvals
Local approval system for managing agent permissions. Use CLI to approve/deny requests, view history, and manage auto-approved categories.
near-subaccount
Create, list, delete, and manage NEAR subaccounts with bulk distribution operations.
near-airdrop-hunter
Discover NEAR airdrops, check eligibility, claim rewards, and track claimed airdrops across multiple platforms.