UniswapUniswapOfficialยท9 Agent Skills Included

uniswap-ai

Uniswap swap, liquidity, hook, and auction integration workflows

Integrates Uniswap swaps, liquidity positions, v4 hooks, and token auctions into apps and smart contracts. Removes manual routing math, Permit2 approval handling, and fragile contract-interaction guesswork. Guides agents through safe, validated transaction flows with confirmation gates before any funds move. Includes automated trading strategies like DCA, index baskets, and copy-trading with guardrails.
npx skills add Uniswap/uniswap-ai --all -g -y
Available:

Instructs the agent on the monorepo's plugin structure, agent-agnostic skill design, code quality checks, and evaluation framework so it routes Uniswap integration requests to the correct plugin safely.

All Skills in This Repository (9)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install uniswap-ai?โ–ผ

Run `npx skills add Uniswap/uniswap-ai --all -g -y` in your terminal to install all Uniswap skills globally.

How to add Uniswap swaps to my app?โ–ผ

The swap-integration skill walks your agent through the Trading API's check_approval, quote, and swap flow, or direct Universal Router SDK usage for full control.

Can I build Uniswap v4 hooks with this?โ–ผ

Yes. The v4-hook-generator skill scaffolds hook contracts via OpenZeppelin, and v4-security-foundations audits permissions, delta accounting, and access control before deployment.

Does it support automated trading strategies?โ–ผ

Yes. It includes DCA, index basket, and copy-trading skills that delegate execution to the Trading API with spend caps, allowlists, and confirmation gates.

Do I need coding experience to use uniswap-ai?โ–ผ

Basic developer familiarity helps, but the skills guide your agent step by step and require explicit confirmation before any transaction that spends real funds.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’