turbo-pipelines

Manage Turbo data processing pipeline lifecycles via the Goldsky CLI.

8|12|Updated Dec 9, 2025
One-click install
npx skills add https://github.com/NEAR-DevHub/treasury26 --skill turbo-pipelines-near-devhub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: turbo-pipelines
Source: https://github.com/NEAR-DevHub/treasury26/tree/main/.agents/skills/turbo-pipelines
Command: npx skills add https://github.com/NEAR-DevHub/treasury26 --skill turbo-pipelines-near-devhub

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the creation, configuration, and deployment of data processing pipelines for blockchain data, eliminating complex manual setup and configuration errors.

Core Features & Use Cases

  • Pipeline Creation: Guides users through defining data sources, transformations, and sinks.
  • Deployment & Updates: Handles the application and management of pipeline configurations.
  • Validation & Troubleshooting: Ensures pipeline configurations are valid and provides tools for debugging.
  • Use Case: A data engineer needs to ingest ERC-20 token transfers from the Base chain into a PostgreSQL database. This Skill can guide them through selecting the correct dataset, configuring the PostgreSQL sink, validating the pipeline YAML, and deploying it with a single command.

Quick Start

Use the turbo-pipelines skill to create a new pipeline that ingests Base chain ERC-20 transfers and sends them to a blackhole sink.

Frequently Asked Questions about turbo-pipelines

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy blockchain data pipelines using the Goldsky CLI?

You can deploy blockchain data pipelines by defining data sources, applying SQL transformations, and configuring sinks, then submitting the configuration for validation and deployment via the Goldsky CLI.

Can I stream blockchain data into PostgreSQL or ClickHouse?

Yes, you can stream blockchain data into PostgreSQL, ClickHouse, Kafka, or webhooks by selecting the appropriate sink type during pipeline configuration and deployment.

What is the best way to transform ERC-20 token transfers before sending them to a database?

The best way to transform ERC-20 token transfers is to define SQL transformations within your pipeline configuration, allowing you to filter and shape blockchain data before it reaches your database sink.

How do I validate pipeline configurations for blockchain analytics before deployment?

You validate pipeline configurations for blockchain analytics by using the built-in validation tools to check your pipeline YAML, ensuring data sources, transformations, and sinks are correctly defined before deployment.

Does this pipeline deployment approach support multiple blockchain data sources?

Yes, this pipeline deployment approach supports various blockchain data sources, allowing you to ingest datasets such as Base chain ERC-20 transfers and route them to your configured sinks.

Why is my blockchain data pipeline not working after configuration updates?

If your blockchain data pipeline is not working after configuration updates, you can use the provided troubleshooting and debugging tools to identify validation errors in your pipeline YAML or sink misconfigurations.