azure-keyvault-keys-ts

Community

Manage Azure Key Vault keys and cryptography.

Authordavidrrowley
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Managing cryptographic keys and performing cryptographic operations in Azure Key Vault can be complex and error-prone; this Skill consolidates SDK usage patterns, lifecycle operations, and cryptography workflows into actionable guidance so developers can securely create, rotate, encrypt/decrypt, sign/verify, and back up keys without guessing about APIs or poller patterns.

Core Features & Use Cases

  • Key Lifecycle Management: Create, import, rotate, list, soft-delete, recover, and purge keys using KeyClient with recommended options and rotation policies.
  • Cryptographic Operations: Perform encrypt/decrypt, sign/verify, and wrap/unwrap operations via CryptographyClient, including handling of algorithm selection and digest management.
  • Operational Patterns & Safety: Examples for poller-based long-running operations, error handling using RestError, environment-driven configuration, and backup/restore strategies for secure workflows.
  • Use Case: Integrate into a TypeScript backend to generate RSA keys for encrypting secrets, rotate keys on a schedule, and sign payloads for downstream verification while preserving auditability.

Quick Start

Instantiate DefaultAzureCredential, create a KeyClient pointed at your vault URL, and call createKey or getKey to manage a key.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: azure-keyvault-keys-ts
Download link: https://github.com/davidrrowley/CortexYouV3/archive/main.zip#azure-keyvault-keys-ts

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.