dune2

Installation
SKILL.md

Overview

This skill covers five focused use cases where Dune excels over RPC:

  1. Token transfers from/to an address
  2. Contract creation transaction
  3. All txs that called a specific function
  4. Filter logs by contract or event
  5. Labels for an address

Prerequisites

Assume Dune CLI is installed and authenticated. Run commands directly.

If a command fails:

  • "command not found" → CLI not installed
  • 401 / "unauthorized" → Auth failure (set DUNE_API_KEY env var or run dune auth --api-key <key>)
  • Always use -o json for all commands
Installs
1
First Seen
Jun 22, 2026
dune2 — syjcnss/web3_skills