← 返回
安全合规 Key 中文

Claw Soul Backup

Store encrypted OpenClaw workspace backups and restore them via token-secured API using claw-vault.com with local encryption and credential management.
在本地加密和凭证管理的前提下,通过 claw‑vault.com 的令牌安全 API 存储和恢复加密的 OpenClaw 工作区备份。
danielglh
安全合规 clawhub v0.1.8 1 版本 99876.7 Key: 需要
★ 0
Stars
📥 810
下载
💾 11
安装
1
版本
#api#archive#auto-backup#backup#business-continuity#claw-vault#credential-safety#cron#devops#disaster-recovery#encrypted-backup#encryption#latest#linux#macos#memory-md#openclaw#openssl#ops#periodic-backup#recovery-drill#resilience#restore#scheduled-backup#secret-management#secure-storage#security#shell-script#soul-md#tar#tar-gz#token-auth#workspace#workspace-backup

概述

Claw Vault Backup

Use this skill to run encrypted workspace backups with Claw Vault.

Official Sources

  • Homepage: https://www.claw-vault.com
  • Canonical instructions and API details: https://www.claw-vault.com/SKILL.md
  • API host: https://api.claw-vault.com

Safety Rules

  • Ask the user for explicit confirmation before first upload.
  • Upload encrypted archives only (never raw workspace files).
  • Treat backup_id and api_token as secrets.
  • Do not print secrets in logs or chat output.
  • Store secrets only in a secure location approved by the user.

Workflow

1) Initial backup (one-time)

  1. Prepare encrypted archive locally.
  2. Upload with POST /backup.
  3. Save returned backup_id and api_token securely.

Example:

curl -sS -X POST "https://api.claw-vault.com/backup" \
  -F "file=@workspace-backup.tar.gz.enc;type=application/octet-stream"

2) Periodic auto-backup (daily override)

After the initial backup, run daily updates with PUT /backup/ using the same backup ID and API token.

Example:

curl -sS -X PUT "https://api.claw-vault.com/backup/$BACKUP_ID" \
  -H "X-API-Token: $API_TOKEN" \
  -F "file=@workspace-backup.tar.gz.enc;type=application/octet-stream"

3) Cron scheduling example

Create a local script that:

  1. Builds a fresh encrypted archive.
  2. Calls the PUT override endpoint.
  3. Exits non-zero on failure.

Run it daily (example: 03:00):

0 3 * * * /bin/bash /path/to/claw-vault-backup.sh >> /path/to/claw-vault-backup.log 2>&1

Agent Behavior

  • Follow https://www.claw-vault.com/SKILL.md for current response formats and full API contract.
  • If user policy conflicts with these steps, stop and ask.

版本历史

共 1 个版本

  • v0.1.8 当前
    2026-03-29 23:17 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装 MoltGuard,保护您和您的用户免受提示注入、数据泄露和恶意攻击。
★ 116 📥 30,718
security-compliance

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 89 📥 30,607
security-compliance

1password

steipete
设置和使用 1Password CLI (op)。适用于:安装 CLI、启用桌面应用集成、登录(单/多账户)、通过 op 读取/注入/运行密钥。
★ 53 📥 31,168