az-aks-agent
✓Azure AKS Agentic CLI - AI-powered troubleshooting and insights tool for Azure Kubernetes Service. Use when diagnosing AKS cluster issues, getting cluster health insights, troubleshooting networking/storage/security problems, or analyzing cluster configuration with natural language queries.
Installation
SKILL.md
The Agentic CLI for Azure Kubernetes Service (AKS) is an AI-powered troubleshooting and insights tool (currently in preview) that brings advanced diagnostics directly to your terminal. It allows you to ask natural language questions about your cluster's health, configuration, and issues without requiring deep Kubernetes expertise or knowledge of complex command syntax.
| az aks agent | Start interactive AI-powered troubleshooting | | az aks agent-init | Initialize LLM provider configuration | | az aks agent --help | Show help and available options |
| -g, --resource-group | Resource group name | Required | | -n, --name | AKS cluster name | Required | | --api-key | LLM API key | From env or config | | --config-file | Config file path | /.azure/aksAgent.config | | --max-steps | Max investigation steps | 10 | | --model | LLM model specification | From config |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/julianobarbosa/claude-code-skills --skill az-aks-agent- Category
- !Security
- Verified
- ✓
- First Seen
- 2026-02-04
- Updated
- 2026-02-18
Quick answers
What is az-aks-agent?
Azure AKS Agentic CLI - AI-powered troubleshooting and insights tool for Azure Kubernetes Service. Use when diagnosing AKS cluster issues, getting cluster health insights, troubleshooting networking/storage/security problems, or analyzing cluster configuration with natural language queries. Source: julianobarbosa/claude-code-skills.
How do I install az-aks-agent?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/julianobarbosa/claude-code-skills --skill az-aks-agent Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/julianobarbosa/claude-code-skills
Details
- Category
- !Security
- Source
- skills.sh
- First Seen
- 2026-02-04