Skip to content
Cloud & Infrastructure
Skill

/alibabacloud-dataworks-data-ops

DataWorks Operations Center assistant for task and workflow operations, alert rule creation and management. Covers troubleshooting, failure recovery, baseline assurance, monitoring and alerting. Supports periodic, manual, and triggered tasks/workflows (excludes

From plugin
alibabacloud-aiops-skills
213200 skills
Install
$ npx -y skills add aliyun/alibabacloud-aiops-skills --skill alibabacloud-dataworks-data-ops --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/alibabacloud-dataworks-data-ops

Context preview

The summary Claude sees to decide when to auto-load this skill.

DataWorks Operations Center assistant for task and workflow operations, alert rule creation and management. Covers troubleshooting, failure recovery, baseline assurance, monitoring and alerting. Supports periodic, manual, and triggered tasks/workflows (excludes

SKILL.md

alibabacloud-dataworks-data-ops.SKILL.md
name: alibabacloud-dataworks-data-ops
description: |
  DataWorks Operations Center assistant for task and workflow operations, alert rule creation and management.
  Covers troubleshooting, failure recovery, baseline assurance, monitoring and alerting.
  Supports periodic, manual, and triggered tasks/workflows (excludes real-time/streaming tasks).
  Uses aliyun CLI to call dataworks-public OpenAPI (2024-05-18).
  Trigger keywords: query task, task instance, instance log, workflow, workflow instance, alert rule,
  operations center, task failure, instance status, upstream/downstream dependency, rerun,
  monitoring alert, custom monitoring, alert rule, task instance, workflow instance, operation log,
  baseline assurance, failure recovery, DataWorks operations.
  Do NOT trigger: data source management, compute resources, resource groups, data development,
  MaxCompute table management, ECS/RDS/OSS operations, workspace member management,
  data quality, data lineage, data preview.

DataWorks Data Operations

DataWorks Operations Center assistant for task and workflow operations, alert rule creation and management. Supports periodic, manual, and triggered tasks/workflows (excludes real-time/streaming tasks).

Installation

> **Pre-check: Aliyun CLI >= 3.3.3 required** > Run `aliyun version` to verify >= 3.3.3. If not installed or version too low, > run `curl -fsSL https://aliyuncli.alicdn.com/setup.sh | bash` to update, > or see [references/cli-installation-guide.md](references/cli-installation-guide.md) for installation instructions.

> **Pre-check: Aliyun CLI plugin update required** > [MUST] run `aliyun configure set --auto-plugin-install true` to enable automatic plugin installation.

**[MUST] CLI AI-Mode & User-Agent** — Before executing any business CLI command:

aliyun configure ai-mode enable
aliyun configure ai-mode set-user-agent --user-agent "AlibabaCloud-Agent-Skills/alibabacloud-dataworks-data-ops"
aliyun plugin update

After the workflow is complete:

aliyun configure ai-mode disable

Environment Variables

The aliyun CLI default timeout may cause indefinite hangs. You [MUST] set the following environment variables before executing any API command:

| Variable | Description | Default | |------|------|-------| | `ALIBABA_CLOUD_CONNECT_TIMEOUT` | Connection timeout in milliseconds | 10000 | | `ALIBABA_CLOUD_READ_TIMEOUT` | Read timeout in milliseconds | 30000 |

For large-volume queries (e.g., paginated task instance lists with 500+ results), `ALIBABA_CLOUD_READ_TIMEOUT` may be increased to 60000 ms.

If an API call times out, [MUST] retry once with a doubled read timeout value. If the second attempt also fails, report the timeout to the user and suggest checking network connectivity, project ID validity, or RAM permissions.

No other special environment variable requirements.

Authentication

> **Pre-check: Alibaba Cloud Credentials Required** > > **Security Rules:** > - **NEVER** read, echo, or print AK/SK values (e.g., `echo $ALIBABA_CLOUD_ACCESS_KEY_ID` is FORBIDDEN) > - **NEVER** ask the user to input AK/SK directly in the conversation or command line > - **NEVER** use `aliyun configure set` with literal credential values > - **ONLY** use `aliyun configure list` to check credential status > > ```bash > aliyun configure list > ``` > Check the output for a valid profile (AK, STS, or OAuth identity). > > **If no valid profile exists, STOP here.** > 1. Obtain credentials from [Alibaba Cloud Console](https://ram.console.aliyun.com/manage/ak) > 2. Configure credentials **outside of this session** (via `aliyun configure` in terminal or environment variables in shell profile) > 3. Return and re-run after `aliyun configure list` shows a valid profile

RAM Permissions

This skill requires the following RAM permissions:

Task Management

| API | Permission Action | Description | |-----|------------|------| | GetTask | `dataworks:GetTask` | Get task details | | ListTasks | `dataworks:ListTasks` | Query task list | | ListUpstreamTasks | `dataworks:ListUpstreamTasks` | Query upstream task list | | ListDownstreamTasks | `dataworks:ListDownstreamTasks` | Query downstream task list | | ListTaskOperationLogs | `dataworks:ListTaskOperationLogs` | Query task operation logs |

Task Instance Management

| API | Permission Action | Description | |-----|------------|------| | ListTaskInstances | `dataworks:ListTaskInstances` | Query task instance list | | GetTaskInstance | `dataworks:GetTaskInstance` | Get task instance details | | GetTaskInstanceLog | `dataworks:GetTaskInstanceLog` | Get task instance logs | | ListUpstreamTaskInstances | `dataworks:ListUpstreamTaskInstances` | Query upstream task instances | | ListDownstreamTaskInstances | `dataworks:ListDownstreamTaskInstances` | Query downstream task instances | | ListTaskInstanceOperationLogs | `dataworks:ListTaskInstanceOperationLogs` | Query task instance operation logs |

Workflow (Operations Center, read-only)

| API | Permission Action | Description | |-----|------------|------| | GetWorkflow | `dataworks:GetWorkflow` | Get workflow details | | ListWorkflows | `dataworks:ListWorkflows` | Query workflow list |

Workflow Instance (Operations Center, read-only)

| API | Permission Action | Description | |-----|------------|------| | ListWorkflowInstances | `dataworks:ListWorkflowInstances` | Query workflow instance list | | GetWorkflowInstance | `dataworks:GetWorkflowInstance` | Get workflow instance details |

Alert Rules (Custom Monitoring, read-only)

| API | Permission Action | Description | |-----|------------|------| | ListAlertRules | `dataworks:ListAlertRules` | Query alert rule list | | GetAlertRule | `dataworks:GetAlertRule` | Get alert rule details |

> **[MUST] Permission Failure Handling:** When any command or API call fails due to permission errors at any point during execution, follow this process: > 1. Read `references/ram-policies.md` to get the full list of permi

Read more
Ships withalibabacloud-aiops-skills

Official Alibaba Cloud Agent Skills collection, providing AI agents with rich Alibaba Cloud product capabilities and general-purpose tooling.

Get the whole plugin

Other skills on alibabacloud-aiops-skills.