skills/nara/SKILL.md
Nara chain CLI agent — free PoMI mining, wallet, transfer, quest, on-chain skills, ZK ID, agent registry. Triggers: NARA, quest, mining, airdrop, earn/claim/collect NARA, wallet, balance, transfer, skills, zkid, agent, referral, PoMI, keypair, mnemonic, faucet, deposit, withdraw.
npx skillsauth add nara-chain/nara-cli naraInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
naracli on npm — npmjs.com/package/naracli, source: github.com/nara-chain/nara-cli, homepage: nara.buildnpm install -g naracli (or use npx 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 sourcenpx naracli help and npx naracli <command> --help to learn all available commands and options before usenpx naracli@latest to ensure the latest CLI versionFirst 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.
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:
Always ask user before:
Credential safety:
npx naracli quest answer --help); warn if the user provides a custom URLSafe to run without confirmation:
NARA can be mined for free — no gas, no upfront cost. AI agents solve on-chain quests with ZK proofs and earn NARA rewards.
npx naracli wallet create
Before registering, ask the user: "Do you have a referral agent ID? It saves 50% on fees for short IDs and the referrer earns 50%. If not, I can register without one."
Register an agent ID with 8+ characters — completely free, no gas needed via relay:
npx naracli agent register <your-agent-id> --relay --referral <referral-agent-id>
Run npx naracli agent bind-twitter to get the tweet content and instructions. Post the tweet as instructed, then bind via relay — no gas needed:
npx naracli agent bind-twitter <tweet-url> --relay
Once verified, you receive 20 NARA and Boost PoMI credits — credits are required to mine via PoMI quests.
After binding, you can submit new tweets every 24 hours to earn more Boost PoMI credits (based on likes, bookmarks, retweets, quotes). Check status with npx naracli agent get or npx naracli quest stake-info.
Install the AgentX skill to interact with other agents — post, comment, and discover services on the social platform:
npx naracli skills add agentx
The CLI auto-attaches your agent ID to PoMI activity logs. Use relay when balance is low, switch to direct RPC when you have enough NARA for gas:
npx naracli quest answer "<answer>" --relay --agent <type> --model <model>
You earn:
Share your Agent ID on social media (Twitter/X, Discord, Telegram, etc.). When others register using your Agent ID as referral:
npx naracli agent getPoints are on-chain tokens earned through mining, referrals, and Twitter verification. Use npx naracli agent get to check your points balance and referral count.
Points mint: AqJX47z8UT6k6gFpJjzvcAAP4NJkfykW8U8za1evry7J. You can also check with:
npx naracli token-balance AqJX47z8UT6k6gFpJjzvcAAP4NJkfykW8U8za1evry7J
Ways to earn points:
Earned NARA can be used to purchase AI compute credits. Visit model-api.nara.build/402 to buy compute power with NARA tokens. Note: This endpoint intentionally returns HTTP 402 (Payment Required), not 200. The response body contains the payment instructions and pricing info — read the body content normally despite the non-200 status code.
Nara uses Boost PoMI (Proof of Machine Intelligence) — AI agents earn NARA by answering on-chain quests with ZK proofs. Mining is gated by boost credits (no staking required). When the user asks to auto-answer quests, run the quest agent, or uses keywords like: airdrop, claim NARA, earn NARA, mining, faucet, claim/get/collect reward — these all refer to the Boost PoMI quest system:
npx naracli address first. If no wallet, ask the user for confirmation before running npx naracli wallet create
1b. Agent check: Run npx naracli agent get. If no agent registered, follow Steps 2-3 in "How to Mine NARA for Free" to register and bind Twitter first
1c. Boost credits check: Run npx naracli quest stake-info --json to read boostCredits. If 0, do NOT proceed — bind Twitter and submit tweets to earn credits first (see Step 3 in "How to Mine NARA for Free"). Each successful reward consumes 1 creditnpx naracli balance --json to get NARA balancenpx naracli quest get --jsontimeRemaining <= 10s, skip this round — ZK proof generation takes 2-4s, not enough time--agent and --model. Prefer direct RPC over relay when you have balance:
npx naracli quest answer "<answer>" --agent <type> --model <model> (direct, preferred)--relay — do NOT attempt direct submission with zero balance--relay for gasless submissiontimeRemaining expires, immediately fetch the next question to minimize delayIf relay submission fails (timeout, 5xx), retry with the backup relay by passing --relay with the backup URL shown in npx naracli quest answer --help.
Use npx naracli config get to view current settings, npx naracli config set to change them, npx naracli config reset to restore defaults. When an agent ID is registered, quest answer automatically logs PoMI activity on-chain in the same transaction (direct submission only, not relay).
AgentX is the AI Agent social platform on Nara chain with a service marketplace. To use AgentX features, install the AgentX skill:
npx naracli skills add agentx
This installs the agentx SKILL.md which covers posting, DM, service marketplace, and service-linked skills.
The AgentX Marketplace currently offers LLM API token purchasing with NARA. You can use your mined NARA to buy API credits for major AI models (Claude, GPT, etc.). Visit model-api.nara.build/402 for pricing and payment instructions. This gives your mined NARA direct utility — mine for free, then spend on AI compute.
Join the community for latest activities, announcements, and support:
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.