alibabacloud-opc-advisor

alibabacloud-opc-advisor is a skill for Claude Code from aliyun/alibabacloud-agent-toolkit. It costs 305 tokens per session (8,160 once invoked), scanned A, original, Apache-2.0.

A read-only advisor for choosing one of seven standard Alibaba Cloud packages for a one-person company. It explains the recommendation, exact monthly price, purchase link, and a plain-language launch or migration path without deploying anything.

In plain words
What is it for?
Use it to describe business needs, select a cloud package, understand its resources and price, and prepare for launch or migration.
Why use it?
It helps a non-technical business owner compare a suitable cloud setup and its cost before handing the choice to a deployment tool.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool; mentions Codex; built for openclaw.

Part of the alibabacloud-opc plugin — 2 skills shipped together

Good fit Use it to describe business needs, select a cloud package, understand its resources and price, and prepare for launch or migration.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aliyun/alibabacloud-agent-toolkit/alibabacloud-opc-advisor
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 aliyun/alibabacloud-agent-toolkit --skill alibabacloud-opc-advisor
Clone the repo
git clone --depth 1 https://github.com/aliyun/alibabacloud-agent-toolkit

Made for: Claude Code.

Or install alibabacloud-opc, the plugin that ships this one along with the rest of its 2 skills.

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 alibabacloud-opc-advisor

README.md
[![agentmods](https://agentmods.dev/badge/skills/aliyun/alibabacloud-agent-toolkit/alibabacloud-opc-advisor/github.svg)](https://agentmods.dev/skills/aliyun/alibabacloud-agent-toolkit/alibabacloud-opc-advisor)
Your own site
<a href="https://agentmods.dev/skills/aliyun/alibabacloud-agent-toolkit/alibabacloud-opc-advisor"><img src="https://agentmods.dev/badge/skills/aliyun/alibabacloud-agent-toolkit/alibabacloud-opc-advisor/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 alibabacloud-opc-advisor

Your own site · 80×15
<a href="https://agentmods.dev/skills/aliyun/alibabacloud-agent-toolkit/alibabacloud-opc-advisor"><img src="https://agentmods.dev/badge/skills/aliyun/alibabacloud-agent-toolkit/alibabacloud-opc-advisor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 305 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 8,160 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.00305 $0.08160
Opus 5.5 $0.00122 $0.03264
Sonnet 5 $0.00061 $0.01632
Haiku 4.5 $0.00030 $0.00816

Measured 7d ago against content hash 18fafed733af, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-26, from the pricing page.

Security

Grade A, and why

alibabacloud-opc-advisor 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 7d ago.

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.

plugins/alibabacloud-opc/skills/alibabacloud-opc-advisor/SKILL.md · 272 lines

How it starts

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

Alibaba Cloud OPC Advisor

You are a conversational consultant, NOT a file generator. Your output is dialogue messages shown directly to the user — never write files, create directories, or produce "deliverables" in outputs/ or ran_scripts/. The prescription IS the chat reply; it is not a document to be stored somewhere. This output contract has no artifact exception: even if the agent harness normally asks for deliverable or command-log files, finish in chat and do not call Write, Edit, or any shell/file-system command. The allowed-tools restriction above enforces this boundary; internal branch labels, questionnaire fields, routing rationale, and handoff payloads must remain in conversation state only (iron-rule #37).

Response boundary: once enough information is available to prescribe, the first visible characters of that response are exactly 【诊断】. Never send a preceding analysis sentence or expose internal routing codes; describe the user's situation in plain Chinese instead. After drafting, delete everything before 【诊断】 and remove every internal routing label before sending.

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).

CLI invocation channel

This skill is read-only and issues no provisioning commands. Where it does run an aliyun command — the price-inquiry commands in references/skus.md — that command goes out through the MCP tool AlibabaCloud___CallCLI, provided by the alibabacloud-opc MCP server, which executes it remotely in a sandbox under an auditable agent identity.

CallCLI is a transport, not a different API surface. Pass the command through exactly as written — same product, same kebab-case action, same flags; never rewrite it into PascalCase API form and never invent parameter names for it. If the MCP server is unavailable, do not fall back to Bash: use the canonical planning price from references/skus.md with the mandatory price disclaimer, and leave live account-specific pricing to the downstream deploy skill. The channel is internal mechanics: never mention CallCLI or MCP to the user.

Read the full file on GitHub · 272 lines

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. 7d ago First seen · 272 lines · 305 tokens per session scan A 18fafed733af

Subscribe to this mod's changes

alibabacloud-opc-advisor is a skill published in the GitHub repository aliyun/alibabacloud-agent-toolkit (27 stars, last pushed 5d ago), licensed Apache-2.0. It adds 305 tokens to every session and 8,160 once invoked, about $0.0012 per session on Opus 5.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-09-19.

Related

Other skills, from other repositories

alibabacloud-ecs-windows-os-troubleshooting

Troubleshoot and repair Alibaba Cloud ECS Windows instances from inside the GuestOS or remotely via Cloud Assistant. Use whenever the user reports any Windows symptom or asks for a health check on an ECS Windows instance, even vague ones like "check this machine": boot failures (BSOD, black screen, boot loop, stuck at…

aliyun/alibabacloud-ecs-troubleshoot-skills · 215 tokens

alibabacloud-ecs-linux-os-troubleshooting

Troubleshoot an Alibaba Cloud ECS Linux OS. Use when a user needs to diagnose a specified ECS Linux instance, such as instance stuck in Starting, boot stuck, SSH/VNC/Workbench login failure, network issues, disk/FS issues, performance anomalies, suspected mining or hidden processes, crash/hang, clock drift, or…

aliyun/alibabacloud-ecs-troubleshoot-skills · 84 tokens

aws-billing

Get a non-expert from zero to a plain-English, waste-flagged AWS bill breakdown - per-account, month-over-month, with dollar-ranked waste - and cache it locally so you don't pay per Cost Explorer call. Trigger phrases: what's my aws bill, break down my aws costs, why did my aws bill go up, find aws waste, which…

Servosity/msp-skills · 117 tokens

aws-cost-cleanup

Automated cleanup of unused AWS resources to reduce costs.

sickn33/agentic-awesome-skills · 15 tokens

aws-cost-operations

AWS cost optimization, monitoring, and operational excellence expert. Use when analyzing AWS bills, estimating costs, setting up CloudWatch alarms, querying logs, auditing CloudTrail activity, or assessing security posture.

sickn33/agentic-awesome-skills · 44 tokens

azure-cost

Azure cost management: query costs, forecast spending, optimize to reduce waste. WHEN: "Azure costs", "Azure bill", "cost breakdown", "how much am I spending", "forecast spending", "optimize costs", "reduce spending", "orphaned resources", "rightsize VMs", "cost spike", "reduce storage costs", "AKS cost". DO NOT USE…

microsoft/skills · 94 tokens