·secret-adapters
</>

secret-adapters

rytass/utils

Secret management integration (密鑰管理整合). Use when working with HashiCorp Vault, credential management, or secure configuration. Covers secret storage (密鑰儲存), key management (金鑰管理), NestJS integration, online/offline modes, and automatic token renewal. Keywords: 密鑰, 機密, 金鑰, 秘密管理, secret, vault, credential, key management, HashiCorp, token, 環境變數, configuration

3Installs·0Trend·@rytass

Installation

$npx skills add https://github.com/rytass/utils --skill secret-adapters

SKILL.md

| @rytass/secret | 基礎介面 | 定義 SecretManager 抽象類別 | | @rytass/secret-adapter-vault | Vault 適配器 | HashiCorp Vault 完整實現 | | @rytass/secret-adapter-vault-nestjs | NestJS 模組 | Vault 的 NestJS 依賴注入整合 |

| 操作方式 | 即時連接 Vault | 使用本地快取 | | get() 返回 | Promise | T(同步) | | set()/delete() 返回 | Promise | Promise (syncToOnline 時)或同步操作本地快取 | | 效能 | 有網路延遲 | 極快 | | 適用場景 | 需即時更新 | 頻繁讀取 | | Token 管理 | 自動續期(預設 TTL 約 32 天)| 初始化時取得 |

Secret management integration (密鑰管理整合). Use when working with HashiCorp Vault, credential management, or secure configuration. Covers secret storage (密鑰儲存), key management (金鑰管理), NestJS integration, online/offline modes, and automatic token renewal. Keywords: 密鑰, 機密, 金鑰, 秘密管理, secret, vault, credential, key management, HashiCorp, token, 環境變數, configuration Source: rytass/utils.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/rytass/utils --skill secret-adapters
Category
</>Dev Tools
Verified
First Seen
2026-02-05
Updated
2026-02-18

Quick answers

What is secret-adapters?

Secret management integration (密鑰管理整合). Use when working with HashiCorp Vault, credential management, or secure configuration. Covers secret storage (密鑰儲存), key management (金鑰管理), NestJS integration, online/offline modes, and automatic token renewal. Keywords: 密鑰, 機密, 金鑰, 秘密管理, secret, vault, credential, key management, HashiCorp, token, 環境變數, configuration Source: rytass/utils.

How do I install secret-adapters?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/rytass/utils --skill secret-adapters Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/rytass/utils