azure-keyvault-py

DevOps & Cloud
v0.1.0
Benign

Azure Key Vault SDK for Python.

11.3K downloads1.3K installsby @thegovind

Setup & Installation

Install command

clawhub install thegovind/azure-keyvault-py

If the CLI is not installed:

Install command

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

Or install with OpenClaw CLI:

Install command

openclaw skills install thegovind/azure-keyvault-py

or paste the repo link into your assistant's chat

Install command

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

What This Skill Does

Python SDK for Azure Key Vault covering secrets, cryptographic keys, and certificates. Provides four client classes: SecretClient, KeyClient, CryptographyClient, and CertificateClient. Supports both sync and async patterns with soft-delete and version tracking.

Centralizes secret management with RBAC, versioning, soft-delete, and HSM-backed key storage that environment variables or config files cannot provide.

When to Use It

  • Retrieving database passwords at app startup without hardcoding credentials
  • Encrypting sensitive user data with RSA keys managed in the vault
  • Rotating API keys across microservices using secret versioning
  • Managing TLS certificates for web applications
  • Signing and verifying data payloads in distributed systems

Example Workflow

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

INPUT

User asks: Retrieving database passwords at app startup without hardcoding credentials

AGENT
  1. 1Retrieving database passwords at app startup without hardcoding credentials
  2. 2Encrypting sensitive user data with RSA keys managed in the vault
  3. 3Rotating API keys across microservices using secret versioning
  4. 4Managing TLS certificates for web applications
  5. 5Signing and verifying data payloads in distributed systems
OUTPUT
Azure Key Vault SDK for Python.

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