nemoclaw-user-workspace

Back up and restore OpenClaw workspace files with snapshots or scripts.

22.1k|3.0k|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/NVIDIA/NemoClaw --skill nemoclaw-user-workspace
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nemoclaw-user-workspace
Source: https://github.com/NVIDIA/NemoClaw/tree/main/.agents/skills/nemoclaw-user-workspace
Command: npx skills add https://github.com/NVIDIA/NemoClaw --skill nemoclaw-user-workspace

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Prevents permanent loss of OpenClaw agent persona, user context, and memory by providing clear, repeatable backup and restore workflows before destructive sandbox operations.

Core Features & Use Cases

  • Snapshot backups: Use NemoClaw snapshot commands to capture complete workspace state for later restoration.
  • Manual backup/restore: Download and upload individual workspace files or the memory directory using openshell sandbox download and upload.
  • Automated script: A helper script simplifies creating and restoring backups for routine maintenance, version upgrades, or pre-destroy safety checks.

Quick Start

Create a snapshot of my-assistant's workspace and save it to my host backups so I can restore it after a sandbox destroy or upgrade.

Frequently Asked Questions about nemoclaw-user-workspace

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I backup OpenClaw workspace files before destroying a sandbox?

Backup OpenClaw workspace files using NemoClaw snapshot commands or manual openshell download to preserve agent persona and memory. Snapshots save to ~/.nemoclaw/rebuild-backups/<name>, ensuring you can restore the complete state after sandbox destruction or upgrades.

What is the best way to preserve OpenClaw agent memory during an upgrade?

Preserve OpenClaw agent memory by creating a NemoClaw snapshot or running the backup-workspace.sh helper script before upgrading. This captures your workspace configuration and memory directory, allowing seamless restoration to the new sandbox environment without permanent data loss.

Can I manually download and upload individual files from an OpenClaw sandbox?

Yes, you can manually download and upload individual workspace files or the memory directory using openshell sandbox commands. This provides granular control over backup and restore procedures when you only need specific configuration files rather than a full workspace snapshot.

Does NemoClaw support automated workspace backup and restore scripts?

NemoClaw supports automated workspace backup and restore through an optional backup-workspace.sh script. This helper script simplifies routine maintenance, pre-destroy safety checks, and version upgrades by automating the snapshot creation and restoration process for OpenClaw sandboxes.

When do I need to snapshot an OpenClaw persistent volume?

Snapshot an OpenClaw persistent volume before destructive operations like sandbox destroy or version upgrades to prevent permanent loss of agent persona and user context. Capturing the complete workspace state ensures you can restore memory and configuration if recovery becomes necessary.

Why does my OpenClaw agent lose its persona after a sandbox rebuild?

OpenClaw agents lose their persona after sandbox rebuilds because workspace files containing memory and configuration are destroyed. Prevent this by creating NemoClaw snapshots or manual backups stored under ~/.nemoclaw/rebuild-backups/ before executing any destructive sandbox operations.