Blockchain RPC skills for AI coding agents — 200+ networks via DRPC
# DRPC Agent Skills [](https://github.com/drpcorg/drpc-agent-skills) [](https://opensource.org/licenses/MIT) [](https://drpc.org/chainlist) [](https://drpc.org/chainlist) [](#install) [](#mcp-tools) Give your AI coding agent access to 100+ blockchains over RPC. Works on first ask -- no restart, no config file editing. Guided recipes, error handling, 200+ networks. **Why DRPC?** Your requests go through a decentralized gateway that routes across multiple providers. If one is down, another picks up. Responses are consensus-validated, so you don't get bad data from a single node. ## What Can You Do? Type a plain English prompt. The agent figures out which RPC calls to make. | Use Case | Example Prompt | |----------|---------------| | **DeFi Portfolio** | "Get my wallet balance across Ethereum, Arbitrum, and Base" | | **Gas Optimization** | "Compare gas prices across all L2 networks right now" | | **Transaction Tracking** | "Check if transaction 0xabc... is confirmed on Optimism" | | **Smart Contract Reading** | "Read the totalSupply of USDC contract on Base" | | **Whale Watching** | "Get the last 10 transactions for this address on Ethereum" | | **Cross-Chain Analysis** | "Compare TVL-related contract data across Arbitrum, Base and Optimism" | ## Install **Works with:** Claude Code · Cursor CLI · Cursor · Codex · Windsurf · Cline · OpenClaw Get your free API key at [drpc.org](https://drpc.org), then install the skill for your platform: ### Claude Code ```bash cursor plugins marketplace add drpcorg/drpc-agent-skills cursor plugins install drpc-agent-skill
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.