seatunnel-skill

Generate and debug Apache SeaTunnel job configurations in HOCON format.

39|7|Updated Aug 14, 2025
One-click install
npx skills add https://github.com/apache/seatunnel-tools --skill seatunnel-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seatunnel-skill
Source: https://github.com/apache/seatunnel-tools/tree/main/seatunnel-skill
Command: npx skills add https://github.com/apache/seatunnel-tools --skill seatunnel-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides AI-driven assistance for using Apache SeaTunnel, a powerful data integration tool, simplifying complex configurations, debugging, and learning its features.

Core Features & Use Cases

  • Configuration Assistance: Generate and refine SeaTunnel job configurations (HOCON format).
  • Connector Information: Get details on available connectors, their options, and usage.
  • Debugging Help: Analyze error messages and suggest solutions for job failures.
  • Learning SeaTunnel: Understand SeaTunnel's architecture, features, and best practices.
  • Use Case: A data engineer needs to set up a streaming job from Kafka to Elasticsearch but is unsure about the exact HOCON syntax for the Elasticsearch sink. They can ask the SeaTunnel Skill for a configuration example.

Quick Start

Ask the seatunnel-skill for a Kafka to Elasticsearch job configuration example.

Frequently Asked Questions about seatunnel-skill

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

FAQPage Schema
How do I configure a streaming job from Kafka to Elasticsearch in SeaTunnel?

To configure a streaming job from Kafka to Elasticsearch in SeaTunnel, you specify the source and sink definitions using HOCON syntax. The assistant generates the exact configuration details needed for the Elasticsearch sink and Kafka source options.

What execution engines can I use with Apache SeaTunnel?

Apache SeaTunnel supports multiple execution engines including Spark, Flink, and Zeta. You can deploy and run your batch, streaming, and CDC data integration jobs across any of these supported distributed processing platforms.

How do I debug a failed SeaTunnel job configuration?

To debug a failed SeaTunnel job configuration, you analyze the error messages generated during execution. The assistant helps by evaluating the failure logs and suggesting specific solutions to correct your HOCON syntax or connector options.

Does SeaTunnel support CDC synchronization for data integration?

Yes, SeaTunnel supports CDC synchronization for data integration. It provides multimodal capabilities across batch and streaming, allowing you to capture change data and synchronize it efficiently using over 100 available connectors.

What is the HOCON format used for in SeaTunnel job configuration?

The HOCON format is used for SeaTunnel job configuration to define source, sink, and transform parameters. It structures the data integration pipeline settings, allowing you to specify connector options and execution properties for your batch or streaming jobs.

Why is my SeaTunnel connector not working with the Zeta engine?

If your SeaTunnel connector is not working with the Zeta engine, you may have incorrect connector options or compatibility issues. Review the specific error message and verify the connector details to ensure it supports your current execution engine setup.