ソース情報
- リポジトリ
- OpenVanta/cli
- ソースの最終更新活動
- 2026年3月6日 20:19
- 検出された SKILL.md の言語
- 英語
- スター
- 5
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/OpenVanta/cli --skill vantaコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
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.
| 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