Agent Skills for Slicer — instant Linux microVMs powered by Firecracker.
Teach your AI coding agent how to launch, manage, and work with Slicer microVMs for sandboxed builds, E2E tests, Docker workflows, CI, and isolated dev environments.
skills/use-slicer
Comprehensive skill covering the full Slicer workflow — connecting to daemons (macOS, Linux, hosted box), creating VMs, running commands, copying files, port forwarding, agent sandboxes, and more.
Works from macOS (via slicer-mac) and Linux hosts.
skills/use-k3sup
Single-node and HA K3s provisioning with k3sup / k3sup-pro, using either:
- local in-VM install (
k3sup install --local) - remote install from your machine (
--host/--user, typicallyubuntu) - Slicer VM flows and SSH setup for API-launched guests
npx skills add slicervm/agent-skillsThis installs the skill into whichever AI coding agents you have (Claude Code, Amp, Cursor, Codex, Gemini CLI, etc.).
/plugin marketplace add slicervm/agent-skills
/plugin install use-slicer@slicerClone and copy the skill into your agent's skills directory:
git clone https://github.com/slicervm/agent-skills.git
cp -r agent-skills/skills/use-slicer .claude/skills/ # Claude Code
cp -r agent-skills/skills/use-slicer .agents/skills/ # Amp / Codex
cp -r agent-skills/skills/use-slicer .cursor/skills/ # CursorLaunch a Slicer VM and run my test suite inside it
Forward Docker from my Slicer VM so I can build containers locally
Set up a k3s cluster in a Slicer VM
Copy my project into a VM, build it, and bring back the binary
Slicer turns a Linux host into a private microVM cloud. VMs boot in 1–3 seconds with full systemd, internet access, and SSH. It targets:
- Sandboxed code execution and CI runners
- Preview environments and AI agent sandboxes
- Docker/container workflows with port forwarding
- Kubernetes (k3s) clusters for testing
- GPU/PCI passthrough workloads
Website: slicervm.com Docs: docs.slicervm.com Go SDK: github.com/slicervm/sdk
MIT — see LICENSE.