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 Unique-Divine/jiyuu --skill nibiru-cli-nibidgit clone --depth 1 https://github.com/Unique-Divine/jiyuuWrote 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/unique-divine/jiyuu/nibiru-cli-nibid)<a href="https://agentmods.dev/skills/unique-divine/jiyuu/nibiru-cli-nibid"><img src="https://agentmods.dev/badge/skills/unique-divine/jiyuu/nibiru-cli-nibid/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/unique-divine/jiyuu/nibiru-cli-nibid"><img src="https://agentmods.dev/badge/skills/unique-divine/jiyuu/nibiru-cli-nibid.svg" alt="Reviewed on agentmods" width="80" 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.00160 | $0.03538 |
| Opus 5 | $0.00080 | $0.01769 |
| Sonnet 5 | $0.00032 | $0.00708 |
| Haiku 4.5 | $0.00016 | $0.00354 |
Grade C, and why
nibiru-cli-nibid scanned grade C with 2 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 10d 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.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
curl -s https://get.nibiru.fi/! | bash Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -s https://get.nibiru.fi/! | bash How it starts
The opening of the file, as written. The whole thing — 396 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Nibiru CLI (nibid)
Use this skill for general Nibiru CLI work. Prefer it when the user wants the
authoritative chain view or wants to submit a transaction with nibid.
Additional resources
- EVM account, multi-VM balance, FunToken, and unit notes:
reference.mdnibid q evm account: normalize EVM/Bech32 addresses and check native EVM gas balance.nibid q evm balance: workhorse for Sai USDC balance checks across ERC20 and Bank representations.balance_weiand bankunibi: convert between EVM wei and Cosmos bank units.nibid q evm funtoken: inspect bank denom and ERC20 mappings.nibid tx evmscope: understand conversion commands versus generic EVM transactions.
- Copy-paste examples:
examples.md
Installing nibid
Nibiru publishes a bash installer at https://get.nibiru.fi/. The URL behaves
like a small package installer:
# Recommended: install the default/latest generated release onto PATH.
curl -s https://get.nibiru.fi/! | bash
# Install a specific release into the current directory as ./nibid.
curl -s https://get.nibiru.fi/@v2.12.0-p1 | bash
# Install a specific release onto PATH at /usr/local/bin/nibid.
# The trailing ! makes the generated script set OUT_DIR="/usr/local/bin" and
# may ask for sudo.
curl -s https://get.nibiru.fi/@v2.12.0-p1! | bash
Rules of thumb:
- The
@versionsegment selects the release tag used in the generated GitHub asset URLs. - Prefer the trailing
!form for the default install command sonibidlands at/usr/local/bin/nibid. - Without
!, the generated script usesOUT_DIR="$(pwd)"and writes./nibid. - With trailing
!, the generated script usesOUT_DIR="/usr/local/bin"sonibidis available on PATH. https://get.nibiru.fi/?type=scriptis useful for reading the generated script logic, not for specifying versions.- After installing, verify with
which nibidandnibid version.
What ships with it
2 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.
- 10d ago First seen · 396 lines · 160 tokens per session scan C bcc4c544bf44
nibiru-cli-nibid is a skill published in the GitHub repository Unique-Divine/jiyuu (6 stars, last pushed 2d ago), licensed MIT. It adds 160 tokens to every session and 3,538 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
code-navigation
Rapid, focused navigation to locate definitions/usages and map the impact of proposed changes.
migrate-goldmark-extension-v1-to-v2
Migrate goldmark extension from goldmark v1 to v2.
use-modern-go
Use the Modern Go Guidelines CLI whenever writing, modifying, fixing, or refactoring Go code. Apply its version-specific guidance to generated changes.
cymbal
Tree-sitter indexed code navigator. Use the cymbal CLI — not Read, Grep, Glob, or Bash — for finding where symbols are defined, tracing callers and callees, locating interface implementations, understanding the impact of a change, and mapping imports across an existing codebase. Returns precise, token-efficient…
readme-generate
A tool that analyzes source code to generate English and Chinese README files and related project documentation.
gograph
Go repository intelligence for Claude Code. Use when reading, navigating, editing, reviewing, or refactoring a Go codebase. Exposes 64 query, analysis, and workflow capabilities through the local gograph MCP server, including bounded first-call exploration, AST-aware call graphs, blast-radius analysis, impact, and…