Skip to main content
Syncs workspace files, skills, and configuration to running agents over SSH (or into local Docker containers).

Usage

clawup push [options]

Options

OptionDescription
--skillsSync skills to remote workspace
--workspaceSync workspace files from identity
--memory-resetRemove remote memory/ dir and MEMORY.md
--openclawUpgrade OpenClaw to latest + restart gateway
--config-pushCopy local openclaw.json to remote + restart gateway
-a, --agent <name>Target a single agent (name, role, or alias)
--localPush to local Docker containers

Examples

# Push everything to all agents
clawup push --workspace --skills

# Push skills to a specific agent
clawup push --skills -a titus

# Reset memory for all agents
clawup push --memory-reset

# Upgrade OpenClaw on all agents
clawup push --openclaw

# Push to local Docker containers
clawup push --workspace --local