Azure Keyvault Keys Ts

🌐Community
by sickn33 · vlatest · Repository

Retrieves Azure Key Vault key details (name, version, properties) using a specified vault name and key identifier.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add azure-keyvault-keys-ts npx -- -y @trustedskills/azure-keyvault-keys-ts
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "azure-keyvault-keys-ts": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/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 keys. Specifically, it enables the agent to retrieve and manage cryptographic keys stored within an Azure Key Vault instance, facilitating secure operations like encryption and decryption. It supports retrieving key metadata and contents for use in applications or other processes.

When to use it

  • Securely decrypting files: An AI agent needs to decrypt a file stored with a key managed in Azure Key Vault.
  • Generating cryptographic signatures: The agent requires signing data using a private key securely stored within Azure Key Vault.
  • Retrieving public keys for encryption: An application needs to encrypt data and requires the corresponding public key from Azure Key Vault.
  • Automating certificate rotation: An AI agent is responsible for automatically retrieving new certificates from Key Vault as they rotate.

Key capabilities

  • Retrieve key metadata (e.g., name, version)
  • Retrieve key contents (secret value)
  • Integration with Azure Key Vault

Example prompts

  • "Get the public key for encryption from Key Vault named 'my-encryption-key'."
  • "Decrypt this file using the private key stored in Key Vault under the name 'sensitive-data-key'."
  • “What is the version of the key called ‘database-access’?”

Tips & gotchas

  • Requires appropriate Azure Key Vault access permissions for the AI agent. Ensure the agent's identity has the necessary roles (e.g., Key Vault Secrets User).

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
sickn33
Installs
25

🌐 Community

Passed automated security scans.