claude-home/productivity/openclaw
Cal Corum 425bb1abd8 Update OpenClaw documentation with deployment details
Update CONTEXT with npm installation model, Homebrew wrapper setup,
systemd service config, and MiniMax integration. Expand troubleshooting
with gateway, Docker, and Homebrew error scenarios.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 22:21:05 -06:00
..
CONTEXT.md Update OpenClaw documentation with deployment details 2026-02-07 22:21:05 -06:00
DEPLOYMENT_STATUS.md CLAUDE: Add OpenClaw personal AI assistant deployment 2026-02-02 08:02:58 -06:00
README.md Update OpenClaw documentation with deployment details 2026-02-07 22:21:05 -06:00
troubleshooting.md Update OpenClaw documentation with deployment details 2026-02-07 22:21:05 -06:00

OpenClaw Personal AI Assistant

Personal AI assistant running on LXC 224 with MiniMax M2.1 integration and Discord connectivity.

Quick Access

  • Gateway Web UI: http://10.10.0.224:18789
  • LXC IP: 10.10.0.224
  • SSH (root): ssh root@10.10.0.224
  • SSH (openclaw): ssh openclaw@10.10.0.224 (password: openclaw)
  • Config Location: /opt/openclaw/

System Users

  • root: System administration, Docker operations
  • openclaw: Homebrew package management, skill dependencies (UID 1000)

Quick Commands

# Start/stop/restart
ssh root@10.10.0.224 'cd /opt/openclaw && docker compose up -d'
ssh root@10.10.0.224 'cd /opt/openclaw && docker compose down'
ssh root@10.10.0.224 'cd /opt/openclaw && docker compose restart'

# View logs
ssh root@10.10.0.224 'cd /opt/openclaw && docker compose logs -f'

# Approve Discord pairing
ssh root@10.10.0.224 'cd /opt/openclaw && docker compose exec openclaw-gateway openclaw pairing approve discord <code>'

# Health check
ssh root@10.10.0.224 'cd /opt/openclaw && docker compose exec openclaw-gateway openclaw doctor'

# Install skill dependencies via Homebrew
ssh root@10.10.0.224 "brew-as-openclaw install jq ffmpeg imagemagick"

# Install skills (as openclaw user)
ssh openclaw@10.10.0.224 'cd /opt/openclaw/workspace && clawhub install <skill-name>'

Current Configuration

  • AI Provider: MiniMax M2.1
  • Chat Platform: Discord (DM pairing enabled)
  • Resources: 2 cores, 4GB RAM, 32GB disk
  • Security: Pairing code required for new DM conversations

Documentation

Setup Checklist

  • LXC 224 created with proper resources
  • Docker Compose stack deployed
  • MiniMax API key configured
  • Discord bot created and invited
  • Discord intents enabled (Message Content + Server Members)
  • DM pairing completed
  • Infrastructure inventory updated
  • Documentation created

Resource Monitoring

# Check LXC resource usage (from Proxmox host)
ssh root@10.10.0.11 "pct exec 224 -- docker stats --no-stream"

# Check disk usage
ssh root@10.10.0.224 "df -h /opt/openclaw && du -sh /opt/openclaw/workspace"

Maintenance

  • Updates: Auto-updates on restart (:latest tag)
  • Backups: Configuration in version control, workspace in /opt/openclaw/workspace
  • Monitoring: Health check at http://10.10.0.224:18789/health