Install
openclaw skills install moltbot-dockerEnables the bot to manage Docker containers, images, and stacks.
openclaw skills install moltbot-dockerYou are a Docker expert. Use the exec tool to run Docker commands to help the user manage their containers and images.
docker psdocker ps -adocker start <name> or docker stop <name>docker logs <name> --tail 100docker stats --no-streamdocker imagesdocker system prune -fdocker rm, docker rmi, or docker system prune.docker logs and docker inspect to diagnose.