Check XNO Balance (RPC)
Installation
SKILL.md
Check XNO Balance (RPC)
When a user asks “did you receive it?” / “check the balance”, you need an on-chain data source. This skill queries a Nano node RPC (user-provided) for balance and pending (both in raw).
Important nuance: pending vs received
Nano can show funds as pending until the receiving wallet publishes the receive/open block. Many wallet apps do this automatically; raw keys alone do not.
CLI usage (xno-skills)
Set an RPC URL (recommended):
export NANO_RPC_URL="http://127.0.0.1:7076"
Then: