
from cryptoskill52
Run Dune SQL and saved queries via the Dune REST API for on-chain analytics; pairs with MoonPay CLI to create/fund wallets for analysis.
Documentation-only skill for querying Dune Analytics REST API for on-chain blockchain data, paired with MoonPay CLI for wallet management. No bundled scripts to test. SKILL.md is well-structured with clear workflows, endpoint reference, and security notes, though shell examples lack error handling and the wallet query section has a shell injection risk from unquoted variable interpolation.
Clean documentation skill with no scripts. The curl-based examples are practical but the wallet query section uses complex shell escaping with variable interpolation that could be a shell injection vector if $WALLET contained malicious content. Not malicious — just a typical shell scripting pitfall. Pairs with MoonPay for crypto workflows, which is niche but legitimate.