Alibaba Cloud DataWorks skill for AI agents. Manage data development, workflow operations, data quality, metadata lineage, and workspace administration through a single skill.
dataworks-open-api/
├── SKILL.md # Main skill instructions (read by AI agent)
├── agents/
│ └── openai.yaml # Agent interface definition
├── references/
│ ├── sources.md # API docs, SDK, and MCP Server links
│ └── mcp_server.md # MCP Server setup and configuration
└── scripts/
├── fetch_api_overview.py # Fetch API list from official help docs
└── list_openapi_meta_apis.py # Fetch API specs from OpenAPI metadata
# Set credentials
export ALICLOUD_ACCESS_KEY_ID="your-ak"
export ALICLOUD_ACCESS_KEY_SECRET="your-sk"
export ALICLOUD_REGION_ID="cn-shanghai"
# Discover available APIs
python scripts/fetch_api_overview.py
python scripts/list_openapi_meta_apis.py| Language | Package |
|---|---|
| Node.js | @alicloud/dataworks-public20240518 |
| Python | alibabacloud_dataworks_public20240518 |
| Java | com.aliyun:alibabacloud-dataworks_public20240518 |
When execution fails, escalate in this order:
- Official help docs
- OpenAPI metadata (raw JSON spec)
- SDK API docs
- GitHub SDK source code
- MCP Server
- Browser (DataWorks IDE)
See SKILL.md for full details on each level.