Deployer

🌐Community
by uniswap · vlatest · Repository

The Deployer skill automatically deploys smart contracts to Ethereum, streamlining development and reducing manual effort for developers.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add deployer npx -- -y @trustedskills/deployer
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "deployer": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/deployer"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The deployer skill enables AI agents to interact with the Uniswap ecosystem by executing smart contract transactions and managing liquidity pool operations. It serves as a bridge between agent logic and on-chain actions, allowing for automated trading strategies within the decentralized finance environment.

When to use it

  • Automating market-making strategies across multiple Uniswap pools without manual intervention.
  • Executing complex swap sequences that require gas optimization and slippage tolerance adjustments.
  • Managing liquidity provision by automatically depositing assets into new or existing pools based on price targets.
  • Performing arbitrage opportunities by detecting price discrepancies between different DEXs and executing trades instantly.

Key capabilities

  • Direct interaction with Uniswap smart contracts for token swaps and liquidity management.
  • Execution of transactions with configurable gas parameters to optimize costs.
  • Integration with the broader uniswap-ai ecosystem for coordinated DeFi operations.
  • Support for various token standards compatible with the Uniswap protocol.

Example prompts

  • "Deploy a strategy to provide liquidity in the USDC/ETH pool on Uniswap, setting a minimum deposit of 10 ETH."
  • "Execute a swap of 500 DAI for USDT on Uniswap with a maximum slippage tolerance of 0.5%."
  • "Monitor price changes and automatically rebalance liquidity positions when the ratio deviates by more than 2%."

Tips & gotchas

Ensure your AI agent has sufficient gas tokens (like ETH) in its wallet to cover transaction fees before attempting any deployment or swap operations. Always verify that the specific Uniswap pool addresses and token contracts are up-to-date, as protocol upgrades can change contract interactions.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
uniswap
Installs
174

🌐 Community

Passed automated security scans.