Grimoire Uniswap

🌐Community
by franalgaba · vlatest · Repository

This AI agent automates trading on Uniswap by analyzing liquidity pools and executing trades based on pre-defined strategies for profit maximization.

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 grimoire-uniswap npx -- -y @trustedskills/grimoire-uniswap
2

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

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

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

About This Skill

What it does

This skill allows an AI agent to interact with and extract data from Uniswap, a decentralized exchange. It can retrieve information such as token prices, liquidity pool details, transaction history, and more. The agent can use this data for tasks like analyzing market trends or executing trades programmatically.

When to use it

  • Market Research: Investigate current prices and trading volumes of tokens listed on Uniswap.
  • Liquidity Analysis: Examine the composition and performance of specific liquidity pools.
  • Transaction Tracking: Retrieve details about past transactions within a given pool or involving particular addresses.
  • Automated Trading Strategies: Build agents that automatically execute trades based on real-time Uniswap data.

Key capabilities

  • Retrieval of token prices from Uniswap v2 and v3 pools.
  • Access to liquidity pool information (total liquidity, fees).
  • Transaction history lookup for specific pools or addresses.

Example prompts

  • "What is the current price of ETH/USDC on Uniswap V3?"
  • "Show me the transaction history for the pair 0x... on Uniswap."
  • "How much liquidity is in the DAI/USDT pool on Uniswap V2?"

Tips & gotchas

  • Requires a working Ethereum node or API access to retrieve blockchain data.
  • Uniswap v3 pools can be complex; understanding their mechanics may be necessary for accurate analysis.

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
franalgaba
Installs
0

🌐 Community

Passed automated security scans.