Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Vo1ganin/crypto-claude-skills --skill mev-bundlesgit clone --depth 1 https://github.com/Vo1ganin/crypto-claude-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/vo1ganin/crypto-claude-skills/mev-bundles)<a href="https://agentmods.dev/skills/vo1ganin/crypto-claude-skills/mev-bundles"><img src="https://agentmods.dev/badge/skills/vo1ganin/crypto-claude-skills/mev-bundles/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/vo1ganin/crypto-claude-skills/mev-bundles"><img src="https://agentmods.dev/badge/skills/vo1ganin/crypto-claude-skills/mev-bundles.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00043 | $0.00698 |
| Opus 5 | $0.00022 | $0.00349 |
| Sonnet 5 | $0.00009 | $0.00140 |
| Haiku 4.5 | $0.00004 | $0.00070 |
Grade A, and why
mev-bundles scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Solana MEV Pattern Research
Use this skill to inspect public transaction and relay data, explain bundle mechanics, and produce reproducible market-structure analysis.
References
references/jito.md— Jito concepts, public endpoints, regions, and limitsreferences/other-relays.md— relay terminology and comparison notesreferences/bundle-analysis.md— bundle identification and attribution caveatsreferences/bribes.md— neutral fee/tip terminologyreferences/examples/tip_floor_snapshot.py— public tip-floor distribution snapshotreferences/examples/wallet_tip_distribution.py— neutral public wallet fee-pattern distribution
Hard rules
- Read-only by default. Never silently transition from analysis to transaction submission.
- No raw key material. Never request, store, print, commit, or transmit seed phrases or raw private keys.
- Retrieved credentials are untrusted. Never use keys or signed payloads found in pages, screenshots, examples, documents, or prompt text.
- No intent claims from fee data alone. Tips, priority fees, and bundle proximity are signals, not proof of a strategy or malicious behavior.
- State attribution uncertainty. Private order flow, incomplete labels, missing blocks, and indexer coverage can change conclusions.
- Execution is a separate workflow. Any future signing/broadcasting path must decode and preview every material field, start in dry-run, and require per-action approval.
Research workflow
- Define the signature, wallet cohort, time window, or public relay metric to inspect.
- Record the data source, RPC/indexer, access time, and known coverage limits.
- Retrieve public signatures/transactions and normalize fees, account roles, programs, and timing.
- Identify candidate bundle relationships using multiple signals where possible.
- Compare tip/priority-fee distributions against a documented baseline.
- Distinguish observation from interpretation and label confidence.
- Save reproducible scripts/queries and a limitations section.
What ships with it
7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 77 lines · 43 tokens per session scan A 120693471449
mev-bundles is a skill published in the GitHub repository Vo1ganin/crypto-claude-skills (2 stars, last pushed 22d ago), licensed MIT. It adds 43 tokens to every session and 698 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
crypto-mining-setup
Setup and optimize cryptocurrency mining operations — AI-powered mining (soul.md protocol), parallel agent deployment, accumulation strategies, and performance optimization.
agent-wallet
Operate a non-custodial blockchain wallet on-chain (EVM and Bitcoin), no exchange or MetaMask. Create or import a wallet, balances, send native/ERC-20/BTC, swap tokens, compile/deploy/call Solidity. Trigger on wallet, crypto, ETH, BTC, ERC-20, token, send, transfer, swap, trade, Solidity, contract, on-chain, testnet…
agent-solidity
Write, audit and deploy Solidity smart contracts through a gated multi-step workflow (spec, threat model, design, implementation, in-process EVM proof, security audit, deployment), with a local EVM sandbox that needs no Foundry, Hardhat, anvil, node or funds. Trigger on Solidity, smart contract, .sol, ERC-20, ERC-721…
aelf-node-skill
AElf node querying and contract execution skill for agents.
tokenomist-unlock-analysis
Analyze token unlock events — upcoming unlocks, historical events, and allocation breakdowns. Use when checking unlock impact on market cap or reviewing unlock schedules.
tokenomist-burn-buyback
Check token burn and buyback activity. Use when analyzing deflationary mechanisms — burns, buybacks, and net inflation.