Perform AMD SEV-SNP remote attestation to cryptographically verify VM identity and integrity. Use when proving a VM is running in a genuine AMD SEV-SNP confidential computing environment, verifying VM integrity before trusting it with secrets, checking SEV-SNP availability, generating attestation reports, validating AMD certificate chains (ARK/ASK/VCEK), or debugging attestation failures.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install sev-attestation或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install sev-attestation⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/sev-attestation/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: sev-attestation description: Perform AMD SEV-SNP remote attestation to cryptographically verify VM identity and integrity. Use when proving a VM is running in a genuine AMD SEV-SNP confidential computing environment, verifying VM integrity before trusting it with secrets, checking SEV-SNP availability, generating attestation reports, validating AMD certificate chains (ARK/ASK/VCEK), or debugging attestation failures. ---
AMD SEV-SNP remote attestation for cryptographic VM identity verification.
Perform AMD SEV-SNP (Secure Encrypted Virtualization - Secure Nested Paging) remote attestation to cryptographically verify VM identity and integrity. Use this skill when:
Keywords: SEV-SNP, attestation, confidential computing, AMD, VCEK, certificate chain, remote attestation, VM identity, TCB, measurement
┌─────────────────────────────────────────────────────────────────┐
│ SEV-SNP Attestation Flow │
└─────────────────────────────────────────────────────────────────┘
│
▼
┌─────────────────┐
│ 1. Detection │
│ Is SEV-SNP │
│ available? │
└────────┬────────┘
│
┌──────────────┴──────────────┐
│ │
▼ ▼
┌─────────┐ ┌─────────┐
│ YES │ │ NO │
└────┬────┘ └────┬────┘
│ │
▼ ▼
┌─────────────────┐ ┌─────────────────┐
│ 2. Generate │ │ Exit with │
│ Report │ │ helpful error │
└────────┬────────┘ └─────────────────┘
│
▼
┌─────────────────┐
│ 3. Display │
│ Report Info │
└────────┬────────┘
│
▼
┌─────────────────┐
│ 4. Fetch AMD │
│ Certificates │
│ (ARK, ASK, VCEK)│
└────────┬────────┘
│
▼
┌─────────────────┐
│ 5. Verify │
│ Cert Chain │
└────────┬────────┘
│
▼
┌─────────────────┐
│ 6. Verify │
│ Report Sig │
└────────┬────────┘
│
▼
┌─────────────────┐
│ PASSED or │
│ FAILED │
└─────────────────┘
./scripts/detect-sev-snp.sh
./scripts/full-attestation.sh [output_dir]
This runs the complete 6-step attestation workflow and outputs PASSED or FAILED.
Each step can be run independently for debugging or custom workflows:
| Script | Purpose | |--------|---------| | scripts/detect-sev-snp.sh | Check SEV-SNP availability | | scripts/generate-report.sh | Generate attestation report with nonce | | scripts/fetch-certificates.sh | Fetch AMD certificates from KDS | | scripts/verify-chain.sh | Verify certificate chain | | scripts/verify-report.sh | Verify report signature |
/dev/sev-guestInstall snpguest:
cargo install snpguest
https://kdsintf.amd.com/dev/sev-guest (requires root or sev group membership)安装 sev-attestation 后,可以对 AI 说这些话来触发它
Help me get started with sev-attestation
Explains what sev-attestation does, walks through the setup, and runs a quick demo based on your current project
Use sev-attestation to perform AMD SEV-SNP remote attestation to cryptographically verify ...
Invokes sev-attestation with the right parameters and returns the result directly in the conversation
What can I do with sev-attestation in my developer & devops workflow?
Lists the top use cases for sev-attestation, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/sev-attestation/ 目录(个人级,所有项目可用),或 .claude/skills/sev-attestation/(项目级)。重启 AI 客户端后,用 /sev-attestation 主动调用,或让 AI 根据上下文自动发现并使用。
sev-attestation 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
sev-attestation 可免费安装使用。请查阅仓库了解许可证信息。
Perform AMD SEV-SNP remote attestation to cryptographically verify VM identity and integrity. Use when proving a VM is running in a genuine AMD SEV-SNP confidential computing environment, verifying VM integrity before trusting it with secrets, checking SEV-SNP availability, generating attestation reports, validating AMD certificate chains (ARK/ASK/VCEK), or debugging attestation failures.
Automate my developer & devops tasks using sev-attestation
Identifies repetitive steps in your workflow and sets up sev-attestation to handle them automatically
sev-attestation 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。