← All plugins
mempool-analyzer
v1.32.0Advanced mempool analysis for MEV opportunities, pending transaction monitoring, and gas price optimization
Claude Code1 skill
by Intent Solutions IOMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/crypto/mempool-analyzer/ inside the repository.
Layout
plugins/crypto/mempool-analyzer/
├── .claude-plugin/plugin.json└── skills/analyzing-mempool/SKILL.md
Skills1
analyzing-mempoolskills/analyzing-mempool/SKILL.md
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".
Manifests1
plugins/crypto/mempool-analyzer/.claude-plugin/plugin.json
{
"name": "mempool-analyzer",
"version": "1.32.0",
"description": "Advanced mempool analysis for MEV opportunities, pending transaction monitoring, and gas price optimization",
"author": {
"name": "Intent Solutions IO",
"email": "jeremy@intentsolutions.ai",
"url": "https://intentsolutions.ai"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"crypto",
"mempool",
"mev",
"ethereum",
"blockchain",
"gas",
"pending-transactions",
"arbitrage"
]
}