dune2
Installation
SKILL.md
Overview
This skill covers five focused use cases where Dune excels over RPC:
- Token transfers from/to an address
- Contract creation transaction
- All txs that called a specific function
- Filter logs by contract or event
- Labels for an address
Prerequisites
Assume Dune CLI is installed and authenticated. Run commands directly.
If a command fails:
"command not found"→ CLI not installed401 / "unauthorized"→ Auth failure (setDUNE_API_KEYenv var or rundune auth --api-key <key>)- Always use
-o jsonfor all commands