AC qwencloud-deploy
One-click deploy, publish, and update a local project or Git repository to Alibaba Cloud International (alibabacloud.com), producing an accessible online service with a public IP. Supports full-stack ROS orchestration, automatic cloud-resource provisioning, pre-deployment price confirmation, service health checks, deployment-state recording, hot updates, and optional domain + HTTPS setup. Use when: the user asks to deploy a project to the cloud, put an app online, publish a website, generate an access URL, deploy a Git repo, or update an online version and has NOT named a specific cloud platform; or the user mentions "Alibaba Cloud", "alibabacloud.com", or the international site. Do not use when: the user explicitly targets Aliyun China (aliyun.com), AWS, GCP, Azure, or another specific cloud platform.
One-click deploy, publish, and update a local project or Git repository to Alibaba Cloud International (alibabacloud.com), producing an accessible online…
As a process C 52/100 · Has gaps — weak spots: result and completion, inputs and preconditions, running it twice
How to improve
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 8
✓ No critical or high findings
Medium and low: 8
-
low Dangerous commands
cmd-background-processscripts/update_app.sh:164Starts a background / autostarted processsystemctl enable qwencloud-app
-
low Dangerous commands
cmd-background-processtemplates/userdata/docker.sh:24Starts a background / autostarted processsystemctl enable docker
-
low Dangerous commands
cmd-background-processtemplates/userdata/docker.sh:70Starts a background / autostarted processsystemctl enable qwencloud-app
-
low Dangerous commands
cmd-background-processtemplates/userdata/nginx_proxy.sh:45Starts a background / autostarted processsystemctl enable nginx
-
low Dangerous commands
cmd-background-processtemplates/userdata/nginx_static_proxy.sh:65Starts a background / autostarted processsystemctl enable nginx
-
low Dangerous commands
cmd-background-processtemplates/userdata/nginx_static.sh:55Starts a background / autostarted processsystemctl enable nginx
-
low Dangerous commands
cmd-pipe-to-shelltemplates/userdata/systemd.sh:31Downloads and executes remote code from an unrecognised host (pipe to shell) (negated — the text forbids it)# Install Node from the distro's GPG-signed package repos (no `curl … | bash` remote code execution).
negated -
low Dangerous commands
cmd-background-processtemplates/userdata/systemd.sh:154Starts a background / autostarted processsystemctl enable qwencloud-app
Files scanned: 36. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- note
frontmatter-keyunknown frontmatter key "trigger" - note
frontmatter-keyunknown frontmatter key "skip" - note
frontmatter-keyunknown frontmatter key "prerequisites" - note
frontmatter-keyunknown frontmatter key "input" - note
frontmatter-keyunknown frontmatter key "output"
Process rating: all ten parameters 52/100
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Progress reporting. Says nothing while it works
- 30Running it twice. 39 mutating operations with no state check
- 50When it triggers. No condition that starts the skill
- 50Failures and branches. 0 branches, has a failure section
- 60Tools and files. Uses tools (bash, git) that frontmatter does not declare
- 100Steps. 6 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 1113 tokens
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- low 10 top-level sections: this looks like several domains in one skill
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +3Description length 813: 120–800 characters recommended
- +3Output format is not stated: the model decides each time
- +1No license
- +2Single-language instructions
- +5Description quotes 2 example trigger phrases
- +4Description says when NOT to use the skill
- +4Structure: 14 headings
- +3Step-by-step instructions: 6 items
- +4Has examples (1 code blocks)
- +3All 8 scripts are documented
Quality base 70; lint remarks subtract, signals add up to 100. Result: 90.