
from skills103
Run Dune SQL and saved queries against live on-chain data via the Dune REST API; useful for wallet activity, token transfers, DEX trades, and on-chain event mon
Dune Analytics lets the agent execute DuneSQL or saved Dune queries against live blockchain datasets using the Dune REST API. It provides concrete workflows to run saved queries, poll execution status, execute raw SQL, and retrieve result rows. The skill includes pragmatic examples for querying wallet transactions, parameterised queries, and integrating with MoonPay-created wallets so agents can analyze funded addresses.
Use this skill when a user asks for on-chain data, wallet transaction history, DEX trades, token transfers, smart contract events, or when they explicitly request to "query Dune" or "run a Dune query". It is also appropriate for monitoring query credit usage and retrieving results programmatically.
CLI-capable agents and those that can run HTTP requests and shell commands (e.g., Copilot/Codex/Gemini CLI, Claude Code).
Dune Analytics skill provides blockchain analytics via the Dune REST API with well-structured curl examples for executing saved queries, raw DuneSQL, and parameterized queries. Also covers MoonPay wallet integration for creating/funding wallets to analyze. No bundled scripts — purely documentation-driven. Shell injection risk in wallet variable interpolation and SQL injection risk from unsanitized user inputs in SQL strings.
Single-file skill with no scripts. Well-written docs but the wallet query example has a notable shell injection pattern. SQL injection is also a concern if agent blindly interpolates user input into queries. No malicious intent detected — security issues are inadvertent.