A comprehensive toolkit for installing and managing the NEAR Protocol CLI across all platforms.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install near-cli-tools
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install near-cli-tools using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
NEAR Tools provides a robust framework for developers to interact with the NEAR Protocol blockchain directly from their terminal. This skill focuses on the installation and initial setup of near-cli-rs, the official Rust-based command-line interface. By integrating this into your Openclaw Skills library, you ensure that your AI agents can seamlessly perform blockchain operations, manage accounts, and deploy smart contracts.
It covers everything from shell script installations for Unix-like systems to npm-based setups for Windows environments, making it an essential utility for any decentralized application developer. This skill emphasizes the importance of environment consistency, particularly for automated workflows where locating the absolute binary path is critical for execution reliability.
For Linux, macOS, or WSL, use the official shell script:
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/latest/download/near-cli-rs-installer.sh | sh
For environments with Node.js installed:
npm install -g near-cli-rs
To make the installation permanent, add the following to your shell configuration file (e.g., .bashrc or .zshrc):
export PATH="$HOME/.cargo/bin:$PATH"
Reload your shell with source ~/.bashrc to apply changes.
NEAR Tools organizes configuration and account data within the user's home directory to maintain secure access to blockchain assets. The primary data structures include:
| Item | Location | Description |
|---|---|---|
| Config File | ~/.config/near-cli/config.toml |
Stores network connections, default accounts, and CLI preferences. |
| Credentials | ~/.near-credentials/ |
Directory containing JSON files for account private keys and access keys. |
| Binary Path | /usr/local/bin or ~/.cargo/bin |
The location of the executable used by Openclaw Skills for automation. |
| Versioning | near --version |
Tracks the specific release of near-cli-rs currently in use. |
Loading
A comprehensive long-term memory management system that provides AI assistants with human-like cognitive memory layers.

A terminal-based skill for spawning, monitoring, and managing multiple AI coding agents in persistent background tmux sessions.

A proactive health intelligence skill for AI agents that monitors Apple Health data to detect patterns and alert on vital anomalies.

A proactive health intelligence skill for AI agents that monitors Apple Health data to detect patterns and alert on physiological anomalies.

A versatile tool for creating hosted, mobile-friendly payment pages to accept NEAR, USDC, and USDT via PingPay or HOT PAY integrations.

A comprehensive workflow for product auditing, market research, and high-intent community outreach on platforms like Reddit and X.








































