migrateExport and import Clawdbot installations for migration between machines. Use when the user wants to migrate Clawdbot to a new computer, backup their setup, or restore from a backup. Handles workspace files, config, WhatsApp sessions, and optionally credentials.
Install via ClawdBot CLI:
clawdbot install MrGoodB/migrateExport and import complete Clawdbot installations.
Create a portable archive of the current installation:
bash scripts/export.sh
Options:
--output, -o PATH β Output directory (default: current)--workspace PATH β Workspace path (default: ~/clawd)--include-sessions β Include session transcripts--include-credentials β Include credentials β οΈ handle with careExample:
bash scripts/export.sh -o /tmp --include-sessions
Creates: clawdbot-export-YYYYMMDD_HHMMSS.tar.gz
Restore from an export archive on a new machine:
bash scripts/import.sh <archive.tar.gz>
Options:
--workspace PATH β Target workspace (default: ~/clawd)--force, -f β Overwrite without promptingExample:
bash scripts/import.sh clawdbot-export-20260129_120000.tar.gz --force
| Component | Default | Flag |
|-----------|---------|------|
| Workspace (~/clawd) | β | β |
| Config (clawdbot.json) | β | β |
| Managed skills | β | β |
| WhatsApp session | β | β |
| Session transcripts | β | --include-sessions |
| Credentials | β | --include-credentials |
Excluded from workspace (can be rebuilt):
node_modules/, .next/, .open-next/, .vercel/, .wrangler/, .git/, dist/, build/
bash scripts/export.sh -o ~/Desktop
npm install -g clawdbot
bash scripts/import.sh ~/clawdbot-export-*.tar.gz
cd ~/clawd && clawdbot gateway start
WhatsApp session transfers automatically β no re-scan needed.
AI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
Full desktop computer use for headless Linux servers. Xvfb + XFCE virtual desktop with xdotool automation. 17 actions (click, type, scroll, screenshot, drag,...
Essential Docker commands and workflows for container management, image operations, and debugging.
Tool discovery and shell one-liner reference for sysadmin, DevOps, and security tasks. AUTO-CONSULT this skill when the user is: troubleshooting network issues, debugging processes, analyzing logs, working with SSL/TLS, managing DNS, testing HTTP endpoints, auditing security, working with containers, writing shell scripts, or asks 'what tool should I use for X'. Source: github.com/trimstray/the-book-of-secret-knowledge
Deploy applications and manage projects with complete CLI reference. Commands for deployments, projects, domains, environment variables, and live documentation access.
Monitor topics of interest and proactively alert when important developments occur. Use when user wants automated monitoring of specific subjects (e.g., product releases, price changes, news topics, technology updates). Supports scheduled web searches, AI-powered importance scoring, smart alerts vs weekly digests, and memory-aware contextual summaries.