datasets

Installation
SKILL.md

Goldsky Dataset Reference

Reference tables for blockchain datasets available in Turbo pipelines.

For quick dataset questions (e.g., "what dataset for Solana transfers?"), answer directly: identify the chain prefix (see Popular Chain Prefixes below), identify the dataset type (see Common Datasets), and return a YAML snippet like:

sources:
  my_source:
    type: dataset
    dataset_name: <chain>.<dataset>
    version: 1.0.0
    start_at: earliest

Tip: Verify a dataset exists with goldsky dataset get <chain>.<dataset> --outputFormat json — returns the exact slug, version, schema, and isTurboOnly (false = usable by Turbo and Mirror; true = Turbo-only). To browse or search: goldsky dataset list --output json (optionally --group <chain>; the list is a slim index and omits isTurboOnly — use dataset get for that). goldsky turbo validate file.yaml validates a whole Turbo pipeline config — it is not a dataset-existence check (Turbo-specific, needs the turbo binary).

⚠️ Plain goldsky dataset list with no flags is an interactive picker that only works in a real terminal — in an agent/CI/piped context it produces no output at all. Always pass --output json (or --group). On an older CLI without those flags, fall back to the public read-only endpoint: curl -s https://api.goldsky.com/api/public/datasets/v1.

Installs
131
GitHub Stars
12
First Seen
Mar 9, 2026
datasets — goldsky-io/goldsky-agent