Add fleet setup: Mac OpenClaw deployment scripts and workspace templates
- mac-setup.sh: Install script for OpenClaw on MacBook Air - mac-workspace/: BOOTSTRAP.md, SOUL.md, USER.md templates - DISCORD_BOT_SETUP.md: Guide for creating Discord bots per machine - README.md: Fleet overview and deployment instructions Part of multi-machine OpenClaw network (OC-5070, OC-Mac, OC-Beast)
This commit is contained in:
37
fleet/README.md
Normal file
37
fleet/README.md
Normal file
@@ -0,0 +1,37 @@
|
||||
# Fleet - Multi-Machine OpenClaw Deployment
|
||||
|
||||
Setup scripts and workspace templates for deploying OpenClaw across machines.
|
||||
|
||||
## Machines
|
||||
|
||||
| Machine | Bot | Script | Status |
|
||||
|---------|-----|--------|--------|
|
||||
| acg-guru-5070 (CachyOS) | OC-5070 | — (already running) | Active |
|
||||
| MacBook Air M4 | OC-Mac | `mac-setup.sh` | Pending |
|
||||
| Home Desktop (Win11) | OC-Beast | TBD | Pending |
|
||||
|
||||
## Mac Setup
|
||||
|
||||
```bash
|
||||
# On the Mac:
|
||||
bash mac-setup.sh # Installs OpenClaw + deps
|
||||
openclaw onboard # Interactive — set up Anthropic
|
||||
bash /tmp/oc-mac-post-onboard.sh # Post-onboard config
|
||||
```
|
||||
|
||||
Then copy `mac-workspace/*` files into the Mac's OpenClaw workspace directory.
|
||||
|
||||
## Workspace Templates
|
||||
|
||||
`mac-workspace/` contains:
|
||||
- `BOOTSTRAP.md` — first-run identity setup
|
||||
- `SOUL.md` — shared personality
|
||||
- `USER.md` — Mike's info
|
||||
|
||||
The bot will read BOOTSTRAP.md on first wake, set itself up, then delete it.
|
||||
|
||||
## Communication
|
||||
|
||||
- **Discord:** Arizona Computer Guru server — each bot gets its own Discord bot token
|
||||
- **Tailscale:** Direct machine-to-machine for heavy payloads
|
||||
- **OpenClaw sessions:** Inter-session messaging for coordination
|
||||
Reference in New Issue
Block a user