nibiru-cli-nibid

nibiru-cli-nibid is a skill for Claude Code, Codex from Unique-Divine/jiyuu. It costs 160 tokens per session (3,538 once invoked), scanned C, original, MIT.

A guide for querying Nibiru governance proposals with the nibid command-line tool. Governance proposals are on-chain decisions that token holders and validators can vote on.

In plain words
What is it for?
Use it to inspect live proposals, software-upgrade plans, voting results, quorum and threshold metrics, and votes from the validator set.
Why use it?
It turns raw chain data into voting, quorum, approval, veto, and upgrade information that is easier to inspect. It also helps connect proposal details with validator participation.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Use it to inspect live proposals, software-upgrade plans, voting results, quorum and threshold metrics, and votes from the validator set.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/unique-divine/jiyuu/nibiru-cli-nibid
Install

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.

Any agent
npx skills add Unique-Divine/jiyuu --skill nibiru-cli-nibid
Clone the repo
git clone --depth 1 https://github.com/Unique-Divine/jiyuu

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for nibiru-cli-nibid

README.md
[![agentmods](https://agentmods.dev/badge/skills/unique-divine/jiyuu/nibiru-cli-nibid/github.svg)](https://agentmods.dev/skills/unique-divine/jiyuu/nibiru-cli-nibid)
Your own site
<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.

agentmods 80×15 button for nibiru-cli-nibid

Your own site · 80×15
<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>
Per session 160 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,538 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 10d ago against content hash bcc4c544bf44, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

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
ai-skills/nibiru-cli-nibid/SKILL.md · 396 lines

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

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 @version segment selects the release tag used in the generated GitHub asset URLs.
  • Prefer the trailing ! form for the default install command so nibid lands at /usr/local/bin/nibid.
  • Without !, the generated script uses OUT_DIR="$(pwd)" and writes ./nibid.
  • With trailing !, the generated script uses OUT_DIR="/usr/local/bin" so nibid is available on PATH.
  • https://get.nibiru.fi/?type=script is useful for reading the generated script logic, not for specifying versions.
  • After installing, verify with which nibid and nibid version.

Read the full file on GitHub · 396 lines

Files

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.

Changes

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.

  1. 10d ago First seen · 396 lines · 160 tokens per session scan C bcc4c544bf44

Subscribe to this mod's changes

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.