Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

alibabacloud-pai-dsw-manage阿里巴巴云 Pai DSW 管理

Agent Skill

alibabacloud-pai-dsw-manage 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,032

周安装

168

GitHub Stars

公开资料未说明

下载量

1,344
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:alibabacloud-pai-dsw-manage(阿里巴巴云 Pai DSW 管理)
来源仓库:https://github.com/sdk-team/alibabacloud-pai-dsw-manage
安装命令:
openclaw skills install alibabacloud-pai-dsw-manage
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install alibabacloud-pai-dsw-manage

简介

管理阿里云PAI DSW实例全生命周期,支持创建、更新、启停与规格查询。

  • 适用于数据科学工作流部署与计算资源调度场景。
  • 可结合ECS规格查找与实例状态监控,提升AI开发效率。
  • 安装命令:openclaw skills install alibabacloud-pai-dsw-manage。
  • 使用前需确认账号权限与区域设置,避免误操作导致资源浪费。

SKILL.md

name
alibabacloud-pai-dsw-manage
description
|
Triggers
PAI DSW, DSW instance, create instance, start instance, stop instance, update instance, query instance, instance list, ECS spec, CreateInstance, UpdateInstance, GetInstance, ListInstances, StartInstance, StopInstance, ListEcsSpecs

PAI DSW Instance Management

Manage the full lifecycle of Alibaba Cloud PAI DSW (Data Science Workshop) instances — from provisioning through configuration changes, status monitoring, and start/stop operations. Also supports querying available ECS compute specs.

Architecture: PAI Workspace + DSW Instance + ECS Spec + Image + VPC + Dataset

API Version: pai-dsw/2022-01-01


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 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] run aliyun plugin update to ensure that any existing plugins are always up-to-date.
# macOS (recommended)
brew install aliyun-cli

# Verify version (>= 3.3.3)
aliyun version

# Enable automatic plugin installation
aliyun configure set --auto-plugin-install true

# Update existing plugins
aliyun plugin update

# Install pai-dsw plugin
aliyun plugin install --names pai-dsw

