Azure CLI
Comprehensive Azure Cloud Platform management via command-line interface
Why use this skill?
Use the OpenClaw Azure CLI skill to automate infrastructure management, deploy cloud resources, and optimize workflows with AI-powered command-line orchestration.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ddevaal/azure-cliWhat This Skill Does
The Azure CLI skill enables the OpenClaw AI agent to interface directly with Microsoft Azure's cloud infrastructure via the command-line interface. By integrating this skill, the agent gains the capability to provision, manage, monitor, and scale Azure resources programmatically. This encompasses the full lifecycle of cloud operations, from simple resource group creation to complex deployments of Kubernetes clusters (AKS), SQL databases, and virtual machine scale sets. It translates natural language intents into syntactically correct shell commands, allowing for seamless cloud management, configuration changes, and automated environment deployment without requiring the user to memorize complex CLI flags or syntax.
Installation
To integrate this skill into your environment, use the OpenClaw management utility. Run the following command in your terminal:
clawhub install openclaw/skills/skills/ddevaal/azure-cli
Ensure that the Azure CLI (az) is pre-installed on the host machine where the OpenClaw agent resides. Verification can be performed by running 'az --version' in the terminal. The agent will inherit the existing authentication context of the environment, or you can configure dedicated service principals for secure, non-interactive CI/CD workflows.
Use Cases
This skill is designed for DevOps engineers, cloud architects, and developers who need to streamline infrastructure as code (IaC) workflows. Common use cases include:
- Rapid environment provisioning: Automatically creating development, staging, or production resource groups and networking components.
- Cloud resource auditing: Running systematic queries against resource metadata to identify underutilized VMs or security misconfigurations.
- Automated CI/CD integration: Triggering deployment pipelines for Azure App Services or Container Apps directly via agent interaction.
- Cross-service management: Coordinating actions between disparate services like Cosmos DB, Event Hubs, and Storage Accounts.
Example Prompts
- "Create a new resource group named 'prod-east-001' in the East US region and deploy a standard D2s v3 virtual machine inside it."
- "List all active Azure SQL databases in my current subscription and provide a summary of their current status and tier."
- "Help me find all VMs that are currently running in the 'staging' resource group and shut them down to save costs for the weekend."
Tips & Limitations
- Authentication: Always prioritize Managed Identities or Service Principals over interactive user login for production automation scenarios.
- Scope: Be mindful of subscription scopes; use the '--subscription' flag explicitly if managing resources across multiple accounts.
- Security: This skill carries elevated privileges. Ensure the agent has the principle of least privilege applied via Azure RBAC to prevent accidental deletion or unauthorized resource modification.
- Querying: Utilize the '--query' flag with JMESPath expressions to parse large JSON outputs into actionable insights without downloading entire metadata payloads.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ddevaal-azure-cli": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, code-execution, external-api