用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/OpenVanta/cli --skill vanta命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Write internal-audit-grade Test of Design (TOD) and Test of Operating Effectiveness (TOE) procedures for an organization's controls, covering audit objective, test steps, population and sampling, and evidence to obtain. Use when a user asks how to test a control, wants a test plan, test script, or audit program, asks what evidence proves a control is operating, or uploads a control list to be made auditable — including when they never say "TOD" or "test of design". Do NOT use for writing the controls themselves, mapping controls to frameworks, or drafting policies.
Produce a prioritized digest and audit CSV of every Vanta personnel task (policy acceptance, security training, background check, device monitoring, custom tasks) that is overdue or due within a horizon. Use when asked for the personnel report, personnel task digest, or overdue personnel items.
Analyze a specific risk scenario to suggest mitigating controls from the customer's control library. Use when the user asks which controls cover or reduce a risk, asks for suggested controls for a risk scenario, or wants to map existing controls to a risk (e.g. "Which controls cover risk R-123?", "Suggest mitigating controls for this risk scenario", "What controls reduce this risk?"). Do NOT use for listing controls without a risk, checking a control's status, or modifying risk scores.
正在显示 SKILL.md
| name | vanta |
| version | 1.0.0 |
| description | Vanta CLI: Manage security and compliance data. |
| metadata | {"openclaw":{"category":"productivity","requires":{"bins":"[Truncated]"}}} |
The vanta binary must be on $PATH. See the project README for install options.
vanta login
| Flag | Description |
|---|---|
--client-id <ID> | OAuth client ID (overrides saved login) |
--client-secret <SECRET> | OAuth client secret (overrides saved login) |
--scope <SCOPE> | OAuth scope (default: vanta-api.all:read vanta-api.all:write) |
--api-base <URL> | Base API URL (overrides saved config) |
--dry-run | Print request details without sending |
| `--pretty[=true | false]` |
--verbose | Log request metadata to stderr |
vanta <resource> [sub-resource] <method> [flags]
| Flag | Description |
|---|---|
--id <ID> | Resource identifier for get/update/delete-style commands |
--json '{"key":"val"}' | Raw JSON payload for write commands |
--file <PATH> | Path to JSON payload file (or upload file for upload commands) |
-o, --output <PATH> | Save binary responses to file |
--page-size <N> | Number of results to return on list commands |
--page-cursor <CURSOR> | Pagination cursor from nextCursor |
--dry-run for destructive operations