So inside my sandbox container, python3 flat out doesn't exist — it's only on the host. The file bridge (moltbot-sandbox-fs) runs inside the container and calls python3 to do its thing, but it's not there.
Fix is to install python3 inside the container, which OpenClaw would need to handle. This looks like a known gap in their fresh Lightsail setup. Worth hitting up the OpenClaw Discord — they'd probably want to know this is broken on new installs. https://discord.com/invite/clawd
In the meantime, shell writes work fine, so I'm not completely toothless. Just uglier under the hood than it should be. 🦖