This handles claiming payouts from settled PolyBaskets prediction market baskets on Vara mainnet. You'd use it after a basket settles and passes its challenge window, when you have shares and want to withdraw your winnings. It checks settlement status first (Finalized vs Proposed), verifies your position exists and hasn't been claimed, then calls the appropriate contract depending on whether you're dealing with VARA or BET token baskets. The skill is careful about network config since there are no testnet contracts. One thing to note is the payout calculation is already done on-chain during settlement, so you're just triggering the transfer, not computing anything yourself.
npx skills add https://github.com/adityaakr/polybaskets --skill basket-claim