az-tool

Installation
SKILL.md

az-tool (Azure Platform)

Azure platform (PaaS) inspection — read-only. Part of @blogic-cz/agent-tools.

Scope: Azure resources in one pinned subscription. For Azure DevOps pipelines, builds, and repos use azdo-tool.

How to Run

Run via bun az-tool (requires @blogic-cz/agent-tools as a dev dependency). NEVER run bare az — the credential guard will block it. Auth: az login session.

Commands

bun az-tool subscription                      # Which subscription am I pinned to?
bun az-tool groups                            # List resource groups
bun az-tool resources --group my-rg           # List resources in a group
Installs
7
First Seen
Apr 23, 2026
az-tool — blogic-cz/agent-tools