Skip to main content
Glama
drpcorg

dRPC Agent Skills

by drpcorg

DRPC エージェントスキル

GitHub stars License: MIT Blockchains Networks Platforms MCP Tools

AI コーディングエージェントに、RPC を介して 100 以上のブロックチェーンへのアクセス権を与えます。再起動や設定ファイルの編集は不要で、すぐに使用可能です。ガイド付きレシピ、エラーハンドリング、200 以上のネットワークに対応しています。

なぜ DRPC なのか? リクエストは、複数のプロバイダーにルーティングする分散型ゲートウェイを経由します。1 つがダウンしても、別のプロバイダーが引き継ぎます。レスポンスはコンセンサスによって検証されるため、単一のノードから誤ったデータを受け取ることはありません。

何ができるのか?

平易な英語でプロンプトを入力するだけで、エージェントがどの RPC 呼び出しを行うべきかを判断します。

ユースケース

プロンプト例

DeFi ポートフォリオ

"Get my wallet balance across Ethereum, Arbitrum, and Base"

ガス代の最適化

"Compare gas prices across all L2 networks right now"

トランザクション追跡

"Check if transaction 0xabc... is confirmed on Optimism"

スマートコントラクトの読み取り

"Read the totalSupply of USDC contract on Base"

クジラ(大口投資家)の監視

"Get the last 10 transactions for this address on Ethereum"

クロスチェーン分析

"Compare TVL-related contract data across Arbitrum, Base and Optimism"

インストール

対応プラットフォーム: Claude Code · Gemini CLI · Cursor · Codex · Windsurf · Cline · OpenClaw

drpc.org で無料の API キーを取得し、お使いのプラットフォーム用のスキルをインストールしてください:

Claude Code

claude plugins marketplace add drpcorg/drpc-agent-skills
claude plugins install drpc-agent-skills

Gemini CLI

gemini extensions install https://github.com/drpcorg/drpc-agent-skills

Codex

git clone https://github.com/drpcorg/drpc-agent-skills.git
ln -s $(pwd)/drpc-agent-skills/skills/drpc-rpc ~/.agents/skills/drpc-rpc

Cursor

git clone https://github.com/drpcorg/drpc-agent-skills.git
ln -s $(pwd)/drpc-agent-skills/skills/drpc-rpc .cursor/skills/drpc-rpc

Windsurf

git clone https://github.com/drpcorg/drpc-agent-skills.git
ln -s $(pwd)/drpc-agent-skills/skills/drpc-rpc .windsurf/skills/drpc-rpc

Cline

git clone https://github.com/drpcorg/drpc-agent-skills.git
ln -s $(pwd)/drpc-agent-skills/skills/drpc-rpc .cline/skills/drpc-rpc

OpenClaw

git clone https://github.com/drpcorg/drpc-agent-skills.git
ln -s $(pwd)/drpc-agent-skills/skills/drpc-rpc ~/.openclaw/skills/drpc-rpc

仕組み

以下のように質問してください:

"Get the ETH balance of vitalik.eth on Ethereum"

"Compare gas prices across all L2 networks"

エージェントがスキルファイルを読み取り、適切な RPC メソッドを選択して DRPC を呼び出し、結果を返します。ユーザー側での定型コードの記述は不要です。

You ask → Agent reads skill → Calls DRPC API → Returns blockchain data

自動的に選択される 3 つのモード:

  1. 初回セッション: API キーを要求し、直接 HTTP 経由でリクエストを実行(再起動不要)、将来のセッションのために MCP を設定します

  2. 以降のセッション: ネイティブ MCP ツールを使用(より高速で統合された動作)

  3. エラーハンドリング: 課金制限やレート制限を認識し、復旧方法をガイドします

スキルの内容

ファイル

目的

SKILL.md

エントリポイント — トランスポートを検出し、クエリタイプ別にルーティング

setup.md

プラットフォームごとの MCP 設定

direct-http.md

初回セッション用の直接 HTTP 呼び出し(MCP 不要)

tools-reference.md

パラメータを含む 16 個の全 MCP ツール

recipes-simple.md

単一ネットワークのレシピ

recipes-crosschain.md

クロスチェーンのレシピ

errors.md

エラーコード、課金エラー、復旧パターン

MCP ツール

ツール

説明

list_networks

サポートされている 200 以上の全ネットワーク

list_methods

ネットワークごとの RPC メソッド

get_network_info

ネットワークの詳細(チェーン ID、通貨、エクスプローラー)

eth_getBalance

ネイティブトークンの残高

eth_getBlockByNumber

番号またはタグによるブロック情報

eth_getBlockByHash

ハッシュによるブロック情報

eth_getTransactionByHash

トランザクションの詳細

eth_getTransactionReceipt

ステータスとログを含むレシート

eth_getLogs

イベントログのクエリ

eth_call

スマートコントラクトの読み取り

eth_gasPrice

現在のガス価格

eth_estimateGas

ガス代の見積もり

eth_getCode

コントラクトのバイトコード

eth_getTransactionCount

アドレスのナンス値

rpc_call

任意の JSON-RPC メソッド

rpc_batch

複数の呼び出しをバッチ処理

対応ネットワーク

Ethereum, Arbitrum, Optimism, Base, Polygon, BNB Chain, Avalanche, zkSync, Linea, Scroll, Mantle, Fantom, Gnosis, Celo, Moonbeam, Harmony, Aurora, Metis, Boba, Cronos, Klaytn, Solana, Bitcoin, NEAR, Cosmos, Starknet、およびその他多数

コントリビューション

バグを見つけましたか?足りないチェーンはありますか?Issue を開くか、PR を送ってください。

スターは発見しやすさにつながります。もしこのツールが役に立ったなら、ぜひスターをお願いします。

ライセンス

MIT

-
security - not tested
A
license - permissive license
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/drpcorg/drpc-agent-skills'

If you have feedback or need assistance with the MCP directory API, please join our Discord server