azureArchitects, debugs, secures, and cost-optimizes Azure — VMs, App Service, Functions, AKS, Azure SQL, Cosmos DB, Entra ID, VNets, Storage. Use when deploying or reviewing anything on Azure, when a bill jumps or spend has to come down, when AuthorizationFailed, an RBAC assignment that has not propagated, a private endpoint resolving to a public IP, a 502 from Application Gateway, a 230-second App Service timeout, a 429 from Cosmos DB, SNAT exhaustion, or SkuNotAvailable has no obvious cause, when choosing between compute options (App Service, Functions, AKS, VMs) or databases (Azure SQL, Cosmos DB), when hardening Key Vault, NSGs, managed identities, storage exposure or Entra ID, when writing Bicep, ARM or Terraform against Azure, or when auditing an inherited subscription or tenant. Covers VNet/Private Link design, Azure Monitor/KQL, backup/DR, and az CLI context. Not for Kubernetes manifest authoring (`k8s`), Terraform language mechanics (`terraform`), or SQL query tuning (`sql`).
Install via ClawdBot CLI:
clawdbot install ivangdavila/azureGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 20, 2026
Deploy a web application with backend services across Azure regions to ensure high availability and disaster recovery. Use Private Endpoints and VNet peering to secure cross-region communication while minimizing bandwidth costs by keeping paired resources in the same region.
Set up a development and testing environment using Standard SSD disks for VMs and serverless Cosmos DB to reduce costs by over 50%. Implement Log Analytics with data retention policies and daily caps to avoid unexpected charges from telemetry data.
Build a secure pipeline for processing sensitive financial data using Azure Key Vault with soft-delete enabled and Managed Identities for authentication. Configure Private Endpoints with DNS zones and NSG rules to isolate resources and prevent unauthorized access.
Create a real-time analytics platform using Azure Functions Premium plan to avoid cold starts and Cosmos DB with optimal partition keys for scalability. Monitor performance with Application Insights, adjusting sampling rates to capture intermittent errors.
Offer a software-as-a-service platform hosted on Azure, leveraging App Service plans and Azure Cache for Redis Premium tier for reliable performance. Use Azure Policy and resource locks to enforce compliance and prevent accidental deletions, ensuring service uptime for subscribers.
Provide consulting services to help clients optimize Azure deployments, focusing on cost reduction and security best practices. Use ARM templates or Bicep for infrastructure as code to automate deployments and ensure consistency across client environments.
Develop and sell data analytics solutions using Azure Monitor and Log Analytics to provide insights from client data. Implement alert rules and diagnostic settings to monitor data plane operations, offering actionable reports to improve business decisions.
💬 Integration Tip
Integrate this skill with existing CI/CD pipelines using Terraform or Bicep for infrastructure as code, and ensure remote backends are encrypted to secure state files containing secrets.
Scored Apr 19, 2026
Control remote Windows machines via SSH. Use when executing commands on Windows, checking GPU status (nvidia-smi), running scripts, or managing remote Windows systems. Triggers on "run on Windows", "execute on remote", "check GPU", "nvidia-smi", "远程执行", "Windows 命令".
Perform reverse lookup of gTLD domains hosted on a specified nameserver with optional filters by TLD and domain prefix length.
Configure OpenClaw installations with optimized settings, channel setup, security hardening, and production recommendations.
Connect to remote desktops via RDP, VNC, and SSH X11 with secure tunneling and troubleshooting.
Essential curl commands for HTTP requests, API testing, and file transfers.
Deploy and manage Vercel projects. Use when deploying applications to Vercel, managing environment variables, checking deployment status, viewing logs, or performing Vercel operations. Supports production and preview deployments. Practical infrastructure operations - no "AI will build your app" magic.