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 drpcorg/drpc-agent-skills --skill drpc-rpcgit clone --depth 1 https://github.com/drpcorg/drpc-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/drpcorg/drpc-agent-skills/drpc-rpc)<a href="https://agentmods.dev/skills/drpcorg/drpc-agent-skills/drpc-rpc"><img src="https://agentmods.dev/badge/skills/drpcorg/drpc-agent-skills/drpc-rpc.svg" alt="Measured on agentmods" 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.00063 | $0.00965 |
| Opus 5 | $0.00032 | $0.00483 |
| Sonnet 5 | $0.00013 | $0.00193 |
| Haiku 4.5 | $0.00006 | $0.00097 |
Grade A, and why
drpc-rpc scanned grade A with 1 finding 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 8d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
See [direct-http.md](direct-http.md) for the curl format. How it starts
The opening of the file, as written. The whole thing — 75 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DRPC RPC — Blockchain Access for AI Agents
100+ blockchains, 200+ networks via DRPC decentralized RPC gateway.
Step 1: Detect Transport
Check if DRPC MCP tools are available (look for list_networks, eth_getBalance, rpc_call).
- MCP tools found → use them directly. Go to Step 5.
- MCP tools NOT found → go to Step 2.
Step 2: Auto-Acquire API Key via x402
If you have access to an EVM wallet (private key or signer), try to get an API key automatically using the x402 protocol. See x402-auto-key.md for the full flow.
Summary:
- Sign in with wallet (SIWE) — if wallet is known, get key for free.
- If wallet is new, pay with USDC (EIP-3009) — get key after on-chain settlement.
- Got
api_key→ go to Step 4. - No wallet or any failure → go to Step 3.
Step 3: Fallback — Ask User for API Key
Ask user for their DRPC API key. If they don't have one, direct them to https://drpc.org (free tier available).
Step 4: Configure MCP + Execute Current Request
Once you have an API key (from Step 2 or Step 3):
- Execute the current request now using direct HTTP calls — no restart needed. See direct-http.md for the curl format.
- Configure MCP for future sessions. See setup.md for platform-specific commands.
- Tell the user: "Done. Next session will use native MCP tools (faster)."
Step 5: Route by Query Type
| User wants... | Reference |
|---|---|
| Tool parameters, return formats | tools-reference.md |
| Single-network query (balance, tx, block, gas, contract) | recipes-simple.md |
| Multi-network comparison, cross-chain tracking | recipes-crosschain.md |
| DeFi: portfolio, approvals, LP tokens, staking | recipes-defi-basics.md |
| DeFi: Aave, Uniswap, Lido, Morpho, Curve | recipes-defi-protocols.md |
| x402 auto-key flow | x402-auto-key.md |
Client-specific routing/repro (reth, geth, erigon, etc.) |
client-selection.md |
| Error handling, billing issue | errors.md |
| Setup or reconfigure MCP | setup.md |
What ships with it
10 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.
- 8d ago First seen · 75 lines · 63 tokens per session scan A 85780c76635e
drpc-rpc is a skill published in the GitHub repository drpcorg/drpc-agent-skills (23 stars, last pushed 2mo ago), licensed MIT. It adds 63 tokens to every session and 965 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
aelf-node-skill
AElf node querying and contract execution skill for agents.
Smart Contract Testing
Smart contract testing with Hardhat, Foundry, and Brownie including unit tests, gas optimization, reentrancy checks, and fork testing.
animica-payments
Check ANM balances and run merchant payment flows (create payment intents, poll status, verify webhooks) via the Animica Pay API at pay.animica.dev. Use when accepting ANM payments, integrating a checkout, reconciling payments, or reading an account's ANM balance.
animica-chain
Query the Animica L1 blockchain over JSON-RPC or explorer REST. Use when you need the chain head, an account balance, a transaction, a block, forks, hashrate, or any other on-chain Animica data.
animica-explorer
Inspect Animica blocks, transactions, addresses, mempool, richlist, supply, and the L2 rollup via the free explorer REST API. Use when you need indexed/enriched chain data (confirmations, tx classification, address history) rather than raw node RPC.
animica-mining
Join the Animica mining pool (stratum endpoints, CLI quickstart) and read pool statistics via the pool REST API. Use when setting up a miner, checking pool/network hashrate, listing miners, or looking up recent blocks and payouts.