Azure Keyvault Keys Ts
Retrieves and manages Azure Key Vault keys securely using specified credentials for automated tasks.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add claudedjale-azure-keyvault-keys-ts npx -- -y @trustedskills/claudedjale-azure-keyvault-keys-ts
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"claudedjale-azure-keyvault-keys-ts": {
"command": "npx",
"args": [
"-y",
"@trustedskills/claudedjale-azure-keyvault-keys-ts"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with Azure Key Vault to manage keys. Specifically, it enables retrieving and listing key versions within a specified vault. It can be used for secure access to cryptographic keys required by applications or services running in an Azure environment.
When to use it
- Automating the retrieval of encryption keys for data at rest.
- Listing available versions of a key for auditing or recovery purposes.
- Integrating with deployment pipelines that require accessing specific key versions.
- Dynamically retrieving keys based on application configuration changes.
Key capabilities
- Retrieve Azure Key Vault keys.
- List key versions within an Azure Key Vault.
Example prompts
- "Get the latest version of the 'production-encryption-key' from my Azure Key Vault."
- "List all versions of the 'database-access-key' in vault 'my-vault'."
- "What are the available versions for key named 'api-secret'?"
Tips & gotchas
- Requires appropriate permissions to access the specified Azure Key Vault. Ensure your AI agent has the necessary role assignments (e.g., Key Vault Reader).
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.