# External CLI Skill

> Sample skill wrapping the Azure `az` CLI. Models a real Azure inventory shape for compat-detector regression tests.

- Skill: `jdutton/external-cli-skill` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jdutton/external-cli-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jdutton/external-cli-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: jdutton (https://skillmd.com/u/jdutton)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/jdutton/external-cli-skill

---


# External-CLI skill

Query Azure resources via the `az` CLI.

```bash
az login
az account list --output json
az vm list --query "[].{name:name,rg:resourceGroup}"
```

