nibid-gov-upgrade

nibid-gov-upgrade is a skill for Claude Code, Codex from Unique-Divine/jiyuu. It costs 93 tokens per session (2,149 once invoked), scanned A, original, MIT.

A guide for querying Nibiru blockchain 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.

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/nibid-gov-upgrade
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 nibid-gov-upgrade
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 nibid-gov-upgrade

README.md
[![agentmods](https://agentmods.dev/badge/skills/unique-divine/jiyuu/nibid-gov-upgrade/github.svg)](https://agentmods.dev/skills/unique-divine/jiyuu/nibid-gov-upgrade)
Your own site
<a href="https://agentmods.dev/skills/unique-divine/jiyuu/nibid-gov-upgrade"><img src="https://agentmods.dev/badge/skills/unique-divine/jiyuu/nibid-gov-upgrade/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 nibid-gov-upgrade

Your own site · 80×15
<a href="https://agentmods.dev/skills/unique-divine/jiyuu/nibid-gov-upgrade"><img src="https://agentmods.dev/badge/skills/unique-divine/jiyuu/nibid-gov-upgrade.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 93 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,149 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 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.00093 $0.02149
Opus 5 $0.00046 $0.01074
Sonnet 5 $0.00019 $0.00430
Haiku 4.5 $0.00009 $0.00215

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

Security

Grade A, and why

nibid-gov-upgrade 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 11d 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.

ai-skills/nibid-gov-upgrade/SKILL.md · 227 lines

How it starts

The opening of the file, as written. The whole thing — 227 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Nibid Gov + Upgrade (Nibiru mainnet)

Workflow: How to Use this Skill

Start with the canonical query bundle in Quick start (mainnet). That is the default first step when the user asks about a proposal and you need the core governance state.

After that, choose the recipe that matches the user's question:

  1. For a live proposal's voting properties, use Recipe: Show voting and quorum info for a live proposal. This is the fast path when the user wants a voting and quorum summary instead of only raw proposal or tally JSON.
  2. For governance thresholds in the same output, use reference.md#explorer-style-quorum-report.
  3. If the proposal is a software upgrade, use Software-upgrade proposal: extract plan (name/height/info/binaries) to inspect plan.name, plan.height, and parsed binaries from plan.info.
  4. If the user wants validator-only participation rather than all voters, use Validator votes (filter votes to validator set).

Additional resources

Quick start (mainnet)

  1. Configure CLI for mainnet (uses your ud wrapper):
ud nibi cfg prod
nibid config
  1. Pick a proposal id:
ID=27
  1. Run the canonical set of queries (JSON output):
nibid q gov proposal "$ID"
nibid q gov votes "$ID" --limit 1000
nibid q gov tally "$ID"
nibid q gov deposits "$ID"
nibid q gov params

nibid q staking pool
nibid q staking validators --limit 1000

Mapping: "Proposal #27" explorer fields → on-chain queries

  • Proposal metadata (status, times, title/summary, total_deposit, proposer):
    • nibid q gov proposal "$ID"
    • Example fields: .status, .submit_time, .voting_end_time, .title, .summary, .total_deposit, .proposer

Read the full file on GitHub · 227 lines

Files

What ships with it

1 file 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. 11d ago First seen · 227 lines · 93 tokens per session scan A ea99cdd60854

Subscribe to this mod's changes

nibid-gov-upgrade is a skill published in the GitHub repository Unique-Divine/jiyuu (6 stars, last pushed 4d ago), licensed MIT. It adds 93 tokens to every session and 2,149 once invoked, about $0.0005 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.