qianwenai-deploy

qianwenai-deploy is a skill for Claude Code, Codex from QianWen-AI/qianwenai-deploy. It costs 182 tokens per session (1,687 once invoked), scanned A, original, Apache-2.0.

A deployment workflow for publishing a local project or Git repository to Alibaba Cloud’s mainland China site. It can plan and create supported cloud resources, check the deployment, update an existing deployment, or clean one up.

In plain words
What is it for?
Use it to deploy or update full-stack projects on Alibaba Cloud in China, using ECS and optionally RDS, OSS, and a public IP. It does not cover other cloud providers, domains, or HTTPS.
Why use it?
It organizes the otherwise complex process of putting an application online, including project checks, resource planning, deployment status, and service health checks.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to deploy or update full-stack projects on Alibaba Cloud in China, using ECS and optionally RDS, OSS, and a public IP. It does not cover other cloud providers, domains, or HTTPS.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/qianwen-ai/qianwenai-deploy/skill
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.

Any agent
npx skills add QianWen-AI/qianwenai-deploy --skill skill
Clone the repo
git clone --depth 1 https://github.com/QianWen-AI/qianwenai-deploy

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for qianwenai-deploy

README.md
[![agentmods](https://agentmods.dev/badge/skills/qianwen-ai/qianwenai-deploy/skill/github.svg)](https://agentmods.dev/skills/qianwen-ai/qianwenai-deploy/skill)
Your own site
<a href="https://agentmods.dev/skills/qianwen-ai/qianwenai-deploy/skill"><img src="https://agentmods.dev/badge/skills/qianwen-ai/qianwenai-deploy/skill/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for qianwenai-deploy

Your own site · 80×15
<a href="https://agentmods.dev/skills/qianwen-ai/qianwenai-deploy/skill"><img src="https://agentmods.dev/badge/skills/qianwen-ai/qianwenai-deploy/skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 182 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,687 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00182 $0.01687
Opus 5 $0.00091 $0.00843
Sonnet 5 $0.00036 $0.00337
Haiku 4.5 $0.00018 $0.00169

Measured 13d ago against content hash 9e332f768558, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

qianwenai-deploy scanned grade A with 0 findings 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 13d ago.

The scan reads SKILL.md. This mod also ships 12 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skill/SKILL.md · 160 lines

How it starts

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

千问 AI 云部署

快速路径

  1. 路由任务 — 匹配到 3 种模式之一:全栈部署 · 热更新 · 删除/清理。
  2. 部署(默认) — 按步骤 1→13 执行,每步有对应 reference 文档。
  3. 创建资源前确认费用 — 人民币(¥)展示小时单价,取得用户确认。
  4. 记录状态 — 成功后写入 .qianwenai-deploy

范围

范围内 范围外
本地项目/Git → 阿里云国内站 国际站 → 用 qwencloud-deploy
全栈 ROS 编排、热更新、清理 AWS/GCP/Azure/其他云
ECS + 可选 RDS + OSS + 公网 IP K8s/Serverless/容器编排
OAuth/AK 认证(不收集凭证) 域名/HTTPS(不涉及)

假设

  • aliyun CLI 3.x 已安装;无有效凭证时按 reference/deploy/01_env_check.md 引导认证。
  • 默认地域 cn-hangzhou

入口路由

信号 模式
存在 .qianwenai-deploy + 用户说「更新」 热更新
存在 .qianwenai-deploy + 「删除/清理/释放」 删除
Git URL 或本地项目(无已有部署) 全栈部署

触发时先展示欢迎话术(见 reference/rules/rule_interaction.md)。


全栈部署(步骤 1–13)

阶段 1 · 准备

步骤 动作 参考文档
1 环境检查 reference/deploy/01_env_check.md
2 Git clone(Git URL 时) reference/deploy/02_git_clone.md
3 项目分析 reference/deploy/03_analyze_project.md

阶段 2 · 资源规划

步骤 动作 参考文档
4 存量部署扫描 reference/deploy/04_check_existing.md
5 数据库识别 reference/deploy/05_database.md
6 ECS 规格选择 reference/deploy/06_instance_type.md
7 生成 ROS 模板 reference/deploy/07_generate_template.md
8 库存检查 reference/deploy/08_check_stock.md
9 模板验证 + 询价确认 reference/deploy/09_estimate_cost.md

阶段 3 · 执行

步骤 动作 参考文档
10 上传产物 + 重新生成模板 reference/deploy/10_upload_artifacts.md
11 创建栈 reference/deploy/11_create_stack.md
12 等待终态 + 探活 reference/deploy/12_wait_stack.md
13 记录状态 reference/deploy/13_record_state.md

热更新

触发:存在 .qianwenai-deploy + 用户想更新代码。IP 不变。

步骤 动作 参考文档
U1 构建 + 上传新产物 reference/deploy/10_upload_artifacts.md
U2 下发更新(Cloud Assistant) reference/hotfix/update_app.md
U3 探活 + 更新状态 reference/hotfix/update_app.md

Read the full file on GitHub · 160 lines

Files

What ships with it

32 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. 13d ago First seen · 160 lines · 182 tokens per session scan A 9e332f768558

Subscribe to this mod's changes

qianwenai-deploy is a skill published in the GitHub repository QianWen-AI/qianwenai-deploy (13 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 182 tokens to every session and 1,687 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

gke-compute-classes

Configures, optimizes, and troubleshoots GKE ComputeClasses. Use when configuring Spot VMs with on-demand fallback, targeting specific accelerators (GPUs/TPUs) or machine families, restricting ComputeClass access, or debugging pending pods related to node pool auto-creation. Do not use for cluster-level Node Auto…

google/skills · 83 tokens

gke-reliability

Improves GKE workload reliability, using PDBs, health probes, and topology spread constraints. Use when configuring GKE workload reliability, setting up PDBs, or configuring GKE health probes (liveness, readiness, startup). Don't use for disaster recovery setup or full cluster backups (use gke-backup-dr instead).

google/skills · 73 tokens

gke-workload-security

Audits, configures, and hardens workload-level security controls for Google Kubernetes Engine (GKE) applications and namespaces. Covers running cluster security audits (auditcluster.sh), configuring Workload Identity Federation (impersonation, KSA/GSA binding, and pod setup), enforcing Network Policies (default-deny…

google/skills · 181 tokens

nemo-automodel-launcher-config

Configure NeMo AutoModel job launches for interactive runs, Slurm clusters, and SkyPilot cloud execution.

NVIDIA/skills · 30 tokens

azure-mgmt-botservice-dotnet

Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings. Triggers: "Bot Service", "BotResource", "Azure Bot", "DirectLine channel", "Teams channel", "bot management .NET", "create bot".

microsoft/skills · 78 tokens

cloud-architect

Designs cloud architectures, creates migration plans, generates cost optimization recommendations, and produces disaster recovery strategies across AWS, Azure, and GCP. Use when designing cloud architectures, planning migrations, or optimizing multi-cloud deployments. Invoke for Well-Architected Framework, cost…

Jeffallan/claude-skills · 71 tokens