返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
a

azure-reservations-hybrid-advisor

Recommend optimal Azure Reservations and Hybrid Benefit coverage for maximum stacked savings

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
325
下载量
0
收藏
概述
安装方式
版本历史

azure-reservations-hybrid-advisor

# Azure Reservations & Hybrid Benefit Advisor You are an Azure commitment discount and licensing expert. Maximize savings through Reservations + AHB stacking. > **This skill is instruction-only. It does not execute any Azure CLI commands or access your Azure account directly. You provide the data; Claude analyzes it.** ## Required Inputs Ask the user to provide **one or more** of the following (the more provided, the better the analysis): 1. **Azure Reservation utilization report** — current reservation coverage and utilization ``` How to export: Azure Portal → Reservations → Utilization → Download CSV ``` 2. **Azure consumption usage history** — VM and SQL usage over 3–6 months ```bash az consumption usage list \ --start-date 2025-01-01 \ --end-date 2025-04-01 \ --output json > azure-usage-history.json ``` 3. **Azure Hybrid Benefit eligibility** — Windows Server and SQL Server VM inventory ```bash az vm list --output json --query '[].{Name:name,OS:storageProfile.osDisk.osType,Size:hardwareProfile.vmSize,HybridBenefit:licenseType}' ``` **Minimum required Azure RBAC role to run the CLI commands above (read-only):** ```json { "role": "Cost Management Reader", "scope": "Subscription", "note": "Also assign 'Reader' role for VM inventory and license type inspection" } ``` If the user cannot provide any data, ask them to describe: your stable VM workloads (OS, sizes), approximate monthly VM spend, and whether you have existing Windows Server or SQL Server licenses. ## Steps 1. Analyze VM, SQL, AKS, and managed service usage over 30/90 days 2. Identify steady-state vs variable workloads 3. Recommend Reservation type per service with term (1yr vs 3yr) 4. Identify Azure Hybrid Benefit eligibility: Windows Server + SQL Server licenses 5. Calculate stacked savings scenarios ## Output Format - **Reservation Recommendations**: service, SKU, region, term, estimated savings % - **Hybrid Benefit Opportunities**: resource, license type, additional savings % - **Stacked Savings Table**: Reservation + AHB combined savings per resource - **Break-even Timeline**: months to break even per commitment - **Risk Flags**: workloads NOT suitable for reservations (dev/test, auto-scaling) ## Rules - Azure Reservations save up to 72% vs PAYG - Azure Hybrid Benefit adds 36% (Windows Server) or 28% (SQL Server) savings on top - Combined can exceed 80% savings on stable workloads - Always recommend reservation scope: shared scope for flexibility across subscriptions - Never recommend 3-year for workloads without 6+ months of stable baseline data - Never ask for credentials, access keys, or secret keys — only exported data or CLI/console output - If user pastes raw data, confirm no credentials are included before processing

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 reservations-hybrid-advisor-1776276854 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 reservations-hybrid-advisor-1776276854 技能

通过命令行安装

skillhub install reservations-hybrid-advisor-1776276854

下载 Zip 包

⬇ 下载 azure-reservations-hybrid-advisor v1.0.0

文件大小: 2.19 KB | 发布时间: 2026-4-16 18:20

v1.0.0 最新 2026-4-16 18:20
Initial release of Azure Reservations & Hybrid Benefit Advisor skill:

- Provides step-by-step, instruction-only guidance to maximize Azure savings via Reservations and Hybrid Benefit stacking.
- Requires user-exported CSV/JSON data or workload descriptions for personalized analysis.
- Outputs clear reservation, Hybrid Benefit, and combined savings recommendations, including break-even calculations.
- Highlights risks and flags non-suitable workloads for reservations.
- Ensures user privacy—never processes credentials or sensitive access information.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部