[MUST] CLI User-Agent — Every aliyun CLI command invocation must include: --user-agent AlibabaCloud-Agent-Skills/alibabacloud-pai-dsw-manage


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 a terminal or environment variables in a shell profile) 3. Return and retry after aliyun configure list` shows a valid profile

RAM Permissions

See references/ram-policies.md for the complete permission list and minimum-privilege policy.

[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 permissions required by this skill 2. Use the ram-permission-diagnose skill to guide the user through requesting the necessary permissions 3. Pause and wait until the user confirms that the required permissions have been granted

Parameter Confirmation

IMPORTANT: Parameter Confirmation — Before executing any command or API call, ALL user-customizable parameters (e.g., RegionId, instance names, CIDR blocks, passwords, domain names, resource specifications, etc.) MUST be confirmed with the user. Do NOT assume or use default values without explicit user approval.
ParameterRequiredDescriptionDefault
WorkspaceIdRequiredPAI workspace IDNone — user must provide
InstanceNameRequiredInstance name (letters, digits, underscores only; max 27 chars)None — user must provide
EcsSpecRequired (post-paid)ECS compute spec, e.g., ecs.c6.large. Query via list-ecs-specsNone
ImageIdMutually exclusive with ImageUrlImage ID from PAI consoleNone
ImageUrlMutually exclusive with ImageIdContainer image URL. See references/common-images.md for common official imagesNone
RegionIdRequiredRegion, e.g., cn-hangzhou, cn-shanghaiNone — user must confirm
AccessibilityOptionalVisibility scope: PUBLIC (all workspace users) or PRIVATEPRIVATE
InstanceIdRequired (update/get/start/stop)Instance ID (dsw-xxxxx format)None
VpcIdOptionalVPC ID for private network accessNone
VSwitchIdOptionalVSwitch ID within the VPCNone
SecurityGroupIdOptionalSecurity group IDNone
AcceleratorTypeRequired (spec query)Accelerator type: CPU or GPUNone — user must confirm
DatasetsOptionalDataset mounts in CLI list format: `DatasetId=<> MountPath=<> MountAccess=RORW`None — user must confirm, no default
--read-timeoutOptionalCLI read timeout in seconds (for long-running operations)10
--connect-timeoutOptionalCLI connection timeout in seconds10
How to get WorkspaceId: If the user doesn't know their workspace ID, run: ``bash aliyun aiworkspace list-workspaces --region <region> --user-agent AlibabaCloud-Agent-Skills/alibabacloud-pai-dsw-manage ` This returns all workspaces the user has access to. Select the appropriate one based on WorkspaceName` or ask the user to confirm. Reference: Create and Manage Workspaces

Core Workflow

Full command syntax and parameter details: references/related-commands.md.

1. Query Available ECS Specs

Run aliyun pai-dsw list-ecs-specs --accelerator-type <CPU|GPU> --region <region> to list available compute specs.

[MUST] Region confirmation: The --region parameter is required. Spec availability varies by region — always confirm the region with the user before querying.
[MUST] Determine accelerator type correctly: - User mentions a spec name (e.g., ecs.hfc6.10xlarge): Query BOTH CPU and GPU types, then match InstanceType in results. Use the returned AcceleratorType field to confirm the classification. - User specifies image type: GPU image URL (contains -gpu- or cu) → query GPU specs; CPU image URL → query CPU specs. - User describes use case only: GPU for 大模型训练/深度学习, CPU for 数据分析/轻量任务. Always confirm with user if ambiguous. - [IMPORTANT] Do NOT guess from spec name prefix — the naming convention is unreliable. Always verify via API response.
[MUST] Choose accelerator type based on user requirements: - Default recommendation: GPU for 大模型训练/深度学习, CPU for 数据分析/轻量任务 - Match image type (strong indicator): If user specifies a GPU image URL (contains -gpu- or cu), query GPU specs. If CPU image, query CPU specs. - Spec name requires verification: If user mentions a spec name, query both types and find the match in results - Always confirm with user before querying if the use case is ambiguous and no spec name is provided

Key response fields:

  • InstanceType: Spec name (e.g., ecs.hfc6.10xlarge)
  • AcceleratorType: CPU or GPU — the actual classification from API
  • IsAvailable: PRIMARY indicatortrue means the spec is available for pay-as-you-go/subscription
  • SpotStockStatus: SECONDARY indicator — only for spot instances: WithStock (available) or NoStock (unavailable)
  • CPU / Memory / GPU / GPUType: Hardware details
  • Price: Hourly price in CNY
[MUST] Availability check logic: - For pay-as-you-go/subscription: Check IsAvailable == true - For spot instances: Check IsAvailable == true AND SpotStockStatus == "WithStock" - DO NOT use SpotStockStatus alone to judge availability — many specs have IsAvailable: true but SpotStockStatus: "NoStock" - Example: ecs.hfc6.10xlarge with IsAvailable: true, SpotStockStatus: "NoStock"Available for pay-as-you-go

2. Create Instance (check-then-act)

[MUST] Idempotency guarantee: The CreateInstance API does not support ClientToken, so idempotency is ensured via a check-then-act pattern. Before creating, you must call list-instances --instance-name <name> to check if the name already exists.

Step 2.1 — Check existence

aliyun pai-dsw list-instances \
  --instance-name <name> \
  --region <region> \
  --resource-id ALL \
  --user-agent AlibabaCloud-Agent-Skills/alibabacloud-pai-dsw-manage

Decision logic:

  • TotalCount == 0 → Name is available, proceed to Step 2.2 to create
  • TotalCount >= 1[MUST] Verify exact name match:

1. Iterate through the returned Instances array 2. For each instance, compare its InstanceName field with the target name character by character (case-sensitive, exact string match) 3. Exact match found (instance.InstanceName === targetName) → Name already exists: - Extract the InstanceId from the matching instance - Call get-instance --instance-id <id> to get full details - Compare key parameters (EcsSpec, ImageUrl, Accessibility, etc.) - Match → Return the existing InstanceId, do not recreate - Mismatch → Ask user to choose a different name 4. No exact match found (no instance has InstanceName === targetName) → Name is available, proceed to Step 2.2 to create

[WARNING] Critical: Exact name match required The --instance-name filter may return partial matches. For example: - Query: --instance-name llm_train_001 - Response may include: llm_train_001, llm_train_001_v2, llm_train_001_backup You MUST verify exact match by checking: `` for instance in response.Instances: if instance.InstanceName == targetName: # EXACT string equality # Name already exists - DO NOT create ` **Do NOT** assume name is available just because TotalCount > 0 but you "think" no exact match. If TotalCount >= 1`, carefully check each instance's InstanceName field.

Step 2.2 — Provision

Run aliyun pai-dsw create-instance with required args: --workspace-id, --instance-name, --ecs-spec, --region, and either --image-url or --image-id.

[MUST] Region confirmation: The --region parameter is required and must be confirmed with the user. Do NOT use CLI default region without explicit user approval. Spec availability and pricing vary by region.
[MUST] Match EcsSpec with image type: - GPU image URL (contains -gpu- or cu) → Must select a GPU spec (e.g., ecs.gn6v-c4g1.xlarge) - CPU image URL (contains -cpu-) → Must select a CPU spec (e.g., ecs.c6.large) - The spec type MUST match the image type, otherwise the instance will fail to start - Use case (大模型训练/数据分析) is only a recommendation, image type is the definitive indicator
Dataset mounting (optional): If the user specifies a dataset to mount, use the --datasets parameter in CLI list format: ``bash --datasets DatasetId=<dataset-id> MountPath=<mount-path> MountAccess=RO ` **[MUST]** Dataset parameters require **explicit user confirmation** — do NOT assume or auto-generate dataset configurations. Official images: [references/common-images.md](references/common-images.md). Advanced usage (VPC, datasets): [references/related-commands.md`](references/related-commands.md).

Response: {"InstanceId": "dsw-xxxxx", ...}

[IMPORTANT] Return immediately after creation: After create-instance returns InstanceId, do NOT block waiting for Running status. Instead: 1. Return the InstanceId and current status (Creating) to the user immediately 2. Provide the user with a command to check status later: ``bash aliyun pai-dsw get-instance --instance-id <instance-id> --user-agent AlibabaCloud-Agent-Skills/alibabacloud-pai-dsw-manage `` 3. Inform the user that instance startup typically takes 2–5 minutes Why this matters: Blocking polling prevents the agent from responding to other user requests. DSW instance creation is a long-running operation; the agent should return control to the user promptly.

3. List Instances

Run aliyun pai-dsw list-instances. Filter by --workspace-id or --status; paginate with --page-number / --page-size.

4. Get Instance Details

Run aliyun pai-dsw get-instance --instance-id <id> to check instance status and details.

When to poll: Only poll when the user explicitly asks to wait for a status change (e.g., "wait until it's running"). Otherwise, return the current status immediately. Timeout limits: Maximum 60 polls (30 minutes total). If exceeded, stop and prompt user to check manually. Polling interval: 10–30 seconds between calls. CLI timeout: For long-running operations, increase read timeout: ``bash aliyun pai-dsw get-instance --instance-id <id> --read-timeout 30 --user-agent AlibabaCloud-Agent-Skills/alibabacloud-pai-dsw-manage ` Once Status == "Running", access the instance via InstanceUrl. For complete status transitions, see Instance Status Values in [references/related-commands.md`](references/related-commands.md#instance-status-values).

5. Stop Instance

Run aliyun pai-dsw stop-instance --instance-id <id>.

Status transition: RunningStoppingStopped Save environment image: To save the environment as a custom image before stopping, use the PAI Console. See Create a DSW Instance Image for instructions.

6. Update Instance

Run aliyun pai-dsw update-instance --instance-id <id> to modify --instance-name, --ecs-spec, --image-id, --accessibility, --datasets, etc.

[MUST] Before updating: 1. Call get-instance to check current status and configuration 2. Check if update is needed: - For --ecs-spec: Compare current EcsSpec with target spec. If already equal, skip update and inform user - For --image-id/--image-url: Compare current ImageId/ImageUrl with target - For --instance-name: Compare current InstanceName with target 3. If already at target configuration, return current instance info — do not call update-instance 4. If update is needed, use --start-instance true to auto-start after update [IMPORTANT] Always update the specified instance by its InstanceId. Do NOT substitute with another instance that already has the target spec — the user's request is to upgrade the specific instance, not to find an alternative.

7. Start Instance

Run aliyun pai-dsw start-instance --instance-id <id>, then poll (Step 4) until Running.

Prerequisite: Instance must be in Stopped or Failed state. Call get-instance to confirm before starting.

Success Verification

Full verification steps: references/verification-method.md.

Quick check: get-instance should return Status == "Running" with a non-empty InstanceUrl.


Cleanup

This skill does not expose instance deletion (irreversible operation — use the console). To stop incurring charges, stop the instance via Step 5 (stop-instance).

Best Practices

  1. Always run check-then-act before creation — use list-instances --instance-name <name> to avoid duplicate-instance errors.
  2. Prefer PRIVATE visibility — prevents accidental operations by other workspace users.
  3. Check instance status before update — call get-instance first; some parameters require Stopped state, others can be updated while Running.
  4. Use --resource-id ALL with list-instances — the default only returns post-paid instances.
  5. Observe polling timeout limits — see Step 4 for timeout and interval guidance.
  6. Verify spec availability before provisioning — run list-ecs-specs to confirm the spec is available in the target region.
  7. Tag instances with Labels — simplifies batch queries and lifecycle management.

References

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

77.08%
按下载量换算1,036

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills