Install
openclaw skills install dp-pipeline-designerDP 数据处理平台流水线设计师。当用户提到创建管道、数据流、Flink作业、Kafka读取、写到数据库/MongoDB、数据处理管道等需求时激活。
openclaw skills install dp-pipeline-designerDesign, generate, submit, and monitor DP Data Processing Platform pipelines from natural language descriptions. This skill acts as an AI front-end to the DP platform's REST API, translating user requirements into runnable Apache Flink data pipelines.
The DP platform runs at ${DP_SERVER_URL} by default.
The DP platform runs at ${DP_SERVER_URL}.
Required environment variables:
DP_SERVER_URL=${DP_SERVER_URL} # REQUIRED — DP platform base URL
DP_API_KEY=${DP_API_KEY} # REQUIRED — obtain from platform「API Key 管理」page
ALL curl commands MUST use -H 'X-DP-API-Key: ${DP_API_KEY}'. No other authentication method is supported.
# 校验 DP_API_KEY — 未配置则终止
if [ -z "${DP_API_KEY}" ]; then
echo "======================================"
echo " DP Platform — API Key 必填"
echo "======================================"
echo "错误:未检测到 DP_API_KEY,无法继续。"
echo ""
echo "请按以下步骤配置:"
echo "1. 访问 DP 平台控制台:${DP_SERVER_URL}"
echo "2. 注册账号(如需邀请码请联系管理员)"
echo "3. 进入「API Key 管理」→「申请新 Key」"
echo "4. 将生成的 Key 配置到 DP_API_KEY 环境变量"
echo ""
echo "免费版:100次/月。超额后需升级订阅套餐。"
echo "======================================"
exit 1
fi
echo "API Key 已验证:${DP_API_KEY:0:8}****"
quota_exceeded: true 字段upgrade_url 字段指向订阅升级页面The following files provide the knowledge base for this skill:
| File | Purpose |
|---|---|
dp-operator-catalog.json | Complete list of 60+ operators with params and pipeline templates |
dp-api-reference.md | REST API endpoints, parameters, and curl examples |
dp-job-schema.md | StreamJob XML format, examples, and encoding rules |
When the user describes a pipeline need, ask ALL of the following if not already specified:
See full SKILL.md for complete implementation details.
dp-operator-catalog.jsonMIT-0: Free to use, modify, and redistribute. No attribution required.