-
Deploying a Sandboxed Family Agent with Cross-Compiled Go Skills in Clawdbot
Jan 19, 2026
I wanted to set up a “Family Agent” in Clawdbot so my family could interact with tools like stock analysis and summarization via WhatsApp. However, I needed to ensure this agent was completely isolated from my personal credentials and host system. Here is how I configured a sandboxed environment and deployed cross-compiled Go skills to solve this. …more
-
Cross Compiling on macOS via Docker
Dec 23, 2020
I needed to compile an arm64 binary to run on the UniFi Dream Machine Pro. This is how I used docker to setup cross compilation tools and compile the binary on macOS. …more
