Agent skill

analyzing-mempool

Monitor blockchain mempools for pending transactions, gas analysis, and MEV opportunities. Use when analyzing pending transactions, optimizing gas prices, or researching MEV. Trigger with phrases like "check mempool", "scan pending txs", "find MEV", "gas price analysis", or "pending swaps".

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill analyzing-mempool --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Version: 1.0.0
Declared author: Jeremy Longshore <jeremy@intentsolutions.io>
Allowed tools: ReadWriteEditGrepGlobBash(python*mempool*)
Path: skills/analysis/analyzing-mempool/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Analyzing Mempool ## Overview Monitor Ethereum mempool for pending transactions, analyze gas prices, detect DEX swaps, and identify potential MEV opportunities. Useful for traders, MEV researchers, and protocol developers. ## Prerequisites Before using this skill, ensure you have: - Python 3.8+ with requests library - Ethereum RPC URL (default: public endpoint, or set ETH_RPC_URL) - Internet access for RPC calls ## Instructions ### Step 1: Navigate to Scripts Directory ```bash cd {baseDir}/scripts ``` ### Step 2: Choose Your Command **View Pending Transactions:** ```bash python mempool_analyzer.py pending python mempool_analyzer.py pending --limit 100 ``` **Gas Price Analysis:** ```bash python mempool_analyzer.py gas # Shows distribution, recommendations for slow/standard/fast/instant ``` **Pending DEX Swaps:** ```bash python mempool_analyzer.py swaps # Detects Uniswap, SushiSwap, 1inch pending swaps ``` **MEV Opportunity Scan:** ```bash python mempool_analyzer.py mev # Detects sandwich, arbitrage, liquidation opportunities ``` **Mempool Summary:** ```bash python mempool_analyzer.py summary # Quick overview of pending count, gas, opportunities ``` **Watch Specific Contract:** ```

What's inside
Steps it walks through
  1. Overview
  2. Prerequisites
  3. Instructions
  4. Step 1: Navigate to Scripts Directory
  5. Step 2: Choose Your Command
  6. Step 3: Interpret Results
  7. Output
  8. Error Handling
  9. Examples
  10. Resources
Ships with 1 file
  • metadata.json
Commands it runs
cd {baseDir}/scripts
python mempool_analyzer.py pending
python mempool_analyzer.py pending --limit 100
python mempool_analyzer.py gas
Shows distribution, recommendations for slow/standard/fast/instant
python mempool_analyzer.py swaps
Detects Uniswap, SushiSwap, 1inch pending swaps
python mempool_analyzer.py mev
Detects sandwich, arbitrage, liquidation opportunities
python mempool_analyzer.py summary
More from claude-skill-registry
All skills →
About this skill
What does the analyzing-mempool skill do?

Monitor blockchain mempools for pending transactions, gas analysis, and MEV opportunities. Use when analyzing pending transactions, optimizing gas prices, or researching MEV. Trigger with phrases like "check mempool", "scan pending txs", "find MEV", "gas price analysis", or "pending swaps".

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill analyzing-mempool --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going