Dune Sim Onchain Analytics

Dune Sim vs Dune Analytics SQL decision framework for wallet/token intelligence — guidance only, no bundled scripts.

Works with setup

Test report

Verdict
Works with setup
Score
9.2/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 41ecd22

Correctly routes 'watch this wallet live' to Sim's realtime endpoints and 'analyze 90 days of swap volume' to Dune Analytics SQL, with an explicit fact-vs-inference caveat on wallet labels — but it's pure guidance with no bundled scripts, and real use needs a paid Dune Sim API key.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 5/5

What Dune Sim Onchain Analytics does

Helps choose between Dune Sim's realtime EVM/SVM APIs and Dune Analytics SQL for wallet and token intelligence, covering CU-aware cost tradeoffs, webhook subscriptions, and key-handling guardrails (no keys in frontend bundles). Triggers on wallet/token monitoring and on-chain SQL questions. It is pure guidance with links out to Dune's own docs, not a script bundle, and real use needs a paid Dune Sim API key beyond the free CU tier. Explicitly declines to give sanctions/legal conclusions.

How to install Dune Sim Onchain Analytics

git clone https://github.com/bastion-agentique/bastion
cd bastion
mkdir -p ~/.claude/skills
cp -r .agents/skills/dune-sim-onchain-analytics ~/.claude/skills/onchain-analytics

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Dune Sim Onchain Analytics

  • /onchain-analytics Dune Sim vs Dune Analytics SQL decision framework for wallet/token intelligence — guidance only, no bundled scripts.

It also activates on plain-language prompts like these:

  • Write a Dune-style query to trace this wallet's fund flows
  • Analyze this wallet's transaction pattern on Etherscan
  • Query onchain data to see which protocols this address uses

Frequently asked questions

Is the Dune Sim Onchain Analytics skill free?
Yes. The skill itself is free from bastion-agentique/bastion. SkillProof publishes the install command and an independent test verdict at no cost.
Does Dune Sim Onchain Analytics work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Works with setup. Correctly routes 'watch this wallet live' to Sim's realtime endpoints and 'analyze 90 days of swap volume' to Dune Analytics SQL, with an explicit fact-vs-inference caveat on wallet labels — but it's pure guidance with no bundled scripts, and real use needs a paid Dune Sim API key.
What is the Dune Sim Onchain Analytics SkillProof Score?
9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
How do I install Dune Sim Onchain Analytics?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Dune Sim Onchain Analytics with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.