This is the read-only half of interacting with Polybaskets on Vara mainnet. It wraps vara-wallet queries for checking basket state, user positions, settlement status, and token balances across three contracts: BasketMarket, BetToken, and BetLane. Everything here is gas-free since you're just reading chain data. The skill handles the hex address conversions and jq parsing that trip people up when calling Sails contracts directly. You'll use this constantly alongside basket-actions if you're building any agent that needs to check position values, verify settlements, or monitor basket counts before making trades. The source is thorough with actual command examples, which matters because the nested response format and multiple IDL files make this easy to screw up manually.
npx skills add https://github.com/adityaakr/polybaskets --skill basket-query