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-gqlgit 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-gql)<a href="https://agentmods.dev/skills/unique-divine/jiyuu/nibiru-gql"><img src="https://agentmods.dev/badge/skills/unique-divine/jiyuu/nibiru-gql/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-gql"><img src="https://agentmods.dev/badge/skills/unique-divine/jiyuu/nibiru-gql.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.00080 | $0.00838 |
| Opus 5 | $0.00040 | $0.00419 |
| Sonnet 5 | $0.00016 | $0.00168 |
| Haiku 4.5 | $0.00008 | $0.00084 |
Grade A, and why
nibiru-gql 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 12d 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 — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Nibiru GraphQL and Heart Monitor
Use this skill for data owned by the Heart Monitor (HM), Nibiru's blockchain indexer and GraphQL API. The HM is not the Sai Keeper. It provides the chain-event and wallet/indexer evidence that Sai Keeper consumes.
Endpoints
| Network | GraphQL endpoint | Playground |
|---|---|---|
| Mainnet | https://hm-graphql.nibiru.fi/query |
https://hm-graphql.nibiru.fi/graphql |
| Testnet | https://hm-graphql.itn-2.nibiru.fi/query |
https://hm-graphql.itn-2.nibiru.fi/graphql |
Reference router
| Need | Read |
|---|---|
| Validators, delegations, redelegations, unbondings, rewards boundaries | db-staking.md |
| Account, bank, and enriched EVM balances | db-user-balances.md |
| Cosmos transaction messages and custom Wasm events | db-events.md |
Source boundaries
Nibiru chain
-> Heart Monitor database and GraphQL
-> Sai Keeper reads HM event data and refreshes Sai contract state
-> Sai Keeper database and GraphQL
-> Sai application
Use the owning layer for each fact:
- Heart Monitor owns indexed chain messages, custom Wasm events, and ordinary chain account balances.
- Sai Perp contracts own live deposits and trading credits.
- Sai Keeper owns its derived Perp state, including table
sai_user_deposit_balances, and exposes that state through its GraphQL API. - The Sai application is a client of Sai Keeper; a UI mismatch does not prove an HM or Sai Keeper indexing failure.
For a Sai incident, first prove the contract state with agent skill
sai-perps, then verify the chain event through this skill. Use agent skill
sai-db to locate the API-serving Sai Keeper database and inspect its derived
row. Finally, query the Sai Keeper GraphQL API to verify app-visible data.
Routing boundaries
- Use agent skill
nibiru-cli-nibidfor authoritative chain state, address normalization, and transaction lookup. - Use agent skill
sai-perpsfor Perp contract state and reconciliation across contracts, Sai Keeper GraphQL, REST, and operator records. - Use agent skill
sai-dbfor safe discovery and read-only inspection of the API-serving Sai Keeper PostgreSQL database. Do not infer its endpoint from a database name or a remembered private IP.
What ships with it
3 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.
- 12d ago First seen · 86 lines · 80 tokens per session scan A 9dff1b2ee3ea
nibiru-gql is a skill published in the GitHub repository Unique-Divine/jiyuu (6 stars, last pushed 4d ago), licensed MIT. It adds 80 tokens to every session and 838 once invoked, about $0.0004 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.
readme-generate
A tool that analyzes source code to generate English and Chinese README files and related project documentation.
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…