← 返回 Skills 市场
agenticweb4

Huawei Cloud Pre-Order Cost Estimation — Period & On-Demand via hcloud

作者 Schema Anything Labs · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
44
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install huawei-cloud-cost-estimation
功能描述
Estimates Huawei Cloud pre-order pricing via hcloud BSS — 包年/包月 与 按需,返回官方+应付金额。Use this skill whenever the user asks about Huawei Cloud / 华为云 / hcloud cost (...
使用说明 (SKILL.md)

华为云成本估算

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

确定性下单前询价:价格只能来自当次 hcloud 响应,不臆造、不类比、不记忆

Workflow

Phase 1 · Analysis

  1. Parse — 从需求抽取四元组 cloud_service_type / resource_type / region / resource_spec + 周期(period)或使用量(on-demand)。读 references/semantic/catalog.yml 路由到 rfq-period-model.ymlrfq-ondemand-model.yml
  2. Clarify — 命中下列任一即停下、一轮问完(带 2–4 候选):
  • 产品类目模糊("便宜的数据库")→ 列候选服务+典型规格+价位档
  • region / 数量 / 周期或使用量
  • ECS 未给 OS、RDS 未给引擎等多变种
  • 线性产品(带宽/云硬盘/共享带宽)未给 resource_size

Spec Review — 取数前用一张小表回显:

项目 已确认 待补(要问) 默认(要披露)
  • 任一 never-assume(region/周期/数量/线性 size)缺失 → 回到 Clarify,不进 Phase 2。
  • safe-default 缺失(OS=linux、AZ=空、fee_installment_mode=NA)→ 披露后继续。

Phase 2 · Estimation

  1. Query — 按 references/related-commands.md 执行最小命令:period → BSS/ListRateOnPeriodDetail;on-demand → BSS/ListOnDemandResourceRatings。多产品一次性放进 product_infos.N.*
  2. Calculate — 多 product_infos 逐项展示再加和;跨万元乘法分步算。
  3. Verify — 分项加和 = 总价;币种、period_typesubscription_num 与用户口径一致。
  4. Present — 一句结论 + 分项 [服务] [规格] [region] [数量×周期] = ¥\x3C金额> [pricing_mode/币种] + 加总 + 「非最终账单」声明。Iteration:换 region / 改规格 / 增删项 → 只重跑受影响项。

Critical Rules

  1. Never guess prices — 价格只能来自当次 hcloud 响应。
  2. Never silently default never-assumeregion/周期/数量/线性 resource_size 缺失必须问;safe-default(OS/AZ/fee_installment_mode)必须显式披露。
  3. Always label the basis — 每行报价带 pricing_mode / 币种 / 时长或使用量
  4. Never accept credentials in chat — 用户粘 AK/SK/Token 立即拒收,指向 references/cli-installation.md 让用户自行 hcloud configure
  5. Route, don't refuse blankly — 历史账单 / 余额 / 对账 → 明确超出本技能(仅下单前询价),指向费用中心或 BSS 账单只读 API;非华为云 → 仅服务华为云 BSS;写操作 → 给控制台指引。

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

Reference Index(按需加载)

何时读 文件
每次 Phase 1 入口 references/semantic/catalog.yml
period / on-demand 询价场景 references/semantic/rfq-{period,ondemand}-model.yml + rfq-shared-dimensions.yml
命令模板 / 字段对照 / 维度查 code / flavor 查询 / 通用陷阱 references/related-commands.md
403 或权限问题 references/iam-policies.md
hcloud 未就绪 references/cli-installation.md仅转述给用户,不代为执行)
安全使用建议
Install only if you want an agent to use your existing hcloud setup for Huawei Cloud pre-order quote checks. Use a least-privilege IAM user, do not paste AK/SK or tokens into chat, and review any hcloud installation commands yourself before running them.
能力评估
Purpose & Capability
The artifacts consistently support pre-order Huawei Cloud cost estimation for period and on-demand pricing using BSS quote APIs and related read-only lookup commands.
Instruction Scope
The invocation text is somewhat broad for Huawei Cloud pricing requests, but the instructions narrow behavior with clarification gates, no guessed prices, no cross-cloud use, no order placement, and no credential intake.
Install Mechanism
The package includes manual hcloud installation examples with curl, bash, and sudo, but labels them as user-run steps and explicitly restricts the agent to checking hcloud version/configuration rather than installing or changing credentials.
Credentials
Use of local hcloud credentials, Huawei Cloud environment variables, and outbound Huawei Cloud API calls is sensitive but expected for live pricing and is disclosed with least-privilege IAM guidance.
Persistence & Privilege
All package files are non-executable text or YAML; no background worker, persistence mechanism, privilege escalation flow, destructive command, or data exfiltration path was found.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install huawei-cloud-cost-estimation
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /huawei-cloud-cost-estimation 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
1.0.0: First stable release — period and on-demand BSS RFQ via hcloud; Parse/Clarify/Spec Review workflow; independent Huawei Community Edition skill; refuses order placement and credential intake
元数据
Slug huawei-cloud-cost-estimation
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Huawei Cloud Pre-Order Cost Estimation — Period & On-Demand via hcloud 是什么?

Estimates Huawei Cloud pre-order pricing via hcloud BSS — 包年/包月 与 按需,返回官方+应付金额。Use this skill whenever the user asks about Huawei Cloud / 华为云 / hcloud cost (... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 44 次。

如何安装 Huawei Cloud Pre-Order Cost Estimation — Period & On-Demand via hcloud?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install huawei-cloud-cost-estimation」即可一键安装,无需额外配置。

Huawei Cloud Pre-Order Cost Estimation — Period & On-Demand via hcloud 是免费的吗?

是的,Huawei Cloud Pre-Order Cost Estimation — Period & On-Demand via hcloud 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Huawei Cloud Pre-Order Cost Estimation — Period & On-Demand via hcloud 支持哪些平台?

Huawei Cloud Pre-Order Cost Estimation — Period & On-Demand via hcloud 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Huawei Cloud Pre-Order Cost Estimation — Period & On-Demand via hcloud?

由 Schema Anything Labs(@agenticweb4)开发并维护,当前版本 v1.0.0。

💬 留言讨论