azure-identity-py

DevOps & Cloud
v0.1.0
Benign

Azure Identity SDK for Python authentication.

11.7K downloads1.7K installsby @thegovind

Setup & Installation

Install command

clawhub install thegovind/azure-identity-py

If the CLI is not installed:

Install command

npx clawhub@latest install thegovind/azure-identity-py

Or install with OpenClaw CLI:

Install command

openclaw skills install thegovind/azure-identity-py

or paste the repo link into your assistant's chat

Install command

https://github.com/openclaw/skills/tree/main/skills/thegovind/azure-identity-py

What This Skill Does

Python authentication library for Azure SDK clients, using Microsoft Entra ID (formerly Azure AD). Supports DefaultAzureCredential for automatic credential detection, plus specific credential types for managed identity, service principals, and CLI-based auth.

DefaultAzureCredential's ordered credential chain means one line of code works in local dev, containers, and Azure-hosted environments without any conditional logic.

When to Use It

  • Authenticate to Azure Blob Storage without hardcoded credentials
  • Run the same auth code locally with az login and in production with managed identity
  • Authenticate a CI/CD pipeline to Azure using service principal environment variables
  • Give an AKS pod access to Azure resources via workload identity
  • Get short-lived access tokens for Azure Database for PostgreSQL

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Authenticate to Azure Blob Storage without hardcoded credentials

AGENT
  1. 1Authenticate to Azure Blob Storage without hardcoded credentials
  2. 2Run the same auth code locally with az login and in production with managed identity
  3. 3Authenticate a CI/CD pipeline to Azure using service principal environment variables
  4. 4Give an AKS pod access to Azure resources via workload identity
  5. 5Get short-lived access tokens for Azure Database for PostgreSQL
OUTPUT
Azure Identity SDK for Python authentication.

Share this skill

Security Audits

VirusTotalBenign
OpenClawBenign
View full report

These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.

Details

LanguageMarkdown
Last updatedFeb 27, 2026