This handles the settlement flow for PolyBaskets on Vara mainnet. You'll use it when baskets need to be closed out after their Polymarket markets resolve. It's a two-step process: propose a settlement with resolution data from Polymarket (requires settler role), wait out the challenge window, then finalize so users can claim payouts. The skill is pretty specific about verification steps and includes the full settlement data structure you need to build. Worth noting it's mainnet only and assumes you're running as an authorized agent with the settler role assigned in the contract config.
npx skills add https://github.com/adityaakr/polybaskets --skill basket-settle