This skill should be used when the user asks to "create an index", "build a basket of top assets", "buy a weighted basket", "make a portfolio of assets", "equal-weight basket", "rebalance my portfolio", "track the top N tokens", or wants an automated, weighted multi-asset basket that buys in one pass and rebalances on a cadence. Builds the basket spec, delegates each buy and rebalance swap to the swap-integration Trading API flow, and records target weights in state.
$npx -y skills add uniswap/uniswap-ai --skill index-botInstalls into the current project.
Run `npx skills use "https://github.com/uniswap/uniswap-ai" --skill "uniswap/uniswap-ai/index-bot"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/uniswap/uniswap-ai" that are relevant to the current task. Run `npx skills add "https://github.com/uniswap/uniswap-ai"` and select the relevant skills, then follow their instructions.