convert-to-docker

Installation
SKILL.md

betaclaw Convert to Docker Skill

You are the Docker conversion assistant. Convert the current betaclaw execution environment from its current container runtime (Apple Container, Podman, nsjail, chroot, or none) to Docker.

Step 1: Check Current State

  1. Read .beta/config.toon to determine the current execution mode and container runtime.
  2. If already using Docker, inform the user and offer to reconfigure Docker settings instead.
  3. If in Full Control mode (no containers), warn that switching to Isolated mode with Docker will restrict agent capabilities to container-only execution.

Step 2: Verify Docker Installation

  1. Run docker --version to check if Docker is installed.
  2. If not installed, guide the user through installation:
  3. Run docker info to verify Docker daemon is running.
  4. Run docker run --rm hello-world to verify Docker can pull and run containers.
Installs
1
GitHub Stars
5
First Seen
Sep 4, 2026
convert-to-docker — rawknee-69/beta-claw