Creates prediction market baskets on the Vara blockchain by bundling multiple Polymarket outcomes with weighted allocations. You pull live markets from Polymarket's API, pick positions (YES/NO), assign percentage weights that sum to 100%, and deploy the basket on-chain via vara-wallet. Mainnet only, typically runs in CHIP mode rather than VARA. The skill handles validation (2-32 items, weight math, duplicate checking) and returns a basket ID you can share or bet on. Good for packaging related predictions into a single tradeable unit, though you'll need to mind the weight arithmetic and parse Polymarket's double-encoded JSON prices correctly or you'll get string characters instead of numbers.
npx skills add https://github.com/adityaakr/polybaskets --skill basket-create