with one click
vault
Read secrets and policies from HashiCorp Vault
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Read secrets and policies from HashiCorp Vault
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Run Ansible ad-hoc commands and playbook operations
Headless browser automation via agent-browser (Playwright/Chromium) - navigate, snapshot, click, type, screenshot, eval, console
Query Datadog monitors, dashboards, and metrics
Query GitLab projects, merge requests, and CI pipelines
Query Harbor container image registry projects and artifacts
Manage Helm charts and releases on Kubernetes
| name | vault |
| description | Read secrets and policies from HashiCorp Vault |
| activation_keywords | ["vault","secret","hashicorp","kv","token","policy"] |
| execution_mode | server |
Provides read-only HashiCorp Vault operations via HTTP API:
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.