Read secrets and policies from HashiCorp Vault
Scanned 9/12/2026
Install to Claude Code
npx -y skills add fisker086/AIOps --skill vault --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Vault?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fisker086-vault)More formats (shields.io, HTML) on the badges page.
---
name: vault
description: Read secrets and policies from HashiCorp Vault
activation_keywords: [vault, secret, hashicorp, kv, token, policy]
execution_mode: server
---
# Vault Skill
Provides read-only HashiCorp Vault operations via HTTP API:
- List KV secrets engines and paths
- Read secrets at a given path
- List auth methods
- List and read policies
- Check Vault status/seal state
Use `builtin_vault` tool with fields:
- `operation`: one of "status", "list_secrets", "read_secret", "list_auth", "list_policies", "read_policy"
- `path`: secret path (required for list_secrets/read_secret)
- `vault_url`: Vault server URL (default: http://127.0.0.1:8200)
- `token`: Vault token (from VAULT_TOKEN env var if not provided)
- `engine`: KV secrets engine name (default: "secret")
Note: All operations are read-only.
The token is used only for this request and never logged.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!