← 返回 Skills 市场
77
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install data-pipeline-builder
功能描述
Build, schedule, and monitor ETL pipelines to extract, transform, and load data across databases, APIs, and file systems with error handling and validation.
使用说明 (SKILL.md)
data-pipeline-builder
Build and manage ETL/data pipelines for AI agents. Extract, transform, load data between databases, APIs, and file systems.
Overview
A skill for creating and managing data pipelines that move and transform data across different sources and destinations.
Features
- Source Connectors: Connect to databases, APIs, files, S3, GCS
- Data Transformation: Apply filters, mappings, aggregations
- Scheduling: Cron-based or event-triggered pipelines
- Error Handling: Retry logic, dead letter queues
- Data Validation: Schema validation, data quality checks
- Monitoring: Pipeline status, throughput, error rates
- Incremental Sync: Support for CDC (Change Data Capture)
Commands
Create Pipeline
create pipeline from mysql to postgres
Run Pipeline
run etl-job daily-sales-report
Monitor Pipeline
check pipeline health
Use Cases
- Database synchronization
- API data extraction
- File processing and conversion
- Data warehousing
- Report generation
- Analytics data preparation
Requirements
- Node.js 18+
- Python 3.8+ (for data processing)
- Source/destination connectors as needed
安全使用建议
This skill is a high-level template rather than a concrete connector implementation. Before installing or using it: 1) Ask the publisher for source code or a homepage so you can inspect how connectors handle credentials and network access. 2) Confirm how you are expected to provide credentials (per-run prompts, secure vault, environment variables) and ensure least-privilege credentials are used. 3) If you plan to let the agent run pipelines, test in an isolated environment with limited permissions and audit logs enabled. 4) Prefer skills that declare required env vars/config paths and document their data handling and telemetry; avoid supplying broad credentials until you can review the implementation. If you cannot obtain more detail, treat this skill as an under-specified template and do not grant it access to production secrets or systems.
功能分析
Type: OpenClaw Skill
Name: data-pipeline-builder
Version: 1.0.0
The skill bundle contains only metadata and documentation for a data pipeline builder. There is no executable code or suspicious instructions in SKILL.md or _meta.json. The described features, such as ETL processes, scheduling, and monitoring, are standard for data engineering tools and show no signs of malicious intent or high-risk behavior.
能力评估
Purpose & Capability
The description promises connectors to databases, APIs, S3/GCS, scheduling, CDC, and monitoring — capabilities that normally require explicit credentials, endpoint configuration, and connector code. The skill declares no required environment variables, no config paths, and no connector implementations, making its claimed capabilities unexplained.
Instruction Scope
SKILL.md is high-level and only lists example commands (e.g., 'create pipeline from mysql to postgres', 'run etl-job') and runtime dependencies (Node.js, Python). It does not describe how credentials, endpoints, schema, or sensitive data will be provided or protected, nor does it instruct the agent to read or write any particular system paths. The vagueness gives the agent broad discretion at runtime, which is a risk if concrete safeguards are not provided.
Install Mechanism
There is no install spec and no code files; this instruction-only skill does not write files or download artifacts, which reduces supply-chain risk.
Credentials
The skill's functionality would normally require multiple credentials (database usernames/passwords, cloud storage keys, API tokens), but requires none and does not list a primary credential. This mismatch is disproportionate and unexplained — either the skill is only a human-facing guide, or it omits critical info about how secrets are handled.
Persistence & Privilege
The skill is not marked always:true and is user-invocable only; it does not request persistent system presence or make configuration changes. Autonomous invocation is allowed (platform default) but not by itself a problem.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install data-pipeline-builder - 安装完成后,直接呼叫该 Skill 的名称或使用
/data-pipeline-builder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of data-pipeline-builder skill for building and managing ETL/data pipelines:
- Connects to databases, APIs, files, S3, and GCS as sources or destinations.
- Supports data transformation (filters, mapping, aggregation) within pipelines.
- Enables scheduling with cron or event-based triggers.
- Includes error handling: retry logic and dead letter queues.
- Provides schema validation and data quality checks.
- Monitors pipeline status, throughput, and errors.
- Offers incremental sync capabilities using Change Data Capture (CDC).
- CLI-style commands: create, run, and monitor pipelines.
元数据
常见问题
Data Pipeline Builder 是什么?
Build, schedule, and monitor ETL pipelines to extract, transform, and load data across databases, APIs, and file systems with error handling and validation. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 77 次。
如何安装 Data Pipeline Builder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install data-pipeline-builder」即可一键安装,无需额外配置。
Data Pipeline Builder 是免费的吗?
是的,Data Pipeline Builder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Data Pipeline Builder 支持哪些平台?
Data Pipeline Builder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Data Pipeline Builder?
由 SKY-lv(@sky-lv)开发并维护,当前版本 v1.0.0。
推荐 Skills