Skip to main content

azure-compute

Azure VM and VMSS router for recommendations, pricing, autoscale, orchestration, and connectivity troubleshooting. WHEN: Azure VM, VMSS, scale set, recommend, compare, server, website, burstable, lightweight, VM family, workload, GPU, learning, simulation, dev/test, backend, autoscale, load balancer, Flexible orchestration, Uniform orchestration, cost estimate, connect, refused, Linux, black screen, reset password, reach VM, port 3389, NSG, troubleshoot.

설치로 이동

소스 정보

저장소
LongLeo287/OmniClaw
최근 소스 활동
2026년 4월 11일 09:08
감지된 SKILL.md 언어
영어
스타
7
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
7 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
azure_compute
description
Azure VM and VMSS router for recommendations, pricing, autoscale, orchestration, and connectivity troubleshooting. WHEN: Azure VM, VMSS, scale set, recommend, compare, server, website, burstable, lightweight, VM family, workload, GPU, learning, simulation, dev/test, backend, autoscale, load balancer, Flexible orchestration, Uniform orchestration, cost estimate, connect, refused, Linux, black screen, reset password, reach VM, port 3389, NSG, troubleshoot.
license
MIT
metadata
{"author":"Microsoft","version":"2.0.0"}
# 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 - Uses prompts like "Help me choose a VM" ## Routing ```text 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) │ └─ Unclear └─ Ask: "Are you looking for a VM recommendation, or troubleshooting a connectivity issue?" ``` | Signal | Workflow | | ----------------------------------------------------------------------------- | ------------------------------------------------------------------ | | "recommend VM", "which VM", "VM size", "VM pricing", "VMSS", "scale set" | [VM Recommender](workflows/vm-recommender/vm-recommender.md) | | "can't connect", "RDP", "SSH", "NSG blocking", "reset password", "black screen" | [VM Troubleshooter](workflows/vm-troubleshooter/vm-troubleshooter.md) | ## Workflows | Workflow | Purpose | References | | --------------------- | -------------------------------------------------------- | ---------------------------------------------------------------------------- | | **VM Recommender** | Recommend VM sizes, VMSS, pricing using public APIs/docs | [vm-families](references/vm-families.md), [retail-prices-api](references/retail-prices-api.md), [vmss-guide](references/vmss-guide.md) | | **VM Troubleshooter** | Diagnose and resolve VM connectivity failures (RDP/SSH) | [cannot-connect-to-vm](workflows/vm-troubleshooter/references/cannot-connect-to-vm.md) |
GitHub에서 보기