Install
openclaw skills install agent-bom-discover-azureDiscover Azure-hosted AI agent and MCP-relevant assets from the operator's environment, emit canonical agent-bom inventory JSON, and scan it without giving a...
openclaw skills install agent-bom-discover-azureUse this skill to collect Azure AI and workload inventory as schema-valid agent-bom inventory. Default to discover-only: write JSON to an operator-selected path and stop.
AZURE_CLIENT_SECRET, access tokens, or
connection strings.python examples/operator_pull/azure_inventory_adapter.py \
--subscription-id "$AZURE_SUBSCRIPTION_ID" \
--source azure-skill-invoked \
--discovery-method skill_invoked_pull \
--output azure-inventory.json
Scan only when the operator asks for findings:
agent-bom agents --inventory azure-inventory.json --format json --output agent-bom-azure-findings.json
The emitted inventory carries discovery_provenance.source_type: skill_invoked_pull, observed_via: skill_invoked_pull, azure_sdk, sanitized
metadata.permissions_used, and redacted credential material. If schema
validation fails, stop and fix the inventory instead of scanning a best-effort
summary.