Token导航 LogoToken导航TokenDH.com
云服务external-servicegithub未标认证来源可访问许可证需确认审计通过

azure-computeAzure compute 部署

Agent Skill

用于辅助云资源、部署、容器、基础设施和运维自动化任务。它适合让 Agent 检查配置、整理部署步骤、分析资源状态、生成排障思路或辅助云服务接入。使用时需要明确目标环境、账号权限、区域和资源组,区分本地测试与生产操作;涉及删除资源、重启服务、修改网络或权限配置时,应先确认影响范围。

总安装

1,867,488

周安装

79,397

GitHub Stars

201

下载量

654,256
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:azure-compute(Azure compute 部署)
来源仓库:https://github.com/microsoft/github-copilot-for-azure
仓库路径:skills/azure-compute
安装命令:
npx skills add https://github.com/microsoft/github-copilot-for-azure --skill azure-compute
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/microsoft/github-copilot-for-azure --skill azure-compute

简介

根据工作负载类型、性能需求和预算推荐 Azure VM 大小、规模集和配置。

  • 分析工作负载要求(Web、数据库、ML、批处理、HPC)并推荐适当的 VM 系列、大小和实例计数,无需 Azure 订阅
  • 支持单个虚拟机和虚拟机规模集 (VMSS),并提供有关自动缩放、负载平衡和编排模式(灵活与统一)的指导
  • 查询未经身份验证的 Azure 零售价格 API,以提供跨区域和 VM SKU 的成本估算和定价比较
  • 在最终确定建议之前,根据实时 Microsoft 文档验证建议;如果文档获取失败,则返回参考资料

SKILL.md

Azure Compute Skill

Routes Azure VM requests to the appropriate workflow based on user intent.

When to Use This Skill

Activate this skill when the user:

  • Asks about Azure Virtual Machines (VMs) or VM Scale Sets (VMSS)
  • Asks about choosing a VM, VM sizing, pricing, or cost estimates
  • Needs a workload-based recommendation for scenarios like database, GPU, deep learning, HPC, web tier, or dev/test
  • Mentions VM families, autoscale, load balancing, or Flexible versus Uniform orchestration
  • Wants to troubleshoot Azure VM connectivity issues such as unreachable VMs, RDP/SSH failures, black screens, NSG/firewall issues, or credential resets
  • Asks about Capacity Reservation Groups (CRGs), reserving VM capacity, associating/disassociating VMs with a CRG, or guaranteeing compute capacity
  • Uses prompts like "Help me choose a VM"

Routing

User intent?
├─ Recommend / choose / compare / price a VM or VMSS
│  └─ Route to [VM Recommender](workflows/vm-recommender/vm-recommender.md)
│
├─ Can't connect / RDP / SSH / troubleshoot a VM
│  └─ Route to [VM Troubleshooter](workflows/vm-troubleshooter/vm-troubleshooter.md)
│
├─ Capacity reservation / CRG / reserve capacity / associate VM with CRG
│  └─ Route to [Capacity Reservation](workflows/capacity-reservation/capacity-reservation.md)
│
└─ Unclear
   └─ Ask: "Are you looking for a VM recommendation, troubleshooting a connectivity issue, or managing capacity reservations?"
SignalWorkflow
"recommend VM", "which VM", "VM size", "VM pricing", "VMSS", "scale set"VM Recommender
"can't connect", "RDP", "SSH", "NSG blocking", "reset password", "black screen"VM Troubleshooter
"capacity reservation", "CRG", "reserve capacity", "guarantee capacity", "associate VM with CRG"Capacity Reservation
Routing rule: Always read the matched workflow file before accessing any reference files. The workflow file contains the step-by-step guidance and the reference routing table for the user's request.

Workflows

WorkflowPurposeReferences
VM RecommenderRecommend VM sizes, VMSS, pricing using public APIs/docsvm-families, retail-prices-api, vmss-guide, vm-quotas
VM TroubleshooterDiagnose and resolve VM connectivity failures (RDP/SSH)cannot-connect-to-vm
Capacity ReservationCreate and manage Capacity Reservation Groups (CRGs)capacity-reservation-overview, association-disassociation

适合场景

01

Azure 资源规划

02

云服务升级

03

基础设施检查

04

企业云环境自动化

能力概览

能力 1

整理 Azure 服务操作流程

能力 2

提示 CLI/MCP 前置条件

能力 3

辅助云资源检查和规划

能力 4

保留官方服务来源线索

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

38.18%
按下载量换算249,795

Claude

28.21%
按下载量换算184,566

Cursor

19.66%
按下载量换算128,627

Gemini CLI

9.41%
按下载量换算61,565

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills