uniswap-ai
01Plugin Claude Code
Plugin marketplace listing 7 plugins: uniswap-hooks, uniswap-cca, uniswap-viem, uniswap-trading, uniswap-driver.
Plugin Claude Code
Plugin marketplace listing 7 plugins: uniswap-hooks, uniswap-cca, uniswap-viem, uniswap-trading, uniswap-driver.
Hook Claude Code
Runs before the agent uses a tool for Bash and Bash tool calls, executing validate-forge-cast.sh and validate-open-url.sh via bash (2 commands). From Uniswap/uniswap-ai.
Settings file Claude Code
Agent settings declaring 1 hook event (PreToolUse).
Instructions file CodexOpenCode
Instructions for Uniswap/uniswap-ai, a project described as: AI tools for building on Uniswap — skills, plugins, and agents for any coding agent.
Instructions file
Instructions for Uniswap/uniswap-ai, covering claude.md - uniswap ai project guidelines, core requirements, nx usage, package structure and development workflow.
Plugin Claude Code
Configure and deploy Continuous Clearing Auction (CCA) smart contracts for token distribution.
MCP server Claude CodeCodexCursor +2
MCP server "cca-supply-schedule" as configured in Uniswap/uniswap-ai. Runs mcp-server/supply-schedule/server.py with python3.
Skill Claude CodeCodex
Configure CCA (Continuous Clearing Auction) smart contract parameters through an interactive bulk form flow. Use when user says "configure auction", "cca auction", "setup token auction", "auction configuration", "continuous auction", or mentions CCA contracts.
Skill Claude CodeCodex
Deploy CCA (Continuous Clearing Auction) smart contracts using the Factory pattern. Use when user says "deploy auction", "deploy cca", "factory deployment", or wants to deploy a configured auction.
Plugin Claude Code
AI-powered assistance for discovering tokens, planning Uniswap swaps and liquidity positions, generating deep links to execute in the Uniswap interface.
Skill Claude CodeCodex
This skill should be used when the user asks to "provide liquidity", "create LP position", "add liquidity to pool", "become a liquidity provider", "create v3 position", "create v4 position", "concentrated liquidity", "set price range", or mentions providing liquidity, LP positions, or liquidity pools on Uniswap.…
Skill Claude CodeCodex
This skill should be used when the user asks to "swap tokens", "trade ETH for USDC", "exchange tokens on Uniswap", "buy tokens", "sell tokens", "convert ETH to stablecoins", "find memecoins", "discover tokens", "research tokens", "tokens to buy", "find tokens to swap", "what should I buy", or mentions swapping…
Plugin Claude Code
AI-powered, security-first assistance for creating Uniswap v4 hooks, including custom fee hooks and more.
Skill Claude CodeCodex
Generate Uniswap v4 hook contracts via OpenZeppelin MCP. Use when building custom swap logic, async swaps, hook-owned liquidity, custom curves, dynamic fees, MEV protection, limit orders, or oracle hooks.
Skill Claude CodeCodex
Security-first Uniswap v4 hook development. Use when user mentions "v4 hooks", "hook security", "PoolManager", "beforeSwap", "afterSwap", or asks about V4 hook best practices, vulnerabilities, or audit requirements.
Plugin Claude Code
Reference guide, interactive configurator, and guided deployer for setting up a Uniswap v4 Permissioned Pool for a transfer-restricted ERC-20 - contract architecture, the ordered setup journey, code-enforced ordering and reverts, the trust model, validated setup-parameter collection, and the guided on-chain deployment.
Skill Claude CodeCodex
Interactively collect and validate the parameters for a Uniswap v4 Permissioned Pool setup - chain, underlying token, allowlist checker, adapter owner, verification deposit, the four wrapper registrations, hook, and pool pricing - and emit the JSON config the deployer skill consumes. Use when the user says "configure…
Skill Claude CodeCodex
Guided walkthrough for executing the on-chain setup sequence for a Uniswap v4 Permissioned Pool from a permissioned-pools-configurator JSON config - allowlist checker deployment, createPermissionsAdapter, allowlisting and funding the adapter, verification, wrapper and hook registration, pool initialization, swap…
Skill Claude CodeCodex
Reference guide for engineering teams setting up a Uniswap v4 Permissioned Pool for a transfer-restricted (RWA / tokenized-asset) ERC-20. Use when the user says "permissioned pool", "PermissionsAdapter", "PermissionsAdapterFactory", "PermissionedPositionManager", "PermissionedHooks", "allowlist checker"…
Plugin Claude Code
AI skills for automated trading tools on Uniswap, asset-agnostic across crypto-native tokens and tokenized real-world assets (RWAs); Robinhood Chain (chainId 4663) is provided as an example target chain: DCA, index/basket, and copy-trading bots that delegate execution to the uniswap-trading skills.
Skill Claude CodeCodex
This skill should be used when the user asks to "copy trades from" a wallet, "mirror a wallet", "follow this address", set up "copy trading", "track and replicate a trader", or mirror another account's swaps bounded by guardrails. Watches a target wallet and mirrors its trades, filtered by chain, asset match, position…
Skill Claude CodeCodex
This skill should be used when the user wants to "dca into" a token, "buy X every day", set up a "recurring buy", "dollar cost average" into an asset, "schedule a buy", or "auto-buy on a dip". Buys a fixed amount into a token on a schedule, optionally only when a condition holds (for example only when ETH is below a…
Skill Claude CodeCodex
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…
Plugin Claude Code
Integrate Uniswap swaps via Trading API, Universal Router SDK, or direct smart contract calls.