← スキル一覧に戻る

vault-secrets
by oimiragieo
⭐ 1🍴 0📅 2026年1月21日
SKILL.md
name: vault-secrets description: HashiCorp Vault secrets management version: 1.0.0 allowed-tools: [Bash, Read]
Vault Secrets Skill
Overview
HashiCorp Vault secrets management with critical safety controls. 90%+ context savings via progressive disclosure.
Requirements
- Vault CLI installed
- VAULT_ADDR environment variable
- VAULT_TOKEN or authentication method configured
Tools (Progressive Disclosure)
Secret Operations
| Tool | Description | Confirmation |
|---|---|---|
| kv-get | Read secret | Yes |
| kv-put | Write secret | REQUIRED |
| kv-delete | Delete secret | REQUIRED |
| kv-list | List secrets at path | No |
Authentication
| Tool | Description |
|---|---|
| token-lookup | Look up current token |
| auth-list | List auth methods |
| login | Authenticate to Vault |
Policies
| Tool | Description |
|---|---|
| policy-list | List policies |
| policy-read | Read policy |
PKI
| Tool | Description | Confirmation |
|---|---|---|
| pki-issue | Issue certificate | Yes |
| pki-revoke | Revoke certificate | REQUIRED |
BLOCKED Operations
| Tool | Status |
|---|---|
| operator seal | BLOCKED |
| operator step-down | BLOCKED |
| secrets disable | BLOCKED |
Security
⚠️ NEVER log or display secret values ⚠️ All write/delete operations require confirmation ⚠️ Operator commands are BLOCKED
Agent Integration
- security-architect (primary): Secrets management, policy design
- devops (primary): Secret rotation, deployment credentials
- developer (secondary): Application secrets access
Troubleshooting
| Issue | Solution |
|---|---|
| Permission denied | Check Vault token and policies |
| Connection refused | Verify VAULT_ADDR is correct |
| Token expired | Re-authenticate with vault login |
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です