Install
openclaw skills install @cuixiaoyang123/qwencloud-operateDiagnose why an application deployed by qwencloud-deploy to Alibaba Cloud International (alibabacloud.com) is unavailable or slow, and — only after explicit user confirmation — perform a safe recovery and verify the result. Reads the local .qwencloud-deploy state file to identify ECS (and optional R
openclaw skills install @cuixiaoyang123/qwencloud-operateFault diagnosis and confirmed recovery for an application deployed by qwencloud-deploy on
Alibaba Cloud International. Diagnosis is read-only and needs no confirmation; any action that
changes cloud or app state requires explicit confirmation.
Identify app & resources
→ Minimal diagnosis (read-only)
→ Give cause, evidence, recommended action
→ Show impact and request confirmation
→ Execute one recovery action
→ Verify application, ECS, RDS
→ Return result + audit info
→ Offer to re-score via qwencloud-observe (before → after)
| In Scope | Out of Scope |
|---|---|
Apps deployed by qwencloud-deploy (state file present) | Apps without a .qwencloud-deploy state file |
| Single ECS, or ECS + RDS MySQL 8.0 | Other topologies / self-managed servers |
| Diagnose + confirmed recovery (start ECS, restart app, reload Nginx) | Data-destructive ops, scaling, config redesign |
| Pinpoint an app-layer error (which layer broke, what error) | Source-code review, finding bugs/vulns, judging which line is wrong, editing code |
| Alibaba Cloud International | Aliyun China → use qianwenai-operate |
This skill handles infrastructure and runtime faults; it does not review source code, locate defects, or edit code. Diagnosis can pinpoint an app-layer error and what was thrown to narrow things down, but it does not judge which line is wrong and does not change code.
When code is involved, tell the user plainly: editing code is outside this skill's scope, the user must decide and make the change themselves, and any consequences are the user's own. Never slip a code change into a recovery action.
Aliyun CLI:
aliyun version(need 3.x). All commands use the PascalCase native form straight to OpenAPI — no plugin dependency. Credentials:aliyun configure listonly. Never read, echo, print, or ask for AK/SK/tokens. No valid profile → stop and ask the user to configure credentials outside this session. Seereferences/cli_installation_guide.md.
.qwencloud-deploy. See workflow.nginx -t passes → recover-nginxBefore any change, the confirmation tells the user: what resource, what action, whether it briefly interrupts the app, whether the version changes, whether it costs anything new, and how you'll verify it (and what happens if it fails).
See references/ram_policies.md. Read: ecs:DescribeInstances, ecs:DescribeInvocations,
ecs:DescribeSecurityGroupAttribute, ecs:DescribeDisks, vpc:DescribeEipAddresses,
RDS describe/performance/slow-log. Write (recovery): ecs:StartInstance, ecs:RebootInstance,
ecs:AuthorizeSecurityGroup, ecs:ResizeDisk, vpc:AssociateEipAddress, ecs:RunCommand
(whitelisted recovery commands only). Certificate re-issue also needs alidns record
read/write (DNS-01 challenge).
The step-by-step guides are linked from "How to work" above. Two setup references: