agentsclimarketplace

Huawei cloud cost estimation

Skill ontology-of-everything/SemanticSkills/skills/huawei-cloud-cost-estimation

Generate Huawei Cloud pre-order price estimates, safely provision allowlisted resources via hcloud, and guide unsubscribe requests to the console only. Use this skill whenever the user mentions 华为云/Huawei Cloud/hcloud with 报价/询价/价格/quote/pricing/budget, 开通/购买/创建/provision/create, or 退订/unsubscribe. Create requires runtime help, --dryrun, fee review, and confirmation. Never run or emit unsubscribe CLI/API. Refuse other clouds, credentials, payment/renewal/delete, and non-allowlisted writes.From its SKILL.md

Install
npx -y skills add ontology-of-everything/SemanticSkills --skill huawei-cloud-cost-estimation

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

4 things to look at

  • reads credentialsReads from 1 credential source: `AK/SK/Token`.
  • 8 stars8 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
  • runs commandsInstructs the agent to run 4 commands, including `hcloud <Service> <Operation> --help` and 3 more.
  • fetches URLsInstructs the agent to fetch 1 URL, including https://support.huaweicloud.com/usermanual-billing/unsubscription_topic_2000010.html.

SKILL.md

5.9 KB, ~1.7k tokens by cl100k_base, as published. Nobody here has run it

华为云成本估算与资源开通

华为社区版 · 社区维护,非华为云官方;结论以当次 hcloud 响应为准。

价格只认当次响应,不臆造、不类比、不记忆;仅开通可写,退订只指引官网控制台。

Route

  • 询价 / 预算 / 比价 → Pricing。
  • 开通 / 购买 / 创建资源 → Lifecycle Create(仅 references/lifecycle/commands.md 白名单内)。
  • 退订 / 停止使用资源 → Unsubscribe Guidance(仅控制台指引,不调用 CLI/API)。
  • 历史账单/余额/对账 → 费用中心或 BSS 账单只读 API;非华为云 → 拒绝;白名单外写操作 → 给控制台指引。

Pricing

  1. Parse — 抽取四元组 cloud_service_type / resource_type / region / resource_spec + 周期或使用量;读 references/pricing/semantic/catalog.yml 路由到 period / on-demand 模型。
  2. Clarify — 缺 region/数量/周期或用量/线性 size,或产品类目模糊、多变种未定 → 停下一轮问完(带 2–4 候选)。仅 safe-default 缺失(OS=linux、AZ=空、fee_installment_mode=NA)→ 披露后继续。确认话术用口语四元组,不暴露内部名。
  3. Query — 按 references/pricing/commands.md:先 BSS/ListResourceSpecs 实查规格,再询价(period → ListRateOnPeriodDetail;on-demand → ListOnDemandResourceRatings);多产品一次放进 product_infos.N.*
  4. Verify & Present — 分项加和 = 总价;币种/周期/数量对齐用户口径。分项 [服务] [规格] [region] [数量×周期] = ¥<金额> + 加总 + 「非最终账单」;默认官网价,响应有折扣才附折后。

Lifecycle Create

references/lifecycle/concepts.md 后按序执行,跳步即违规:

  1. Allowlist — 意图映射到 references/lifecycle/commands.md 命令主体;未命中即拒绝。
  2. Helphcloud <Service> <Operation> --help 取必填/条件必填;[APIE_ERROR] 或无 schema 即停止,不猜参数。
  3. Resolve — 自动跑必要只读依赖查询(VPC/子网/AZ/镜像/规格等);多候选让用户选,缺失项一轮问完。
  4. Cost — 能询价先走 Pricing 回表;不能询价则声明「价格未知且可能收费」并取得额外确认。
  5. Dry — 完整命令强制加全局 --dryrun(本地构造请求,非接口级 dry_run);失败则修正重跑,不得转正式。
  6. Confirm — 回显资源/region/规格/数量/计费/金额或未知费用/批次顺序,等用户明确确认。
  7. Execute — 仅移除 --dryrun,其余不变;多命令顺序执行、失败即停、不自动回滚,报告成功/失败/未执行。

任何参数、region、数量或 operation 变化 → dry 与确认作废,回到 Help 重来。

Unsubscribe Guidance

不运行、不生成退订 CLI/API 命令,也不以 --dryrun 代替控制台预览:

  • 包年/包月:引导登录华为云控制台 → 费用中心 → 订单管理 → 云服务退订(若显示「退订与退换货」,从该入口进入),按资源 ID/名称/订单号定位。提醒先备份或迁移数据,并在提交前核对账号、资源、关联资源、退款金额/手续费及退款流向。
  • 按需:不适用退订;引导到对应云服务控制台,在备份后自行删除。本技能不代为删除。

若用户坚持自动执行,仍保持上述边界,并附官方退订规则:https://support.huaweicloud.com/usermanual-billing/unsubscription_topic_2000010.html

Critical Rules

  1. Never guess prices / params — 价格只来自当次响应;参数只来自当次 help。
  2. Never skip create dry & confirm — 无 --dryrun 成功 + 用户确认,不产生真实开通调用。
  3. Never automate unsubscribe — 不运行或输出退订 CLI/API;只给控制台路径与核对清单。
  4. Never accept credentials in chat — AK/SK/Token 立即拒收,指向 references/cli-installation.md 自行配置。
  5. BSS 端点hcloud BSS 固定 --cli-region=cn-north-1product_infos.N.region 仍是资源部署区。
  6. Route, don't refuse blankly — 超范围请求给出正确去向(费用中心/控制台/只读账单)。

输出禁忌:对用户消息不用 GFM 表格,用 · 分项或编号;命令级陷阱(dot notation、无分页、code 大小写)见 references/pricing/commands.md 顶部。

Reference Index(按需加载)

何时读文件
询价入口references/pricing/semantic/catalog.yml + rfq-*.yml
询价命令 / 响应字段 / 陷阱references/pricing/commands.md
开通安全 / 退订控制台指引references/lifecycle/concepts.md
开通命令白名单与依赖references/lifecycle/commands.md
403 或权限问题references/pricing/iam-policies.md
hcloud 未就绪references/cli-installation.md仅转述给用户,不代为执行)

What ships with it: 9 files

41.2 KB alongside SKILL.md

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.