HyperShift Azure Provider

HyperShift Azure Provider is a skill for Claude Code, Codex from wangke19/gemini-ai-helpers. It costs 26 tokens per session (943 once invoked), scanned A, a copy of hcp-create-azure, Apache-2.0.

Deployment guidance for creating HyperShift Kubernetes clusters on Microsoft Azure, Microsoft's cloud platform. It covers Azure identities, resource groups, virtual networks, regions, and virtual machines.

In plain words
What is it for?
Use it when deploying self-managed HyperShift clusters on Azure and configuring their Azure resources.
Why use it?
It helps prevent deployment problems caused by incorrect permissions, unsupported regions, or improperly configured network and cloud resources.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when deploying self-managed HyperShift clusters on Azure and configuring their Azure resources.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wangke19/gemini-ai-helpers/hcp-create-azure
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add wangke19/gemini-ai-helpers --skill hcp-create-azure
Clone the repo
git clone --depth 1 https://github.com/wangke19/gemini-ai-helpers

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for HyperShift Azure Provider

README.md
[![agentmods](https://agentmods.dev/badge/skills/wangke19/gemini-ai-helpers/hcp-create-azure/github.svg)](https://agentmods.dev/skills/wangke19/gemini-ai-helpers/hcp-create-azure)
Your own site
<a href="https://agentmods.dev/skills/wangke19/gemini-ai-helpers/hcp-create-azure"><img src="https://agentmods.dev/badge/skills/wangke19/gemini-ai-helpers/hcp-create-azure/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for HyperShift Azure Provider

Your own site · 80×15
<a href="https://agentmods.dev/skills/wangke19/gemini-ai-helpers/hcp-create-azure"><img src="https://agentmods.dev/badge/skills/wangke19/gemini-ai-helpers/hcp-create-azure.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 943 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 94% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00026 $0.00943
Opus 5 $0.00013 $0.00472
Sonnet 5 $0.00005 $0.00189
Haiku 4.5 $0.00003 $0.00094

Measured 7d ago against content hash e7fb788f552c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

HyperShift Azure Provider scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

94% identical to hcp-create-azure — 2 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

extensions/hcp/skills/hcp-create-azure/SKILL.md · 130 lines

How it starts

The opening of the file, as written. The whole thing — 130 lines — stays where its author put it; the contents beside it link to each section on GitHub.

HyperShift Azure Provider

This skill provides implementation guidance for creating HyperShift clusters on Azure, focusing on self-managed control plane configuration, resource group management, and Azure identity integration.

When to Use This Skill

This skill is automatically invoked by the /hcp:generate azure command to guide the Azure provider cluster creation process.

Prerequisites

  • Azure CLI configured with appropriate credentials
  • Azure subscription with sufficient quotas
  • HyperShift operator installed and configured
  • Pull secret for accessing OpenShift images

Azure Provider Overview

Azure Provider Peculiarities

  • Self-managed control plane only: For ARO HCP use ARO CLI instead
  • Resource groups: Auto-created during cluster creation
  • Limited region availability: Not all Azure regions support all features
  • Azure identity required: Service principal or managed identity configuration
  • Virtual network integration: Requires proper VNet configuration
  • Control plane runs on Azure VMs: Managed by HyperShift operator

Identity Configuration Options

Choose one of three identity methods:

  1. Managed + Data Plane Identities: Use --managed-identities-file AND --data-plane-identities-file
  2. Workload Identities: Use --workload-identities-file
  3. OIDC Integration: Use --oidc-issuer-url

Implementation Steps

Step 1: Parse Environment Requirements

Environment Detection:

  • Development: "dev", "testing", "demo" → Standard_D4s_v3, SingleReplica
  • Production: "prod", "enterprise" → Standard_D8s_v3+, HighlyAvailable

Step 2: Interactive Parameter Collection

Required Parameters:

  1. Cluster Name & Location

    🔹 **Cluster Name**: What would you like to name your cluster?
    🔹 **Azure Location**: Which Azure region? [default: eastus]
    
  2. Identity Configuration Method

    🔹 **Identity Method**: Choose Azure identity configuration:
       1. Managed + Data Plane Identities (recommended)
       2. Workload Identities
       3. OIDC Integration
    

Read the full file on GitHub · 130 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 130 lines · 26 tokens per session scan A e7fb788f552c

Subscribe to this mod's changes

HyperShift Azure Provider is a skill published in the GitHub repository wangke19/gemini-ai-helpers (2 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 26 tokens to every session and 943 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 94% identical to hcp-create-azure, differing in 2 lines, and is treated as a copy.