Skip to content

scrtlabs/secretvm-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

SecretVM Skill

An agent skill for creating and managing confidential Virtual Machines on secretai.scrtlabs.com using secretvm-cli.

What It Does

This skill gives AI coding agents (Claude Code, Cursor, Windsurf, etc.) the knowledge to:

  • Create confidential VMs with AMD SEV-SNP or Intel TDX hardware isolation
  • Manage the full VM lifecycle: start, stop, monitor, edit, remove
  • Deploy workloads via Docker Compose templates or custom configurations
  • Verify CPU/GPU attestation and TLS binding using the secretvm-verify SDK
  • Register VMs with EIP-8004 on-chain attestation

Install

npx skills add scrtlabs/secretvm-skill

Prerequisites

Usage

Once installed, ask your AI agent things like:

  • "Create a small SecretVM using the ollama template"
  • "List my running VMs"
  • "Verify the attestation for my-vm.vm.scrtlabs.com"
  • "Deploy this docker-compose.yaml to a confidential VM"
  • "Show me the logs for VM 42"

The agent will use secretvm-cli commands with your API key to manage VMs on your behalf.

Supported VM Sizes

Size Use Case
small Light workloads, testing
medium Standard workloads
large Heavy compute

Links

License

MIT

About

AI agent skill for creating and managing confidential SecretVMs using secretvm-cli

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors