Plugin Claude Code
Plugin marketplace listing 1 plugin: goldsky.
Plugin Claude Code
Plugin marketplace listing 1 plugin: goldsky.
Plugin Claude Code
Stream real-time blockchain data to your infrastructure. Build, deploy, and debug data pipelines that index onchain events from 20+ chains into PostgreSQL, ClickHouse, Kafka, and more.
Instructions file CodexOpenCode
AGENTS.md instructions for goldsky-io/goldsky-agent, covering agents.md — goldsky agent, how to use these skills, skill routing, gotchas agents get wrong — read before generating code and editing skills in this repo (opening a pr here).
Agent
Goldsky Turbo pipeline expert. Builds, debugs, and manages blockchain data pipelines.
Hook
Runs before the agent uses a tool for Bash and Bash tool calls, executing pre-deploy-validate.sh and secret-check.sh (2 commands). From goldsky-io/goldsky-agent.
Hook
Runs after a tool call finishes for Bash tool calls, executing post-deploy-inspect.sh. From goldsky-io/goldsky-agent.
Skill Claude CodeCodex
Set up Goldsky CLI authentication and project configuration. Use this skill when the user needs to: install the goldsky CLI (what's the official install command?), run goldsky login (including when the browser opens but 'authentication failed'), run goldsky project list and see 'not logged in' or 'unauthorized'…
Skill Claude CodeCodex
Build and deploy the Goldsky Compose bitcoin-oracle example under the user's own account — a cron task that fetches BTC/USD from CoinGecko and writes (timestamp, price) as bytes32 values to an on-chain PriceOracle contract via a Compose-managed wallet, appending each price to a durable collection. Triggers on: 'build…
Skill Claude CodeCodex
Build and deploy the Goldsky Compose compliance-oracle example under the user's own account — a compliance-gated payment system where a smart contract holds funds in escrow, Compose screens the sender wallet via a compliance API (Webacy recommended, or bring-your-own / mock), then calls back to approve or reject.…
Skill Claude CodeCodex
Build and deploy the Goldsky Compose corporate-actions / dividend-distribution example under the user's own account — a durable, idempotent distributor that pays N token holders pro-rata for a tokenized corporate action (dividend, coupon, rebate, airdrop) with an on-chain audit trail. The interesting bit: Compose…
Skill Claude CodeCodex
Use this skill whenever the user is asking about an existing Goldsky Compose app that is not doing what they expect, has failing or erroring task runs, or just needs general debugging. This is the debugging layer of the Compose skill family: it runs status, logs, secret list, and wallet list to identify the root cause…
Skill Claude CodeCodex
Load this skill whenever building, editing, or deploying a Goldsky Compose app — it is the reference layer that gives the concrete rules for how to build one: the exact shape of compose.yaml (every top-level, task, and trigger field), every goldsky compose CLI flag, the TaskContext API (env, fetch, callTask, logEvent…
Skill Claude CodeCodex
Build and deploy the Goldsky Compose VRF (verifiable random function) example under the user's own account — a Compose app that listens for a RandomnessRequested event on an EVM contract, fetches verifiable randomness from the drand beacon, and writes it back on-chain via fulfillRandomness with the drand round + BLS…
Skill Claude CodeCodex
Always load this skill whenever the conversation is about Goldsky Compose (the offchain-to-onchain TypeScript framework for oracles, keepers, circuit breakers, and cross-chain automation) — no matter what the user wants to do with it. That includes: asking what Compose is, its docs, pricing, functionality, or limits…
Skill Claude CodeCodex
Use this skill when the user needs to look up or verify Goldsky blockchain dataset names, chain prefixes, dataset types, or versions. Triggers on questions like 'what\'s the dataset name for X?', 'what prefix does Goldsky use for chain Y?', 'what version should I use for Z?', or 'what datasets are available for…
Skill Claude CodeCodex
Use this skill when the user asks about Goldsky Edge — the managed RPC endpoint service for EVM chains. Triggers on: 'Edge RPC', 'Goldsky RPC endpoint', 'edge.goldsky.com', 'ethgetLogs is slow', 'RPC rate limit', 'hedged requests', 'flashblocks', 'HyperEVM system transactions', 'x402 pay-per-request RPC', 'Goldsky…
Skill Claude CodeCodex
Diagnose and fix broken Goldsky Mirror pipelines. Use this skill whenever a user has a Mirror pipeline that is failing, stuck, terminated, won't start, is in a restart loop, or is blocked by an in-flight request. Also use when the user mentions a specific Mirror pipeline name alongside a problem — even if they don't…
Skill Claude CodeCodex
Use this skill when the user asks about Goldsky Mirror pipelines — creating, deploying, operating, or troubleshooting Mirror. Triggers on: 'Mirror pipeline', 'goldsky pipeline apply', 'sync subgraph to database', 'mirror vs turbo', 'direct indexing', 'mirror pipeline YAML', 'mirror pipeline pause/stop/restart'. Also…
Skill Claude CodeCodex
Use this skill when a user wants to store, manage, or work with Goldsky secrets — the named credential objects used by pipeline sinks. This includes: creating a new secret from a connection string or credentials, listing or inspecting existing secrets, updating or rotating credentials after a password change, and…
Skill Claude CodeCodex
Build, author, and deploy Goldsky Subgraphs — hosted GraphQL APIs over onchain data. Use when the user wants to create, scaffold, write, or deploy a subgraph; design a schema/entities; write or fix AssemblyScript mapping handlers; configure subgraph.yaml (handlers, templates, instant/no-code from ABI); set up GraphQL…
Skill Claude CodeCodex
Diagnose and fix broken Goldsky Subgraphs. Use this skill whenever a user has a subgraph that is failing, stalled, stuck syncing, not indexing, auto-paused, returning errors, or won't deploy. Triggers on: 'subgraph stopped syncing', 'subgraph stuck at block', 'subgraph stalled', 'subgraph failed to deploy', 'indexing…
Skill Claude CodeCodex
Migrate a subgraph from The Graph to Goldsky as a drop-in replacement — no code changes required. Use this skill when the user wants to move, switch, port, or migrate a subgraph off The Graph (hosted service, Subgraph Studio, or the decentralized network) onto Goldsky, or when a subgraph endpoint they relied on (e.g.…
Skill Claude CodeCodex
Build and deploy new Goldsky Turbo pipelines from scratch. Triggers on: 'build a pipeline', 'index X on Y chain', 'set up a pipeline', 'track transfers to postgres', or any request describing data to move from a chain/contract to a destination (postgres, mysql, clickhouse, kafka, pubsub, s3, sqs, webhook). Covers the…
Skill Claude CodeCodex
Diagnose and fix broken Goldsky Turbo pipelines interactively. Triggers on: pipeline in error state, stuck starting, connection refused, not getting data, duplicate rows, missing fields, slow backfill, or any named pipeline misbehaving. Runs logs/status commands, identifies root cause, and offers fixes. For CLI syntax…