在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用vault
星标16
分支11
更新时间2026年6月16日 23:26
Read secrets and policies from HashiCorp Vault
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Read secrets and policies from HashiCorp Vault
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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.