alibabacloud-agentbay-…
Execute code in a secure cloud sandbox via AgentBay SDK. Use this skill whenever users request to run, execute, or evaluate code (Python, JavaScript, R, Java),…
Always use this Skill for any Alibaba Cloud DataWorks semantic analysis job or run request, including read-only and preflight requests that intentionally make no API call, such as checking whether the public DataWorks semantic OpenAPI or dataworks-public plugin commands (for
$ npx -y skills add aliyun/alibabacloud-aiops-skills --skill alibabacloud-dataworks-semantic --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/alibabacloud-dataworks-semanticContext preview
The summary Claude sees to decide when to auto-load this skill.
Always use this Skill for any Alibaba Cloud DataWorks semantic analysis job or run request, including read-only and preflight requests that intentionally make no API call, such as checking whether the public DataWorks semantic OpenAPI or dataworks-public plugin commands (for
name: alibabacloud-dataworks-semantic description: | Always use this Skill for any Alibaba Cloud DataWorks semantic analysis job or run request, including read-only and preflight requests that intentionally make no API call, such as checking whether the public DataWorks semantic OpenAPI or dataworks-public plugin commands (for example create-semantic-job) are ready. It also applies when the requested outcome is only a refusal or a user choice with no API call. This includes comparing or disambiguating supplied semantic job candidates, validating or refusing an unsafe, path-traversal, or non-writable semantic result directory before any download, and inspecting artifacts for an exact run. Use it to create, run, stop, monitor, diagnose, or download results for semantic jobs backed by MaxCompute, Hologres, StarRocks, or an already uploaded CSV/XLSX reference. Do not use it for ordinary metadata lookup, lineage analysis, SQL development, workflow scheduling, file upload, published semantic model/version management, or semantic job deletion. license: Apache-2.0 metadata: domain: data owner: dataworks
Use only Alibaba Cloud DataWorks public OpenAPI operations exposed by the `aliyun dataworks-public` plugin to create a reusable semantic analysis job, submit or stop a run, monitor execution, and retrieve generated result files.
Perform these checks once, in this order. Install or update the public DataWorks plugin before probing any product API command; do not first probe every command, discover the plugin is missing, and then repeat the same probes.
aliyun version aliyun plugin install --names dataworks-public aliyun plugin update
Never pipe a remote installer into a shell. If the CLI is missing or older than 3.3.3, direct the user to the official Aliyun CLI installation documentation.
Check credentials without printing secrets:
aliyun configure list
The only allowed `aliyun configure` operation in this Skill is `configure list`. Never run `aliyun configure set`, including auto-plugin-install variants.
SEMANTIC_SESSION_ID="$(python3 -c 'import secrets; print(secrets.token_hex(16))')"
Use this canonical CLI flag template:
--user-agent "AlibabaCloud-Agent-Skills/{SKILL_NAME}/{session-id}"For this Skill, every Aliyun CLI product API command must explicitly include its concrete form:
--user-agent "AlibabaCloud-Agent-Skills/alibabacloud-dataworks-semantic/${SEMANTIC_SESSION_ID}"Do not persist the User-Agent in Aliyun CLI configuration or an environment variable. Local management commands such as `aliyun version`, `aliyun plugin ...`, and `aliyun configure list` do not support the product API User-Agent flag; do not add it to them.
After the prerequisite plugin install/update, confirm only the commands needed by the selected workflow before collecting parameters; do not probe unrelated operations or repeat a successful readiness check. For create, run, monitor, or download workflows, check the applicable commands from this public set:
aliyun dataworks-public create-semantic-job --help \
--user-agent "AlibabaCloud-Agent-Skills/alibabacloud-dataworks-semantic/${SEMANTIC_SESSION_ID}"
aliyun dataworks-public run-semantic-job --help \
--user-agent "AlibabaCloud-Agent-Skills/alibabacloud-dataworks-semantic/${SEMANTIC_SESSION_ID}"
aliyun dataworks-public list-semantic-job-runs --help \
--user-agent "AlibabaCloud-Agent-Skills/alibabacloud-dataworks-semantic/${SEMANTIC_SESSION_ID}"
aliyun dataworks-public download-semantic-results --help \
--user-agent "AlibabaCloud-Agent-Skills/alibabacloud-dataworks-semantic/${SEMANTIC_SESSION_ID}"For an explicit stop workflow, confirm the stop and verification commands below. Also check `list-semantic-job-runs` only when identifiers must be resolved. Do not probe or call the stop command for unrelated workflows:
aliyun dataworks-public kill-semantic-job --help \
--user-agent "AlibabaCloud-Agent-Skills/alibabacloud-dataworks-semantic/${SEMANTIC_SESSION_ID}"
aliyun dataworks-public get-semantic-job-detail --help \
--user-agent "AlibabaCloud-Agent-Skills/alibabacloud-dataworks-semantic/${SEMANTIC_SESSION_ID}"Probe `kill-semantic-job --help` only when you will actually issue a new kill. When a kill was already accepted and you only need to poll or report its final state, confirm just `get-semantic-job-detail`; do not probe or invoke `kill-semantic-job` again.
For an explicit diagnosis workflow, confirm only the executor detail and log commands. Do not probe the log command for a normal successful run:
aliyun dataworks-public get-semantic-job-detail --help \
--user-agent "AlibabaCloud-Agent-Skills/alibabacloud-dataworks-semantic/${SEMANTIC_SESSION_ID}"
aliyun dataworks-public get-semantic-job-log --help \
--user-agent "AlibabaCloud-Agent-Skills/alibabacloud-dataworks-semantic/${SEMANTIC_SESSION_ID}"If a command is absent after one plugin update, stop and report the installed CLI and plugin versions.
Public authentication must derive the caller's tenant and user identity from the active Aliyun CLI profile. If command help requires `tenant-id` or `user-id`, stop and report that the public identity contract is not ready; never ask a customer to discover or override internal identities.
-
Official Alibaba Cloud Agent Skills collection, providing AI agents with rich Alibaba Cloud product capabilities and general-purpose tooling.
Execute code in a secure cloud sandbox via AgentBay SDK. Use this skill whenever users request to run, execute, or evaluate code (Python, JavaScript, R, Java),…
Operate Alibaba Cloud AgentLoop Dataset resources with aliyun CLI and the AgentLoop API version 2026-05-20. Use when requests concern AgentLoop datasets, data…
Orchestrate AgentLoop evaluation workflows through the Aliyun CLI plugin with safe previews, saved evaluator and evaluator-skill management, one-shot sample…
Proactively use AgentLoop Recall to retrieve prior Alibaba Cloud AgentLoop experience through the bundled SearchContext CLI whenever the user asks or implies…
The skill should be used when the user asks about Alibaba Cloud AgentLoop platform for onboarding applications into observability, managing Datasets, building…
Use Alibaba Cloud DashScope API and LingMou to generate AI video and speech. Seven capabilities — (1) LivePortrait talking-head (image + audio → video,…