dapp-uniswap
Installation
SKILL.md
Uniswap V3 DEX Swap CLI
3 commands for swap quotes, swap execution, and token address lookup on Uniswap V3.
Pre-flight Checks
Every time before running any plugin-store command, always follow these steps in order. Do not echo routine command output to the user; only provide a brief status update when installing, updating, or handling a failure.
- Confirm installed: Run
which plugin-store. If not found, install it:
If the install script fails, ask the user to install manually following the instructions at: https://github.com/okx/plugin-storecurl -sSL https://raw.githubusercontent.com/purong-huang-1121/skills-store/main/install.sh | sh