Claude Skill
joshavant/clawbox
Clawbox 提供预配置了 OpenClaw 的 macOS 虚拟机镜像,简化 macOS 开发者的 CI/CD、测试和自动化流程。开源且基于 Python。
概览
仓库信息
安装这个 Skill
git clone https://github.com/joshavant/clawbox.gitRegistry 信息
项目简介
Clawbox 提供预配置了 OpenClaw 的即用型 macOS 虚拟机镜像,帮助开发者快速启动 macOS 环境进行测试和自动化,无需手动配置。
OpenClaw-ready macOS VMs
要点
- 预构建的 macOS 虚拟机镜像,支持 OpenClaw
- 为 CI/CD 和测试工作流简化配置
- 基于 Python 的虚拟机管理工具
- 开源且由社区驱动
- 兼容 macOS 开发和自动化场景
使用场景
- 运行 macOS CI/CD 流水线
- 在隔离环境中测试 macOS 应用程序
- 自动化 macOS 软件构建与部署
- 搭建可复现的 macOS 开发环境
- 在 macOS 上体验 OpenClaw
README 摘要
<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
话题
暂无话题