Uniswap Labs
Official@uniswap · Ethereum
Web3 infrastructure and products
Agent Skills by Uniswap Labs
Showing 23 vetted skills indexed across 3 GitHub repositories.
argent-metro-debugger
Debug React Native apps via Metro CDP by inspecting components, logs, and runtime JavaScript.
argent-react-native-optimization
Diagnoses and fixes React Native performance issues through lint sweeps, semantic review, and profiling.
argent-react-native-app-workflow
Guides starting, debugging, building, and testing React Native apps on iOS simulators and Android emulators.
argent-react-native-profiler
Profiles React Native Hermes apps to measure re-render and CPU performance.
argent-test-ui-flow
Automates mobile UI testing on iOS and Android through screenshot-driven interaction loops.
argent-ios-simulator-setup
Boots and connects to iOS simulators using argent MCP tools.
argent-create-flow
Records and replays sequences of MCP tool calls as YAML flow files.
argent-device-interact
Control iOS simulators and Android emulators via argent MCP gesture and input tools.
argent-android-emulator-setup
Boots and connects Android emulators via argent MCP tools for UI interaction sessions.
argent-native-profiler
Profiles iOS apps with xctrace to detect CPU hotspots, UI hangs, and memory leaks.
uniswap-ai-hackathon
Coordinate Uniswap AI hackathon submissions through GitHub Issues with a structured template.
swap-integration
Automate Uniswap swap integration via Trading API and Universal Router.
liquidity-planner
Generate pre-filled Uniswap position links across V2, V3, and V4 pools.
swap-planner
Translate swap intents into pre-filled Uniswap deep links with validation.
viem-integration
Integrate EVM blockchains with Viem in TypeScript/JavaScript applications.
deployer
Deploy CCA contracts via ContinuousClearingAuctionFactory with CREATE2 for deterministic addresses.
configurator
Automate Uniswap CCA auction configuration via guided interactive forms.
v4-security-foundations
Identify and mitigate security risks in Uniswap V4 hooks.
aggregator-hook-creator
Route Uniswap V4 trades through external DEX liquidity via Solidity hooks.
Code Reviewer
Analyze code changes for architecture, security, performance, and style feedback.
Daily Standup Generator
Aggregate GitHub and Linear activity into a Slack-ready standup summary.
Implement Spec
Coordinate multi-agent spec-workflow tasks with parallelism, dependencies and QA checkpoints.
web-e2e
Automate end-to-end Playwright tests for the Uniswap web application.
Frequently Asked Questions About Uniswap Labs
FAQPage SchemaWhat specific financial tasks are enabled by these capabilities?▼
These capabilities enable the generation of pre-filled swap deep links, the configuration of Continuous Clearing Auctions, and the routing of trades through external liquidity pools. Users can programmatically manage liquidity positions across V2, V3, and V4 pools while ensuring deterministic contract deployment via factory patterns.
Which technical personas benefit from these integration resources?▼
These resources are designed for blockchain engineers, decentralized finance developers, and smart contract auditors. Professionals building on EVM-compatible networks use these components to integrate swap functionality, manage complex liquidity strategies, and secure custom hooks within the V4 protocol architecture.
What are the primary prerequisites for deploying these smart contracts?▼
Deployment requires an environment configured for EVM interaction, specifically utilizing Viem for blockchain communication. Developers must manage private keys for transaction signing and possess familiarity with Solidity for hook implementation and the Universal Router architecture to ensure compatibility with existing decentralized exchange infrastructure.