# External CLI Skill With Allow

> Sample skill wrapping the Azure `az` CLI, paired with a vibe-agent-toolkit.config.yaml exercising validation.allow suppression for the expected compat codes.

- Skill: `jdutton/external-cli-skill-with-allow` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add jdutton/external-cli-skill-with-allow`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jdutton/external-cli-skill-with-allow/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-with-allow

---


# External-CLI skill (with allow)

Query Azure resources via the `az` CLI.

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

