azure-keyvault-keys-ts Skill
Manage cryptographic keys using Azure Key Vault Keys SDK for JavaScript (@azure/keyvault-keys). Use when creating, encrypting/decrypting, signing, or rotating keys. Published by microsoft in skills.
What is azure-keyvault-keys-ts Skill?
Manage cryptographic keys using Azure Key Vault Keys SDK for JavaScript (@azure/keyvault-keys). Use when creating, encrypting/decrypting, signing, or rotating keys. Published by microsoft in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using skills
Technical details
- Install or run with Copy skill directory
When to use azure-keyvault-keys-ts Skill
- Use it for developers using skills.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-typescript/skills/azure-keyvault-keys-ts/SKILL.md
What it does
Manage cryptographic keys using Azure Key Vault Keys SDK for JavaScript (@azure/keyvault-keys). Use when creating, encrypting/decrypting, signing, or rotating keys.
Skill instructions
Azure Key Vault Keys SDK for TypeScript Manage cryptographic keys with Azure Key Vault. Installation bash Keys SDK npm install @azure/keyvault-keys @azure/identity Environment Variables bash KEYVAULTURL=https://<vault-name.vault.azure.net Or AZUREKEYVAULTNAME=<vault-name AZURETOKENCREDENTIALS=prod Required only if DefaultAzureCredential is used in production Authentication typescript import { DefaultAzureCredential, ManagedIdentityCredential } from "@azure/identity"; import { KeyClient, CryptographyClient } from "@azure/keyvault-keys"; // Local dev: DefaultAzureCredential. Production: set AZURETOKENCREDENTIALS=prod or AZURETOKENCREDENTIALS=<specificcredential const credential = new DefaultAzureCredential({requiredEnvVars: ["AZURETOKENCREDENTIALS"]}); // Or use a specific credential directly in production: // See https://learn.microsoft.com/javascript/api/overview/azure/identity-readme?view=azure-node-latestcredential-classes // const credential = new ManagedIdentityCredential(); const
Explore related resources
Frequently asked questions
What is azure-keyvault-keys-ts?
azure-keyvault-keys-ts is a open-source AI agent skill with Copy skill directory. Manage cryptographic keys using Azure Key Vault Keys SDK for JavaScript (@azure/keyvault-keys). Use when creating, encrypting/decrypting, signing, or rotating keys.
Who is azure-keyvault-keys-ts best for?
azure-keyvault-keys-ts is best for reusing agent instructions, scripts, and references.
How do I install azure-keyvault-keys-ts?
Install or run azure-keyvault-keys-ts using Copy skill directory. Check azure-keyvault-keys-ts for the latest setup command.
Is azure-keyvault-keys-ts actively maintained?
azure-keyvault-keys-ts may need a closer maintenance check before production use.
Auto-fetched from GitHub.