Claude Skill
joshavant/clawbox
Clawbox offers pre-configured macOS VM images with OpenClaw support, simplifying CI/CD, testing, and automation for macOS developers. Open-source and Python-based.
Overview
Repository
Install this Skill
git clone https://github.com/joshavant/clawbox.gitRegistry
Summary
Clawbox provides ready-to-use macOS virtual machine images pre-configured for OpenClaw, enabling developers to quickly spin up macOS environments for testing and automation without manual setup.
支持OpenClaw的macOS虚拟机
Key features
- Pre-built macOS VM images with OpenClaw support
- Streamlined setup for CI/CD and testing workflows
- Python-based tooling for VM management
- Open-source and community-driven
- Compatible with macOS development and automation
Use cases
- Running macOS CI/CD pipelines
- Testing macOS applications in isolated environments
- Automating macOS software builds and deployments
- Setting up reproducible macOS development environments
- Experimenting with OpenClaw on macOS
README excerpt
<div align="center"> <img src="assets/logo.png" alt="Clawbox Logo" width="250" height="250" /> <h1>Clawbox</h1> <h3>OpenClaw-ready macOS VMs</h3> <p>Simple for standard users, powerful for OpenClaw developers.</p> </div> <p align="center"> <a href="https://github.com/joshavant/clawbox/actions/workflows/ci.yml"><img src="https://github.com/joshavant/clawbox/workflows/CI/badge.svg?branch=refs/heads/main" alt="CI" /></a> <a href="https://github.com/joshavant/clawbox/blob/main/LICENSE"><img src="https://img.shields.io/github/license/joshavant/clawbox" alt="License" /></a> <a href="https://github.com/joshavant/clawbox"><img src="https://img.shields.io/github/stars/joshavant/clawbox" alt="GitHub stars" /></a> </p> --- ## Quick Start ```bash brew install joshavant/tap/clawbox clawbox image build && clawbox up ``` > ⚠️: `clawbox image build` is a one-time step that downloads a large macOS base image: this can take several minutes! Login with password `clawbox` then onboard your OpenClaw with: ```bash openclaw onboard --install-daemon ``` **That’s it! Enjoy your new crustacean. 🦞** --- ## What is Clawbox? Clawbox is a tool for deploying OpenClaw-ready macOS VMs. Each OpenClaw instance runs in its own VM, while OpenClaw itself stays unchanged. And, while you’re at it, you can easily provision your VM with things like Tailscale, Playwright, and more! ## Who Clawbox Is For - **Standard users:** want one simple command to set up OpenClaw in its own VM. - **Developer users:** want to run multiple, concurrent VMs using host-synced source/payload folders. ## Standard Mode (Default) `standard` mode installs the latest official OpenClaw release in the VM. Prerequisite (one-time requirement): ```bash clawbox image build ``` > **Note:** This is a large down
Topics
No topics yet.