analyzing-mempool
Real-time monitoring of Ethereum mempools for transaction and gas data.
Install
mkdir -p .claude/skills/analyzing-mempool && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/1213" && unzip -o skill.zip -d .claude/skills/analyzing-mempool && rm skill.zipInstalls to .claude/skills/analyzing-mempool
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Monitor blockchain mempools for pending transactions, gas analysis,Key capabilities
- →View pending transactions in the Ethereum mempool
- →Analyze current gas prices and receive recommendations
- →Detect pending DEX swaps with amounts and identification
- →Scan for potential MEV opportunities
- →Get a summary of mempool activity
- →Watch specific contract addresses for pending transactions
How it works
The skill monitors the Ethereum mempool to analyze pending transactions, gas prices, and DEX swaps. It identifies potential MEV opportunities and provides utilities for watching specific contracts and summarizing mempool activity.
Inputs & outputs
When to use analyzing-mempool
- →Analyze current gas prices
- →Detect pending DEX swaps
- →Scan for potential MEV opportunities
- →Watch specific contract activity
About this skill
Analyzing Mempool
Contents
Overview | Prerequisites | Instructions | Output | Error Handling | Examples | Resources
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
- Install Python 3.8+ with requests library
- Configure Ethereum RPC URL (default: public endpoint, or set
ETH_RPC_URL) - Verify internet access for RPC calls
Instructions
Step 1: Navigate to Scripts Directory
cd ${CLAUDE_SKILL_DIR}/scripts
Step 2: Choose a Command
- View pending transactions:
python mempool_analyzer.py pending - Analyze gas prices:
python mempool_analyzer.py gas - Detect pending DEX swaps:
python mempool_analyzer.py swaps - Scan MEV opportunities:
python mempool_analyzer.py mev - Get mempool summary:
python mempool_analyzer.py summary - Watch specific contract:
python mempool_analyzer.py watch 0x7a250d...
Alternatively, customize with flags:
python mempool_analyzer.py pending --limit 100 # Limit results
python mempool_analyzer.py --chain polygon gas # Use different chain
python mempool_analyzer.py --chain arbitrum pending # Or use Arbitrum
Step 3: Interpret Results
Gas Recommendations:
- Slow (10th percentile): May take 10+ blocks
- Standard (50th percentile): 2-5 blocks
- Fast (75th percentile): 1-2 blocks
- Instant (90th percentile): Next block likely
MEV Warnings:
- MEV detection is for educational purposes
- Real MEV extraction requires specialized infrastructure
- Use this for research and understanding mempool dynamics
Output
- Pending transaction lists with gas prices and types
- Gas price distribution and recommendations
- Detected DEX swaps with amounts and DEX identification
- MEV opportunity analysis with estimated profits
- JSON output for programmatic use (
--format json)
Error Handling
See ${CLAUDE_SKILL_DIR}/references/errors.md for:
- RPC connection issues and timeout recovery
- Mempool access limitations per chain
- Transaction decoding errors and fallbacks
- Gas analysis edge cases
Examples
Example 1: Check gas before sending transaction:
python mempool_analyzer.py gas
# Use "Fast" for quick confirmation
Example 2: Monitor for large pending swaps:
python mempool_analyzer.py swaps --limit 200 # 200: max results to scan
Example 3: Research MEV opportunities:
python mempool_analyzer.py mev -v
See ${CLAUDE_SKILL_DIR}/references/examples.md for more usage patterns.
Resources
${CLAUDE_SKILL_DIR}/references/implementation.md- Gas analysis, MEV detection, multi-chain details- Ethereum JSON-RPC - RPC specification
- Flashbots - MEV research and infrastructure
- DEX Subgraphs - Pool and swap data
- Supports: Ethereum, Polygon, Arbitrum, Optimism, Base
When not to use it
- →For real MEV extraction, which requires specialized infrastructure
Prerequisites
Limitations
- →RPC connection issues can occur
- →Mempool access limitations may vary per chain
- →Transaction decoding errors can happen
How it compares
This skill provides structured commands for real-time mempool analysis and MEV research, offering more detailed insights than simply viewing a block explorer.
Compared to similar skills
analyzing-mempool side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| analyzing-mempool (this skill) | 3 | 27d | Review | Intermediate |
| model-usage | 5 | 2mo | Review | Beginner |
| tracking-crypto-derivatives | 4 | 27d | Review | Intermediate |
| weights-and-biases | 3 | 7mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by jeremylongshore
View all by jeremylongshore →You might also like
model-usage
openclaw
Use CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
tracking-crypto-derivatives
jeremylongshore
Track cryptocurrency futures, options, and perpetual swaps with funding rates, open interest, liquidations, and comprehensive derivatives market analysis. Use when monitoring derivatives markets, analyzing funding rates, tracking open interest, finding liquidation levels, or researching options flow. Trigger with phrases like "funding rate", "open interest", "perpetual swap", "futures basis", "liquidation levels", "options flow", "put call ratio", "derivatives analysis", or "BTC perps".
weights-and-biases
davila7
Track ML experiments with automatic logging, visualize training in real-time, optimize hyperparameters with sweeps, and manage model registry with W&B - collaborative MLOps platform
tooluniverse-pharmacovigilance
mims-harvard
Analyze drug safety signals from FDA adverse event reports, label warnings, and pharmacogenomic data. Calculates disproportionality measures (PRR, ROR), identifies serious adverse events, assesses pharmacogenomic risk variants. Use when asked about drug safety, adverse events, post-market surveillance, or risk-benefit assessment.
agent-session-monitor
alibaba
Real-time agent conversation monitoring - monitors Higress access logs, aggregates conversations by session, tracks token usage. Supports web interface for viewing complete conversation history and costs. Use when users ask about current session token consumption, conversation history, or cost statistics.
video-comparer
daymade
This skill should be used when comparing two videos to analyze compression results or quality differences. Generates interactive HTML reports with quality metrics (PSNR, SSIM) and frame-by-frame visual comparisons. Triggers when users mention "compare videos", "video quality", "compression analysis", "before/after compression", or request quality assessment of compressed videos.