check-balance
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.
If you see pending funds, you must call wallet_receive to pocket them.
Well-known Public RPC Nodes
If the user doesn't have an RPC URL, suggest these public nodes:
https://rpc.nano.org(Nano Foundation)https://app.natrium.io/api/rpc(Natrium)https://nanonode.cc/api(NanoNode.cc)https://node.somenano.site/api(SomeNano)