agentkernel
Run coding agents in secure hardware-isolated microVM sandboxes
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install agentkernel?โผ
Run `npx skills add thrashr888/agentkernel --all -g -y` in your terminal to install all skills in this suite globally.
How to run untrusted code safely?โผ
Use `agentkernel run <command>` to execute any command inside an isolated microVM sandbox with its own Linux kernel, so nothing can affect your host system.
How is agentkernel different from Docker containers?โผ
Each sandbox runs in its own virtual machine with a dedicated kernel via KVM and Firecracker, instead of sharing the host kernel like Docker, giving much stronger isolation.
Does agentkernel work with Claude Code and other coding agents?โผ
Yes. It supports Claude Code, Gemini CLI, Codex, and OpenCode through plugins, an MCP server, and per-agent compatibility modes with tuned network and permission rules.
Can I control sandbox network and file access?โผ
Yes. Choose from permissive, moderate, or restrictive security profiles, or use flags like --no-network to block network access and keep the filesystem read-only.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core