backup-create
Installation
SKILL.md
Create Backup
Create an encrypted snapshot of an AI agent workspace.
When to use
- The user asks to back up, snapshot, archive, or save agent state
- A scheduled job needs to create a new snapshot
- Before risky operations like migrations or restores
How
- POST a multipart upload to
/api/snapshots/uploadwithAuthorization: Bearer <api-key>. - Required fields:
agentName,platform(openclaw | hermes | claude-code | codex). - Optional:
description. - The response includes a snapshot
idand S3 location.
See llms-full.txt for the full schema.