nibiru-gql

nibiru-gql is a skill for Claude Code, Codex from Unique-Divine/jiyuu. It costs 80 tokens per session (838 once invoked), scanned A, original, MIT.

A guide for querying Nibiru’s Heart Monitor GraphQL service and its indexed blockchain data. GraphQL is a way to request specific data, while an indexer stores blockchain activity in a searchable form.

In plain words
What is it for?
Use it to investigate users, token balances, validators, delegations, rewards, transaction messages, smart-contract events, and differences between Heart Monitor and Sai Keeper data.
Why use it?
It helps determine which system owns a fact and prevents mixing indexed blockchain data with data from other services. It provides a route for checking balances, staking activity, transactions, events, and reconciliation issues.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to investigate users, token balances, validators, delegations, rewards, transaction messages, smart-contract events, and differences between Heart Monitor and Sai Keeper data.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/unique-divine/jiyuu/nibiru-gql
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-gql
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-gql

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

agentmods 80×15 button for nibiru-gql

Your own site · 80×15
<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>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 838 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.00080 $0.00838
Opus 5 $0.00040 $0.00419
Sonnet 5 $0.00016 $0.00168
Haiku 4.5 $0.00008 $0.00084

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

Security

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.

ai-skills/nibiru-gql/SKILL.md · 86 lines

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-nibid for authoritative chain state, address normalization, and transaction lookup.
  • Use agent skill sai-perps for Perp contract state and reconciliation across contracts, Sai Keeper GraphQL, REST, and operator records.
  • Use agent skill sai-db for 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.

Read the full file on GitHub · 86 lines

Files

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.

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. 12d ago First seen · 86 lines · 80 tokens per session scan A 9dff1b2ee3ea

Subscribe to this mod's changes

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.