Securely store and manage secrets like passwords, API keys, and connection strings.
| name | Secret name | | value | Secret value (string) | | id | Full identifier URL | | contentType | MIME type hint | | enabled | Whether secret can be retrieved | | notBefore | Activation time | | expiresOn | Expiration time | | createdOn | Creation timestamp | | updatedOn | Last update timestamp | | recoveryLevel | Soft-delete recovery level |
Azure Key Vault Secrets Java SDK per la gestione dei segreti. Da utilizzare durante l'archiviazione, il recupero o la gestione di password, chiavi API, stringhe di connessione o altri dati di configurazione sensibili. Fonte: microsoft/agent-skills.
Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/microsoft/agent-skills --skill azure-security-keyvault-secrets-java Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw