Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add dAAAb/agent-skills --skill nadname-agentgit clone --depth 1 https://github.com/dAAAb/agent-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/daaab/agent-skills/nadname-agent)<a href="https://agentmods.dev/skills/daaab/agent-skills/nadname-agent"><img src="https://agentmods.dev/badge/skills/daaab/agent-skills/nadname-agent.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00037 | $0.02153 |
| Opus 5 | $0.00018 | $0.01077 |
| Sonnet 5 | $0.00007 | $0.00431 |
| Haiku 4.5 | $0.00004 | $0.00215 |
Grade A, and why
NadName Agent scanned grade A with 0 findings against 26 rules in 11 categories β prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency β measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing β 307 lines β stays where its author put it; the contents beside it link to each section on GitHub.
π NadName Agent v2.0 - .nad Names on Monad
Register permanent .nad names on Monad blockchain via Nad Name Service with real API integration
TL;DR: Get yourname.nad on Monad. One-time fee, lifetime ownership. Now with real NAD API integration and accurate pricing!
What is NNS?
Nad Name Service (NNS) is a web3 name service built on Monad blockchain that maps human-readable names like agent.nad to cryptocurrency addresses and metadata.
- Permanent ownership β One-time registration fee, no renewals
- NFT-based β Names are tradeable NFTs
- Emoji support β Use π¦.nad or δ½ ε₯½.nad
- Fast & cheap β Built on Monad, the fastest blockchain
- Profile customization β Set avatar, social links, text records
Key Details
- Blockchain: Monad (Chain ID: 143)
- RPC: https://rpc.monad.xyz
- Contract: 0xE18a7550AA35895c87A1069d1B775Fa275Bc93Fb
- Website: https://app.nad.domains
- Docs: https://docs.nad.domains
π Security & Wallet Setup
Option 1: Environment Variable (Recommended β )
export PRIVATE_KEY="0x..."
node scripts/check-name.js myname
β Safest: Private key exists only in memory, never saved to disk.
Option 2: Managed Mode (Encrypted)
node scripts/register-name.js --managed --name myname
β Secure: Creates encrypted keystore, password-protected.
β οΈ Critical Security Rules
- NEVER hardcode private keys in scripts
- NEVER commit private keys to git
- NEVER auto-detect wallet paths (security risk)
- ONLY use PRIVATE_KEY env var or --managed encrypted keystore
- Private key files should be chmod
600
π Quick Start
1οΈβ£ Check Name Availability
# Check if name is available and get pricing
node scripts/check-name.js myname
# Output example:
# β
myname.nad is available!
# π° Price: 649 MON (base price)
# π Discount: 50% (Christmas special)
# πΈ Final price: 324.5 MON
2οΈβ£ Register Name
# Using environment variable
export PRIVATE_KEY="0x..."
node scripts/register-name.js --name myname
# Set as primary name too
node scripts/register-name.js --name myname --set-primary
# Using managed mode (encrypted keystore)
node scripts/register-name.js --managed --name myname --set-primary
What ships with it
4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen Β· 307 lines Β· 37 tokens per session scan A 3cd58178199d
NadName Agent is a skill published in the GitHub repository dAAAb/agent-skills (2 stars, last pushed 9d ago), licensed MIT. It adds 37 tokens to every session and 2,153 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
signature-replay
Signature replay attacks β missing nonces, missing chain ID, ecrecover zero address, signature malleability, cross-chain replay.
official-sui-skills
Pointer to the official Mysten Labs skills for building on Sui β language fundamentals, object model, PTBs, SDKs, publishing, upgrades, frontend integration, accessing on-chain data. Maintained upstream at github.com/MystenLabs/skills; pinned to the same ref the audit catalog derives from (seeβ¦
crypto-market-rank
Crypto market rankings and leaderboards. Query trending tokens, top searched tokens, Binance Alpha tokens, tokenized stocks, social hype sentiment ranks, smart money inflow token rankings, top meme token rankings from Pulse launchpad, and top trader PnL leaderboards. Use this skill when users ask about token rankingsβ¦
trading-signal
Subscribe and retrieve on-chain Smart Money signals. Monitor trading activities of smart money addresses, including buy/sell signals, trigger price, current price, max gain, and exit rate. Use this skill when users are looking for investment opportunities β smart money signals can serve as valuable references forβ¦
bridge
Cross-chain token transfers using Wormhole and CCTP.
onchainkit
Build onchain apps with Coinbase's OnchainKit React components - wallets, swaps, NFTs, payments.