/alibabacloud-opc-advisor
Alibaba Cloud OPC (one-person-company) cloud resource SELECTION advisor — recommends one of 7 standard SKU packages with exact monthly price, purchase URL, and plain-language launch/migration path for non-technical solo founders. Read-only selection; does NOT deploy (that is the
$ npx -y skills add aliyun/alibabacloud-aiops-skills --skill alibabacloud-opc-advisor --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/alibabacloud-opc-advisor
Context preview
The summary Claude sees to decide when to auto-load this skill.
Alibaba Cloud OPC (one-person-company) cloud resource SELECTION advisor — recommends one of 7 standard SKU packages with exact monthly price, purchase URL, and plain-language launch/migration path for non-technical solo founders. Read-only selection; does NOT deploy (that is the
SKILL.md
alibabacloud-opc-advisor.SKILL.mdname: alibabacloud-opc-advisor
description: "Alibaba Cloud OPC (one-person-company) cloud resource SELECTION advisor — recommends one of 7 standard SKU packages with exact monthly price, purchase URL, and plain-language launch/migration path for non-technical solo founders. Read-only selection; does NOT deploy (that is the companion `alibabacloud-opc-deploy` skill). WHEN TO USE: user wants to deploy/publish/launch a website or app online, make a project accessible to others, choose a cloud server/package for a one-person business, migrate from Vercel/Netlify/AWS/another platform to Alibaba Cloud (esp. 'slow in China'), or built something with an AI tool (QoderWork/WorkBuddy/Cursor/Codex/Bolt) and wants it online. ALSO trigger for potentially out-of-scope requests (company team / large traffic / PV over 1M) so this skill can explicitly judge and decline. 触发词(中文):用 QoderWork/WorkBuddy/Cursor/Bolt 等做了网站/小程序想上线或让别人访问;从 Vercel/AWS 等迁到阿里云、国内访问慢;选阿里云套餐/服务器/配置(个人/独立开发者);AI 小程序(植物识别/AI 记账)想上线;公司/大流量需求(触发后由本 skill 判定是否超范围并拒绝)。输出用中文。"
Alibaba Cloud OPC Advisor
Help non-technical OPC (one-person-company) users go from "business goal + current starting point" directly to a **SKU recommendation + exact monthly price + purchase page guide + plain-language deployment path**, without needing to understand any cloud product terminology.
All user-facing output MUST be in **Chinese (zh-CN)**.
When to Use This Skill
- User asks about OPC packages, pricing, or server configuration
- User wants to deploy/publish/launch something online, or make a project accessible to others (friends, public), or generate a link for others to open
- User wants to choose a server/package for their one-person business or solo-founder project
- User wants to migrate from another platform (Vercel/Netlify/AWS/other SaaS) to Alibaba Cloud, especially when "access is slow in China" / "can't open domestically"
- User has built something with AI tools (QoderWork, WorkBuddy, Cursor, Codex, Bolt, etc.) and wants it accessible online
- User built an AI app (image recognition / AI bookkeeping / AI chat / VLM) and wants to launch it
- **Boundary**: even when a request looks out of OPC scope (company team 50+ / large traffic / PV over 1M), STILL trigger this skill so it can explicitly judge and decline — do not answer with generic advice instead of invoking the skill
**Trigger broadly, then route.** When in doubt about whether the user's intent maps to OPC, trigger the skill and let the routing/entry-probe decide; do not silently skip.
**Disambiguate with `alibabacloud-opc-deploy`:** if the user already has an advisor prescription (SKU selected) and wants to execute the deployment, route to `alibabacloud-opc-deploy`. This skill is for **selection and recommendation** only.
Routing
OPC advisor intent?
├── Starting from scratch / has idea / has code to deploy → A1 Zero-Start
├── Already live on external platform with real users → A2 Migration
├── Intent unclear → Ask clarification
└── Out of OPC scope (50+ person company / pro dev team) → Boundary notice
**Routing rule:** always determine A1 vs A2 FIRST before any SKU recommendation. Read the matched workflow template before outputting. Look up references on demand.
**Strong-signal fast-path (HIGHEST priority — overrides the probe):** When the prompt ALREADY states an explicit deployment status, route directly and DO NOT ask the entry-probe question:
- Explicit A2 (migration): an already-deployed signal (`已经部署在 Vercel/Netlify/AWS/其它云/服务器`) combined with any live/pain signal (`有真实用户` / `用户在用` / `国内访问慢` / `打不开` / `想迁到阿里云`) → route **directly to A2 Migration**. Never fall back to A1 zero-start for these prompts.
- Explicit A1 (zero-start): a not-yet-live signal (`还没上线` / `只在本地跑` / `还没开始` / `刚写完代码想第一次发布`) → route **directly to A1**.
- Only when the branch is genuinely ambiguous (e.g., a bare `想从 AWS 迁过来` with NO live-status/user signal) do you ask the entry-probe question. Direct A2/A1 routing does NOT skip the 2 sizing questions (Q-scale / Q-userdata) — those remain gated by the Interaction Flow.
Entry Probe
Ask the user (in Chinese). Sample probe question (zh-CN):
你现在是手上还啥都没开始,还是已经写好/部署好了点东西要继续往前走?
| User State | Signal | Branch | |---|---|---| | Starting from scratch / local demo not yet online | `我有想法 / 还没动手 / 代码写完了 / 想发布` | **A1** | | Already deployed on external platform with real users | `已部署在 XX / 有用户在用 / 国内打不开 / 想搬` | **A2** |
Workflows
| Workflow | File | Use when | |---|---|---| | **A1 Zero-Start** | [a1-zero-start.md](references/a1-zero-start.md) | User starts from scratch or has local code, wants first deployment | | **A2 Migration** | [a2-migration.md](references/a2-migration.md) | User already live on another platform, migrating to Alibaba Cloud |
SKU Decision Flow
A1/A2 → PII gate: Q-userdata=Yes? → floor = lite_seed (skip Starter entirely)
→ Determine tier (starter / lite / pro)
│ (tier from Q-scale + Q-userdata + Q6; see sku-sizing-questionnaire §2)
├── Starter (ONLY reachable when Q-userdata=No)
│ → Q6 (AI) inferred from keywords (ask only if ambiguous)
│ ├── No AI → starter_webui
│ └── Yes AI (text only, no VLM) → starter_app
│
├── Lite → Q-scale mapping (see concurrency-to-sku.md)
│ ├── seed (≤15) / growth (15-80) / traction (80-200)
│
└── Pro → Q-scale 200+ ; steady vs burst inferred from prompt (ask only if ambiguous)
├── steady (不能宕机 / 稳定高可用)
└── burst (流量集中 / 直播 / 活动 / 尖刺)**PII absolute gate (iron-rule #16):** If Q-userdata = Yes (any of: registration / login / payment / file upload by users), the floor is `lite_seed` — Starter tier is **unreachable** regardless of Q-scale or Q6. User account data requires independent RDS which only Lite+ SKUs provide. Never output `starter_webui` or `starter_app` when Q-userdata = Yes. T
Read more
name: alibabacloud-opc-advisor description: "Alibaba Cloud OPC (one-person-company) cloud resource SELECTION advisor — recommends one of 7 standard SKU packages with exact monthly price, purchase URL, and plain-language launch/migration path for non-technical solo founders. Read-only selection; does NOT deploy (that is the companion `alibabacloud-opc-deploy` skill). WHEN TO USE: user wants to deploy/publish/launch a website or app online, make a project accessible to others, choose a cloud server/package for a one-person business, migrate from Vercel/Netlify/AWS/another platform to Alibaba Cloud (esp. 'slow in China'), or built something with an AI tool (QoderWork/WorkBuddy/Cursor/Codex/Bolt) and wants it online. ALSO trigger for potentially out-of-scope requests (company team / large traffic / PV over 1M) so this skill can explicitly judge and decline. 触发词(中文):用 QoderWork/WorkBuddy/Cursor/Bolt 等做了网站/小程序想上线或让别人访问;从 Vercel/AWS 等迁到阿里云、国内访问慢;选阿里云套餐/服务器/配置(个人/独立开发者);AI 小程序(植物识别/AI 记账)想上线;公司/大流量需求(触发后由本 skill 判定是否超范围并拒绝)。输出用中文。"
Alibaba Cloud OPC Advisor
Help non-technical OPC (one-person-company) users go from "business goal + current starting point" directly to a **SKU recommendation + exact monthly price + purchase page guide + plain-language deployment path**, without needing to understand any cloud product terminology.
All user-facing output MUST be in **Chinese (zh-CN)**.
When to Use This Skill
- User asks about OPC packages, pricing, or server configuration
- User wants to deploy/publish/launch something online, or make a project accessible to others (friends, public), or generate a link for others to open
- User wants to choose a server/package for their one-person business or solo-founder project
- User wants to migrate from another platform (Vercel/Netlify/AWS/other SaaS) to Alibaba Cloud, especially when "access is slow in China" / "can't open domestically"
- User has built something with AI tools (QoderWork, WorkBuddy, Cursor, Codex, Bolt, etc.) and wants it accessible online
- User built an AI app (image recognition / AI bookkeeping / AI chat / VLM) and wants to launch it
- **Boundary**: even when a request looks out of OPC scope (company team 50+ / large traffic / PV over 1M), STILL trigger this skill so it can explicitly judge and decline — do not answer with generic advice instead of invoking the skill
**Trigger broadly, then route.** When in doubt about whether the user's intent maps to OPC, trigger the skill and let the routing/entry-probe decide; do not silently skip.
**Disambiguate with `alibabacloud-opc-deploy`:** if the user already has an advisor prescription (SKU selected) and wants to execute the deployment, route to `alibabacloud-opc-deploy`. This skill is for **selection and recommendation** only.
Routing
OPC advisor intent? ├── Starting from scratch / has idea / has code to deploy → A1 Zero-Start ├── Already live on external platform with real users → A2 Migration ├── Intent unclear → Ask clarification └── Out of OPC scope (50+ person company / pro dev team) → Boundary notice
**Routing rule:** always determine A1 vs A2 FIRST before any SKU recommendation. Read the matched workflow template before outputting. Look up references on demand.
**Strong-signal fast-path (HIGHEST priority — overrides the probe):** When the prompt ALREADY states an explicit deployment status, route directly and DO NOT ask the entry-probe question:
- Explicit A2 (migration): an already-deployed signal (`已经部署在 Vercel/Netlify/AWS/其它云/服务器`) combined with any live/pain signal (`有真实用户` / `用户在用` / `国内访问慢` / `打不开` / `想迁到阿里云`) → route **directly to A2 Migration**. Never fall back to A1 zero-start for these prompts.
- Explicit A1 (zero-start): a not-yet-live signal (`还没上线` / `只在本地跑` / `还没开始` / `刚写完代码想第一次发布`) → route **directly to A1**.
- Only when the branch is genuinely ambiguous (e.g., a bare `想从 AWS 迁过来` with NO live-status/user signal) do you ask the entry-probe question. Direct A2/A1 routing does NOT skip the 2 sizing questions (Q-scale / Q-userdata) — those remain gated by the Interaction Flow.
Entry Probe
Ask the user (in Chinese). Sample probe question (zh-CN):
你现在是手上还啥都没开始,还是已经写好/部署好了点东西要继续往前走?
| User State | Signal | Branch | |---|---|---| | Starting from scratch / local demo not yet online | `我有想法 / 还没动手 / 代码写完了 / 想发布` | **A1** | | Already deployed on external platform with real users | `已部署在 XX / 有用户在用 / 国内打不开 / 想搬` | **A2** |
Workflows
| Workflow | File | Use when | |---|---|---| | **A1 Zero-Start** | [a1-zero-start.md](references/a1-zero-start.md) | User starts from scratch or has local code, wants first deployment | | **A2 Migration** | [a2-migration.md](references/a2-migration.md) | User already live on another platform, migrating to Alibaba Cloud |
SKU Decision Flow
A1/A2 → PII gate: Q-userdata=Yes? → floor = lite_seed (skip Starter entirely)
→ Determine tier (starter / lite / pro)
│ (tier from Q-scale + Q-userdata + Q6; see sku-sizing-questionnaire §2)
├── Starter (ONLY reachable when Q-userdata=No)
│ → Q6 (AI) inferred from keywords (ask only if ambiguous)
│ ├── No AI → starter_webui
│ └── Yes AI (text only, no VLM) → starter_app
│
├── Lite → Q-scale mapping (see concurrency-to-sku.md)
│ ├── seed (≤15) / growth (15-80) / traction (80-200)
│
└── Pro → Q-scale 200+ ; steady vs burst inferred from prompt (ask only if ambiguous)
├── steady (不能宕机 / 稳定高可用)
└── burst (流量集中 / 直播 / 活动 / 尖刺)**PII absolute gate (iron-rule #16):** If Q-userdata = Yes (any of: registration / login / payment / file upload by users), the floor is `lite_seed` — Starter tier is **unreachable** regardless of Q-scale or Q6. User account data requires independent RDS which only Lite+ SKUs provide. Never output `starter_webui` or `starter_app` when Q-userdata = Yes. T
Official Alibaba Cloud Agent Skills collection, providing AI agents with rich Alibaba Cloud product capabilities and general-purpose tooling.
Other skills on alibabacloud-aiops-skills.
- /alibabacloud-agentbay-aio-skills
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), including plotting charts, running scripts, or viewing code output. Covers requests like "run this code", "execute
Open skill - /alibabacloud-agentloop-dataset
Operate Alibaba Cloud AgentLoop Dataset resources with aliyun CLI and the AgentLoop API version 2026-05-20. Use when requests concern AgentLoop datasets, data rows, Dataset schemas, embedding fields, semantic search, ExecuteQuery, AgentSpace data, 数据集, 数据写入, 数据查询, 语义检索, or ask
Open skill - /alibabacloud-agentloop-evaluation
Orchestrate AgentLoop evaluation workflows through the Aliyun CLI plugin with safe previews, saved evaluator and evaluator-skill management, one-shot sample tests, trace or dataset batch runs, polling, and result inspection. Analyze evaluation quality and low-score cases from
Open skill - /alibabacloud-agentloop-experience
Proactively use AgentLoop Recall to retrieve prior Alibaba Cloud AgentLoop experience through the bundled SearchContext CLI whenever the user asks or implies that prior work may help. Trigger for requests to check, search, recall, retrieve, look up, review, consult, reference,
Open skill - /alibabacloud-agentloop-management
AgentLoop APM接入 / AI可观测接入 / 应用监控接入 / 自研探针 / 探针安装. Use for Python aliyun-bootstrap (aliyun-instrument), Java AliyunJavaAgent, Golang instgo, Node.js cms_node_sdk, PHP/.NET OpenTelemetry, ack-onepilot, LicenseKey, AgentLoop workspace agentloop-*. Also for LangChain, Dify,
Open skill - /alibabacloud-avatar-video
Use Alibaba Cloud DashScope API and LingMou to generate AI video and speech. Seven capabilities — (1) LivePortrait talking-head (image + audio → video, two-step), (2) EMO talking-head, (3) AA/AnimateAnyone full-body animation (three-step), (4) T2I text-to-image (Wan 2.x, default
Open skill

