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),…
Manage Alibaba Cloud PolarDB-X instance lifecycle and routine operations via the Aliyun CLI. Use when the user asks to create, delete, restart, scale, modify, monitor, or inspect PolarDB-X instances. Triggers: "polardb-x", "polardbx", "create polardb-x", "delete polardb-x",
$ npx -y skills add aliyun/alibabacloud-aiops-skills --skill alibabacloud-polardbx-ops --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/alibabacloud-polardbx-opsContext preview
The summary Claude sees to decide when to auto-load this skill.
Manage Alibaba Cloud PolarDB-X instance lifecycle and routine operations via the Aliyun CLI. Use when the user asks to create, delete, restart, scale, modify, monitor, or inspect PolarDB-X instances. Triggers: "polardb-x", "polardbx", "create polardb-x", "delete polardb-x",
name: alibabacloud-polardbx-ops description: | Manage Alibaba Cloud PolarDB-X instance lifecycle and routine operations via the Aliyun CLI. Use when the user asks to create, delete, restart, scale, modify, monitor, or inspect PolarDB-X instances. Triggers: "polardb-x", "polardbx", "create polardb-x", "delete polardb-x", "restart polardb-x", "scale polardb-x", "upgrade polardb-x", "describe polardb-x", "polardb-x instance", "polardb-x parameters", "polardb-x slow log", "polardb-x performance", "polardb-x binlog"
Manage Alibaba Cloud PolarDB-X instances through the `aliyun polardbx` CLI: instance lifecycle, scaling, parameter management, monitoring, and logs.
This skill uses **intent routing**: identify the user's intent, run pre-flight checks, then load the relevant module reference document fully before generating any CLI command.
---
Alibaba Cloud PolarDB-X Instance Management
├── Instance Lifecycle --> references/instance-lifecycle.md
│ ├── CreateDBInstance
│ ├── DeleteDBInstance
│ ├── RestartDBInstance
│ ├── DescribeDBInstanceAttribute
│ ├── DescribeDBInstances
│ ├── DescribeDBInstanceTopology
│ ├── DescribeTasks
│ ├── ModifyDBInstanceDescription
│ ├── ModifyDBInstanceMaintainTime
│ └── UpgradeDBInstanceKernelVersion
├── Scaling --> references/scaling.md
│ ├── UpdatePolarDBXInstanceNode
│ ├── ModifyDBInstanceClass
│ └── DescribeScaleOutMigrateTaskList
├── Parameters --> references/parameters.md
│ ├── DescribeDBInstanceConfig
│ ├── ModifyDBInstanceConfig
│ ├── DescribeParameters
│ ├── ModifyParameter
│ └── DescribeParameterTemplates
├── Instance Specs --> scripts/spec_lookup.sh (spec code <-> cores/memory)
│ ├── Enterprise CN (CnClass)
│ ├── Enterprise DN (DnClass)
│ ├── Standard DBNodeClass
│ └── Naming Rules
└── Monitoring & Logs --> references/monitoring-logs.md
├── DescribeDBNodePerformance
├── DescribeSlowLogRecords
└── DescribeBinaryLogListThe following modules cover the full PolarDB-X (2020-02-02) API surface. See each reference file for the complete API spec.
├── Account Management --> references/account-management.md ├── Database Management --> references/database-management.md ├── Backup & Restore --> references/backup-restore.md ├── Security & Access --> references/security-access.md ├── SQL Audit & Compliance --> references/sql-audit-compliance.md ├── Operation Tasks & Events --> references/operation-tasks.md ├── HA & Migration --> references/ha-migration.md ├── Connection & Endpoint --> references/connection-endpoint.md ├── Tags & Resource Group --> references/tags-resourcegroup.md ├── Metadata & Query --> references/metadata-query.md ├── Cold Storage --> references/cold-storage.md ├── Data Evaluate & Migration--> references/data-evaluate-migration.md ├── SQL Flashback --> references/sql-flashback.md ├── CDC (Log Engine) --> references/cdc.md ├── Columnar --> references/columnar.md ├── GDN --> references/gdn.md └── Mem0 --> references/mem0.md
---
Before routing, analyze the user request:
1. Identify intent: create / delete / restart / describe / list / scale / modify parameters / view monitoring / view logs. 2. Extract required parameters: `RegionId`, instance identifier (`DBInstanceName` or `DBInstanceId`), `EngineVersion`, `DBInstanceClass`, node counts, time ranges, etc. 3. If any required parameter is missing, ask the user. Do NOT guess values or APIs. 4. After intent and parameters are clear, load the matched reference document **fully**, then construct the CLI command.
---
Run these checks at the start of every skill invocation. Only load the referenced document if a check fails. If step 1/2/3/5 fails, read [references/cli-installation-guide.md](references/cli-installation-guide.md); if step 4 fails, read [references/ram-policies.md](references/ram-policies.md).
aliyun --version
**Success:** Output contains `Alibaba Cloud Command Line Interface Version` and the version is >= `3.3.3`.
**Failure:** Read [references/cli-installation-guide.md](references/cli-installation-guide.md) section 1.
aliyun configure set --auto-plugin-install true aliyun plugin update aliyun configure list
**Success:** `aliyun configure list` shows at least one valid profile (AK, STS, or OAuth identity).
**Failure:** Read [references/cli-installation-guide.md](references/cli-installation-guide.md) sections 2 and 3.
aliyun sts get-caller-identity
**Success:** Returns JSON with `AccountId`, `UserId`, and `Arn`.
**Failure:** Read [references/cli-installation-guide.md](references/cli-installation-guide.md) section 4.
aliyun polardbx describe-db-instances --biz-region-id <RegionId> --region <RegionId> --user-agent AlibabaCloud-Agent-Skills/alibabacloud-polardbx-ops/{session-id}**Success:** Returns an instance list or empty list without permission errors.
**Failure:** Read [references/ram-policies.md](references/ram-policies.md).
jq --version
**Success:** Output contains a version string such as `jq-1.7.1`.
**Failure:** Read [references/cli-installation-guide.md](references/cli-installation-guide.md) section 5.
---
Upon loading this skill, generate a random session ID (32-char lowercase hex string) once for the entire session. Use it as `{session-id}` below.
**Rule: Every `aliyun` CLI command that calls a cloud API MUST include the `--user-agent` flag.** Local utility commands (e.g. `configure`, `plugin`, `version`) do not support this fla
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,…