lg-data-pipeline

Generate KML features from external API responses and transport them via SSH to Liquid Galaxy.

1|1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/AshishYesale7/LGFlutterStarterKit --skill lg-data-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lg-data-pipeline
Source: https://github.com/AshishYesale7/LGFlutterStarterKit/tree/main/.agent/skills/lg-data-pipeline
Command: npx skills add https://github.com/AshishYesale7/LGFlutterStarterKit --skill lg-data-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the complex process of transforming raw data from external APIs into a format suitable for visualization on a Liquid Galaxy rig, ensuring data integrity and a clean pipeline.

Core Features & Use Cases

  • End-to-End Data Transformation: Manages the flow from API response to KML payload and SSH transport.
  • Strict Layering: Enforces separation of concerns between API providers, domain models, KML generation, and transport.
  • Use Case: Integrating real-time earthquake data from USGS. The skill will fetch the data, convert it into a domain model, generate KML placemarks for each earthquake, and send it to the LG rig for display.

Quick Start

Use the lg-data-pipeline skill to integrate the USGS earthquake API into the Liquid Galaxy rig.

Frequently Asked Questions about lg-data-pipeline

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

FAQPage Schema
How do I build a data pipeline from an external API to a Liquid Galaxy rig?

To build a data pipeline to a Liquid Galaxy rig, you need to parse external API responses into domain models, generate KML features, and transport them via SSH. This skill enforces that strict layering and automates the end-to-end transformation process.

What is the best way to convert API response data into KML for visualization?

Converting API response data into KML requires parsing the payload into a strict domain model and then generating KML placemarks. This skill manages that transformation while ensuring data contracts and layer rules are followed throughout.

How does SSH transport work when sending KML data to a Liquid Galaxy rig?

SSH transport for KML data involves securely sending generated visualization payloads to the Liquid Galaxy rig. This skill handles the transport layer, ensuring the KML features generated from your API data are delivered correctly for display.

Can I use this data pipeline skill with real-time API data like USGS earthquake feeds?

Yes, you can use this data pipeline skill with real-time API data like USGS earthquake feeds. It fetches the data, converts it into a domain model, generates KML placemarks, and sends it to the LG rig for display.

Why does my API to KML transformation pipeline break data contracts?

API to KML transformation pipelines break data contracts when separation of concerns is ignored between API providers, domain models, and KML generation. This skill enforces strict layering to ensure data integrity throughout the flow.

Do I need to manage domain models separately when transforming API data for KML generation?

You do not need to manually manage domain models separately when transforming API data. This skill enforces a strict separation of concerns, automatically parsing API responses into domain models before KML generation and SSH transport.