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 nibid-gov-upgradegit 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/nibid-gov-upgrade)<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.
<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>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.00093 | $0.02149 |
| Opus 5 | $0.00046 | $0.01074 |
| Sonnet 5 | $0.00019 | $0.00430 |
| Haiku 4.5 | $0.00009 | $0.00215 |
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.
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:
- 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 rawproposalortallyJSON. - For governance thresholds in the same output, use
reference.md#explorer-style-quorum-report. - If the proposal is a software upgrade, use
Software-upgrade proposal: extract plan (name/height/info/binaries)to inspectplan.name,plan.height, and parsed binaries fromplan.info. - If the user wants validator-only participation rather than all voters, use
Validator votes (filter votes to validator set).
Additional resources
- Quorum, threshold, and veto:
reference.md#quorum-threshold-and-veto - Explorer-style quorum report:
reference.md#explorer-style-quorum-report
Quick start (mainnet)
- Configure CLI for mainnet (uses your
udwrapper):
ud nibi cfg prod
nibid config
- Pick a proposal id:
ID=27
- 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
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.
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.
- 11d ago First seen · 227 lines · 93 tokens per session scan A ea99cdd60854
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.
Other skills, from other repositories
code-navigation
Rapid, focused navigation to locate definitions/usages and map the impact of proposed changes.
bmad-party-mode
Orchestrates lively group discussions between installed BMAD agents or custom personas, and helps author custom parties. Use when the user requests party mode, a roundtable, or multiple agent perspectives — or wants to create/configure a party, define personas, or build an AI focus-group panel.
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.
migrate-goldmark-extension-v1-to-v2
Migrate goldmark extension from goldmark v1 to v2.
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.