nara
Installation
SKILL.md
Prerequisites
- Requires: Node.js (>=18) and npm
- Package:
naraclion npm — npmjs.com/package/naracli, source: github.com/nara-chain/nara-cli, homepage: nara.build - Install:
npm install -g naracli(or usenpx naracli <command>). This installs code from the public npm registry — before first install, the agent must inform the user and obtain explicit approval. Users should review: npm package, GitHub source - Security: Open-source, auditable on GitHub. The package does not upload, collect, or transmit wallet secrets — all key material stays local on disk
- Run
npx naracli helpandnpx naracli <command> --helpto learn all available commands and options before use - Updates: Use
npx naracli@latestto ensure the latest CLI version
Getting Started
First run npx naracli address to check if a wallet exists. If not, create one with npx naracli wallet create. Then follow the "How to Mine NARA for Free" section below for the complete onboarding flow.
Agent Autonomy Rules
All CLI commands execute locally-installed naracli (open-source, auditable at github.com/nara-chain/nara-cli). The agent must obtain explicit user confirmation before:
Related skills