qwencloud-deploy

A deployment guide for publishing a local project or Git repository to Alibaba Cloud International, a cloud hosting service.

In plain words
What is it for?
Use it to deploy full-stack projects with Alibaba Cloud resources such as a virtual server, optional database and object storage, or to hot-update, delete, or set up HTTPS for an existing deployment.
Why use it?
It organizes cloud setup, confirms expected costs before creating resources, checks the running service, and records deployment state for later updates or removal.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/qwencloud/qwencloud-deploy/skill
Any agent
npx skills add QwenCloud/qwencloud-deploy --skill skill
Clone the repo
git clone --depth 1 https://github.com/QwenCloud/qwencloud-deploy

Made for: Claude Code, Codex.

Per session 176 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,588 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00176 $0.01588
Opus 5 $0.00088 $0.00794
Sonnet 5 $0.00035 $0.00318
Haiku 4.5 $0.00018 $0.00159

Measured 2d ago against content hash 9a1b8f1aeab2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

qwencloud-deploy scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

The scan reads SKILL.md. This mod also ships 13 executable files (scripts/create_stack.sh, scripts/delete_stack.sh, scripts/generate_template.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Harvests environment variableshighData exfiltration

Enumerating or grepping the environment for keys collects credentials unrelated to what the mod says it does.

| Auth | OAuth (recommended) or AK/SK; never collect credentials via chat |
skill/SKILL.md · 175 lines

How it starts

The opening of the file, as written. The whole thing — 175 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Qwen Cloud Deploy

Quick Path

  1. Route the task — Match to one of 4 modes: Full-Stack Deploy · Hot Update · Delete · HTTPS Setup.
  2. Deploy (default) — Execute steps 1→13 in order; each step has a reference doc.
  3. Confirm cost before creating anything — Show hourly price in USD, get user confirmation.
  4. Record state — On success write .qwencloud-deploy.

Scope

In Scope Out of Scope
Local project / Git → Alibaba Cloud International China site → use qianwenai-deploy
Full-stack ROS, hot update, cleanup AWS/GCP/Azure/other clouds
ECS + optional RDS + OSS + public IP K8s/Serverless/container orchestration
OAuth/AK auth (no credential collection)

Assumptions

  • aliyun CLI 3.x installed; when no valid credential, follow reference/deploy/01_env_check.md.
  • Default region ap-southeast-1 (Singapore).

Task Routing

Signal Mode
.qwencloud-deploy exists + user says "update" Hot Update
.qwencloud-deploy exists + "delete"/"cleanup" Delete
"bind domain"/"HTTPS"/"SSL" (deployment exists) HTTPS Setup
Git URL or local project (no existing deployment) Full-Stack Deploy

On trigger, display welcome message first (see reference/rules/rule_interaction.md).


Full-Stack Deploy (Steps 1–13)

Phase 1 · Preparation

Step Action Reference
1 Environment check reference/deploy/01_env_check.md
2 Git clone (if Git URL) reference/deploy/02_git_clone.md
3 Project analysis reference/deploy/03_analyze_project.md

Phase 2 · Resource Planning

Step Action Reference
4 Existing deployment scan reference/deploy/04_check_existing.md
5 Database identification reference/deploy/05_database.md
6 ECS instance type selection reference/deploy/06_instance_type.md
7 Generate ROS template reference/deploy/07_generate_template.md
8 Stock check reference/deploy/08_check_stock.md
9 Template validation + cost estimate reference/deploy/09_estimate_cost.md

Read the full file on GitHub · 175 lines

Files

What ships with it

34 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 175 lines · 176 tokens per session scan C 9a1b8f1aeab2

Subscribe to this mod's changes

qwencloud-deploy is a skill published in the GitHub repository QwenCloud/qwencloud-deploy (3 stars, last pushed 28d ago), licensed Apache-2.0. It adds 176 tokens to every session and 1,588 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it C with 1 finding (harvests environment variables). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

kagent-dev

Development guide for kagent's v1alpha3 Harness and AgentTemplate CRDs, AgentInstance gRPC control plane, upstream A2A integration, Substrate runtime provisioning, tests, generation, and PR workflow. Use for any implementation, debugging, review, or CI task in the kagent repository.

kagent-dev/kagent · 65 tokens

timoni

Use when deploying applications to Kubernetes with Timoni. Covers installing and upgrading module instances from OCI registries, composing multi-app deployments with bundles, injecting values from clusters or CI with runtimes, targeting multiple clusters, and authoring, testing, signing and publishing modules with CUE.

stefanprodan/timoni · 59 tokens

azmon-mirroredcatalogs-operations-cli

Brings Azure Monitor, Application Insights, and Log Analytics telemetry into Fabric as Eventhouse external delta tables and correlates it with business data. Use to onboard observability data, judge whether latency or availability affected revenue, or build a Real-Time dashboard and Operations Agent over it.

microsoft/skills-for-fabric · 66 tokens

durable-objects

Create and review Cloudflare Durable Objects. Use when building stateful coordination (chat rooms, multiplayer games, booking systems), implementing RPC methods, SQLite storage, alarms, WebSockets, or reviewing DO code for best practices. Covers Workers integration, wrangler config, and testing with Vitest. Biases…

cloudflare/skills · 76 tokens

ship-web-games

Package, deploy, and verify a playable Three.js or web game. Use for release builds, asset delivery, private/public deployment, production smoke tests, browser proof, release notes, rollback readiness, and cleanup of temporary QA resources.

MengTo/Skills · 50 tokens

hyperpod-version-checker

Check and compare software component versions on SageMaker HyperPod cluster nodes - NVIDIA drivers, CUDA toolkit, cuDNN, NCCL, EFA, AWS OFI NCCL, GDRCopy, MPI, Neuron SDK (Trainium/Inferentia), Python, and PyTorch. Use when checking component versions, verifying CUDA/driver compatibility, detecting version mismatches…

awslabs/agent-plugins · 120 tokens