What problem does it solve? Accessing on-chain analytics normally requires navigating the Dune web UI, writing SQL by hand, and manually assembling dashboards. This Skill lets you run DuneSQL queries, discover decoded contract tables, and build visualizations and dashboards directly from the terminal through the Dune CLI. ## Core Features & Use Cases - DuneSQL Query Execution: Run ad-hoc SQL with dune query run-sql or execute saved queries with parameters, performance tiers, and polling for long-running jobs. - Dataset Discovery: Search the Dune catalog by keyword, category, or contract address with full column schemas before writing SQL. - Visualizations & Dashboards: Create charts, counters, and tables on saved queries, then assemble them into dashboards with text and visualization widgets. - Use Case: Ask for the daily DEX trading volume on Ethereum over the last 7 days; the Skill discovers the dex.trades Spellbook table, writes a partition-filtered DuneSQL query, executes it, and returns the results as JSON. ## Quick Start Ask the assistant to run a Dune query showing the latest 10 Ethereum blocks, and it will execute the appropriate dune CLI command and return the results.