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 PaulRBerg/agent-skills --skill evm-atlasgit clone --depth 1 https://github.com/PaulRBerg/agent-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/paulrberg/agent-skills/evm-atlas)<a href="https://agentmods.dev/skills/paulrberg/agent-skills/evm-atlas"><img src="https://agentmods.dev/badge/skills/paulrberg/agent-skills/evm-atlas/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/paulrberg/agent-skills/evm-atlas"><img src="https://agentmods.dev/badge/skills/paulrberg/agent-skills/evm-atlas.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Data Exfiltration · line 44 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
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.00158 | $0.02080 |
| Opus 5 | $0.00079 | $0.01040 |
| Sonnet 5 | $0.00032 | $0.00416 |
| Haiku 4.5 | $0.00016 | $0.00208 |
Grade A, and why
evm-atlas 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 2d 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 — 123 lines — stays where its author put it; the contents beside it link to each section on GitHub.
EVM Atlas
This skill is coordination-exempt: skip the ai-coord gate for its declared work.
Resolve and query only the target mainnets in references/generated/target-mainnets.json, under a strict read-only
boundary.
Scope and Authority
- Match displayed names, numeric chain IDs, and aliases from
references/generated/chain-aliases.jsonto the authoritative target-mainnet rows. - If a chain is absent, do not route through another provider, web search, Chainlist, or an unlisted RPC to work around scope. Ask for a feature request at https://github.com/PaulRBerg/agent-skills.
- Own every discrete read and bounded live subscription handed off by
cli-cast, including chain, block, fee, nonce,eth_call,eth_estimateGas, transaction, receipt, log, balance, code, storage, proof, and ENS queries. Complete the read here even when its result will prepare, simulate, or verify later state-changing work. - Never sign messages, submit signatures, execute bridge steps, or broadcast transactions. Route state-changing Cast
work to
cli-cast. - DEX support is historical and evidence-only. Do not discover live quotes, construct or simulate new trades, prepare approvals or permits, submit orders, administer protocols, interpret CoW AMM positions, handle standalone 1inch limit orders, or assign semantics to arbitrary Uniswap v4 hooks.
- Do not default to Ethereum. Infer from explicit chain context and unambiguous chain-specific tokens; ask when ambiguous.
- Never echo, interpolate, or log API-key values (
ETHERSCAN_API_KEY,BLOCKSCOUT_API_KEY, RPC keys). Check presence value-free with[ -n "$ETHERSCAN_API_KEY" ] && echo set || echo unset; never put${VAR:-...}or${VAR:+...}expansions in printed output. - Keyless Blockscout is sunset (July 2026) and hosted
*.blockscout.cominstance subdomains also rate-limit keyless traffic, so route every Blockscout-hosted chain through the keyedhttps://api.blockscout.com/{chain_id}gateway. Seereferences/explorers/blockscout-endpoints.md. - An unreachable or erroring indexer is a coverage gap, never evidence of zero activity. Confirm in Chromium before recording an endpoint as down or blocked, and state the verification method in results.
What ships with it
42 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.
- agents/openai.yaml 42 B
- fixtures/blockscout-address-counters.json 120 B
- fixtures/etherscan-transfer-topic-response.json 1.0 KB
- fixtures/etherscan-transfer-topic-self-transfer.json 541 B
- fixtures/README.md 734 B
- references/atlas-overlays.json 16 KB
- references/bridges/across.md 8.5 KB
- references/bridges/bungee.md 9.3 KB
- references/bridges/circle.md 6.2 KB
- references/bridges/debridge.md 9.4 KB
- references/bridges/hop.md 7.3 KB
- references/bridges/layerswap.md 9.7 KB
- references/bridges/layerzero.md 4.3 KB
- references/bridges/lifi.md 6.7 KB
- references/bridges/relay.md 8.7 KB
- references/bridges/symbiosis.md 7.9 KB
- references/dexes/1inch.md 7.5 KB
- references/dexes/cow-protocol.md 7.1 KB
- references/dexes/uniswap.md 8.7 KB
- references/explorers/blockscout-api.md 15 KB
- references/explorers/blockscout-endpoints.md 5.7 KB
- references/explorers/etherscan-api.md 28 KB
- references/explorers/explorer-paths.json 534 B
- references/explorers/fantom-opera.md 6.8 KB
- references/explorers/optimism-pre-regenesis.md 9.9 KB
- references/generated/blockscout-chains.md 10 KB
- references/generated/chain-aliases.json 3.6 KB
- references/generated/etherscan-chains.md 4.2 KB
- references/generated/target-fallback-rpcs.json 7.0 KB
- references/generated/target-mainnets.json 11 KB
- references/workflows/address-sweeps.md 6.5 KB
- references/workflows/blockscan-balances.md 3.3 KB
- references/workflows/blockscan-tx-lookup.md 3.7 KB
- references/workflows/dex-transactions.md 8.0 KB
- references/workflows/provider-routing.md 17 KB
- scripts/blockscout-detect-plan.sh 1.7 KB runs code
- scripts/check-conformance-fixtures.sh 940 B runs code
- scripts/etherscan-detect-plan.sh 3.1 KB runs code
- scripts/resolve-chain.sh 4.4 KB runs code
- scripts/sweep-core.py 23 KB runs code
- scripts/validate-blockscout-address-counters.sh 717 B runs code
- scripts/validate-etherscan-transfer-topics.sh 689 B runs code
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.
- 2d ago Changed · +1 lines e1f1bcf440f0
- 4d ago Changed eef0cd0de619
- 12d ago First seen · 122 lines · 158 tokens per session scan A 3d018f64a159
evm-atlas is a skill published in the GitHub repository PaulRBerg/agent-skills (70 stars, last pushed yesterday), licensed MIT. It adds 158 tokens to every session and 2,080 once invoked, about $0.0008 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-30.
Other skills, from other repositories
signature-replay
Signature replay attacks — missing nonces, missing chain ID, ecrecover zero address, signature malleability, cross-chain replay.
official-sui-skills
Pointer to the official Mysten Labs skills for building on Sui — language fundamentals, object model, PTBs, SDKs, publishing, upgrades, frontend integration, accessing on-chain data. Maintained upstream at github.com/MystenLabs/skills; pinned to the same ref the audit catalog derives from (see…
bridge
Cross-chain token transfers using Wormhole and CCTP.
onchainkit
Build onchain apps with Coinbase's OnchainKit React components - wallets, swaps, NFTs, payments.
marginfi
MarginFi — Solana lending and borrowing.
crypto-market-rank
Crypto market rankings and leaderboards. Query trending tokens, top searched tokens, Binance Alpha tokens, tokenized stocks, social hype sentiment ranks, smart money inflow token rankings, top meme token rankings from Pulse launchpad, and top trader PnL leaderboards. Use this skill when users ask about token rankings…