One-Command Docker Setup for OpenClaw with Full-Disk Encryption and Monitoring

A community-developed Docker setup for OpenClaw that simplifies self-hosting with security and monitoring features built in. The project aims to make deployment secure from the disk up while maintaining simplicity.
Key Features
This setup adds several enhancements to vanilla OpenClaw:
- VPS disk encryption guides for LUKS+Btrfs and ZFS configurations
- Debian Trixie base system for stability with full toolchain
- Tini as PID 1 for proper signal forwarding and no zombie processes
- Data stored as plain files on the host at ~/.openclaw instead of opaque Docker volumes
- Built-in monitoring tools: btop, nload, and iftop pre-installed in the container
Deployment Process
The setup process is designed to be minimal:
git clone https://github.com/congzhangzh/your_openclaw.git && cd your_openclaw
./shell
Once inside the shell, run openclaw onboard to complete setup. The gateway runs continuously in the background after detaching with Ctrl+P, Ctrl+Q.
Project Details
The project is MIT-licensed and hosted on GitHub. The creator is seeking community feedback on several points:
- Which communication channels users prefer (Telegram, Discord, etc.)
- Additional features desired for the Docker setup
- Current approaches to VPS disk security
📖 Read the full source: r/openclaw
👀 See Also

Kstack: Skill Pack for Claude Code to Monitor and Troubleshoot Kubernetes
Kstack is an open-source skill pack that adds slash commands like /investigate, /audit-security, and /cluster-status to Claude Code (and other AI agents) for monitoring and troubleshooting K8s clusters. It uses kubectl, Kubetail, Trivy, and Pluto behind the scenes.

Wolfram Tech Now Available as Foundation Tool for LLM Systems
Stephen Wolfram announces Wolfram Language is now available as a foundation tool for LLM systems, providing deep computation and precise knowledge to supplement LLM capabilities. The announcement follows three years of development since the initial Wolfram plugin for ChatGPT was released in March 2023.

Benchmark Results: 15 LLMs Tested on 38 Real Workflow Tasks
A developer benchmarked 15 cloud and local LLMs on 38 tasks from their actual workflow, including CSV transforms, letter counting, modular arithmetic, and format compliance. Claude 3.5 Sonnet and Opus both scored 100%, but Sonnet costs 3.5x less per call.

Open Source Chrome Extension Development Skills Package Released
Developer quangpl has packaged four years of Chrome extension development experience into eight AI agent skills covering scaffolding with WXT, manifest generation, security auditing, testing, asset generation, publishing, and MV2 to MV3 migration.