Cloud Azure Vm
Helps with AI, Azure as part of deploying and managing cloud infrastructure workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add partme-ai-cloud-azure-vm npx -- -y @trustedskills/partme-ai-cloud-azure-vm
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"partme-ai-cloud-azure-vm": {
"command": "npx",
"args": [
"-y",
"@trustedskills/partme-ai-cloud-azure-vm"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with and manage Azure Virtual Machines (VMs). It enables tasks such as creating, starting, stopping, deleting, and retrieving information about VMs within an Azure environment. The agent can also execute commands on connected VMs via SSH.
When to use it
- Automated VM Provisioning: Automatically create new virtual machines based on predefined templates or user requests.
- Remote Server Management: Start, stop, or restart remote servers without manual intervention.
- Troubleshooting & Diagnostics: Retrieve system information and execute commands on VMs for troubleshooting purposes.
- Infrastructure as Code (IaC) Integration: Integrate with IaC pipelines to manage VM lifecycles programmatically.
Key capabilities
- VM Creation
- VM Startup/Shutdown
- VM Deletion
- SSH Command Execution
- VM Information Retrieval
Example prompts
- "Create a new Azure VM named 'test-vm' in the 'eastus' region with 2 vCPUs and 8 GB of memory."
- "Stop the VM named 'production-server'."
- "What is the public IP address of the VM called 'web-app'?"
- "Run
sudo apt updateon the server 'database-vm'."
Tips & gotchas
- Requires appropriate Azure credentials and permissions for the AI agent to access and manage resources.
- Ensure the agent has network connectivity to the target Azure environment.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.