$npx -y skills add jsturtevant/copilot-codeact-plugin --skill codeact-install-hyperlightSwitch codeact to the Hyperlight backend (micro-VM sandbox via WebAssembly, stronger isolation). Use when user wants to switch to hyperlight, needs full Python support, or stronger sandbox isolation.
| 1 | # codeact-install-hyperlight |
| 2 | |
| 3 | Switch codeact to the **Hyperlight** backend (micro-VM sandbox). |
| 4 | |
| 5 | ```bash |
| 6 | bash "$SKILL_DIR/run.sh" |
| 7 | ``` |
| 8 | |
| 9 | Runs preflight for hyperlight (requires KVM/mshv/Hyper-V), rediscovers tools, |
| 10 | and rewrites the instructions and agent files with backend pinned to `hyperlight`. |
| 11 | |
| 12 | **Note:** Hyperlight is not supported on macOS. Use monty on macOS. |