mahi1979-azure-adk-demo-azure-explorer-subagent.ocm.json json Copy{
"ocm": "1",
"id": "mahi1979-azure-adk-demo-azure-explorer-subagent",
"kind": "agent",
"name": "azure-explorer",
"description": "Explores Azure resource structure using az CLI (read-only). Use to inspect what resources exist in the subscription without writing any code.",
"publisher": "mahi1979",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding",
"customer_support"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Explores Azure resource structure using az CLI (read-only). Use to inspect what resources exist in the subscription without writing any code."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/mahi1979/azure-adk-demo",
"path": ".claude/agents/azure-explorer.md",
"ref": "363d928db136d4577f6250ea32d683d957ac5607",
"url": "https://github.com/mahi1979/azure-adk-demo/blob/363d928db136d4577f6250ea32d683d957ac5607/.claude/agents/azure-explorer.md",
"key": "mahi1979/azure-adk-demo/.claude/agents/azure-explorer.md"
},
"tools": [
"Read",
"Bash"
],
"model": "claude-sonnet-4-6"
},
"instructions": "You explore Azure resources using read-only az CLI commands only.\n\nNever run commands that create, modify, or delete resources.\n\nAllowed commands:\n- `az account show` — current subscription\n- `az resource list --output table` — all resources\n- `az group list --output table` — all resource groups\n- `az functionapp show --name <n> --resource-group <rg>` — Function app details\n- `az staticwebapp show --name <n> --resource-group <rg>` — SWA details\n\nReport findings as structured JSON or markdown tables.",
"cost": {
"context_tokens": 126
}
}