@principle2026/vault 1.1.4 → 1.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/SKILL.md +12 -6
  2. package/package.json +1 -1
package/SKILL.md CHANGED
@@ -1,12 +1,18 @@
1
1
  ---
2
2
  name: vault
3
3
  description: |
4
- AI-powered secret management. Automatically save and retrieve API keys, passwords, and other sensitive information.
5
-
6
- When users say "remember", "save", or "store", AI will automatically save secrets.
7
- When users say "my key", "that password", AI will automatically retrieve secrets.
8
-
9
- After initialization, AI will securely manage your sensitive information in the background.
4
+ **CRITICAL**: When user wants to save passwords, API keys, tokens, or ANY sensitive credentials — ALWAYS use Vault skill. NEVER use corivo-save or other memory methods for sensitive data.
5
+
6
+ **Triggers for Vault (HIGH PRIORITY):**
7
+ - User says "密码是...", "记住密码", "保存密码", "password is..."
8
+ - User says "API key", "token", "密钥", "令牌"
9
+ - User says "sk-xxx", "ghp_xxx" (credential patterns)
10
+ - User says "保存到 vault", "vault 保存"
11
+
12
+ **What to do:**
13
+ 1. First time: Ask user "你的 Vault 密码是什么?"
14
+ 2. Use: VAULT_PASSPHRASE="<password>" vault set <key> "<value>"
15
+ 3. Confirm with: ✅ 已保存: <key>
10
16
  ---
11
17
 
12
18
  # Vault — AI Secret Management
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@principle2026/vault",
3
- "version": "1.1.4",
3
+ "version": "1.1.6",
4
4
  "description": "Vault - AI-powered secret management for Claude Code",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",