ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified file management Safety 5/5

quarkpan-backup-suite

Build and operate a QuarkPan-based backup + restore workflow for OpenClaw workspaces, including QR login, account UID binding guard, cloud upload, dry-run restore, and Lighthouse snapshot policy (manual create only, weekly prompt). Use when users ask to set up/secure Quark backup automation, recovery runbooks, or share this backup capability with other OpenClaw users.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/aliyunbot/quarkpan-backup-suite
Or

What This Skill Does

The QuarkPan Backup Suite is a specialized workflow management tool for OpenClaw that automates the lifecycle of workspace data protection. It bridges the gap between local OpenClaw environments and QuarkPan cloud storage by providing a structured, secure, and reproducible backup mechanism. Unlike generic cloud sync tools, this suite enforces strict account UID binding, ensuring that sensitive workspace data is never orphaned or synced to unauthorized accounts due to configuration drift. It is designed for engineers who require reliable disaster recovery and the ability to share standardized backup configurations across team workspaces.

Installation

To integrate this suite into your OpenClaw workspace, use the command: clawhub install openclaw/skills/skills/aliyunbot/quarkpan-backup-suite. Once installed, run scripts/check_env.sh to ensure your environment dependencies and credentials are correctly configured before performing your first backup.

Use Cases

  • Workspace Portability: Easily transfer entire workspace states to a new machine without manual file migration.
  • Risk Mitigation: Create dry-run restore tests to verify that your backup data remains valid and retrievable without overwriting active production workspaces.
  • Collaborative Backup Policies: Share standardized backup configurations via the package_skill.py tool to ensure team-wide compliance with internal data retention standards.
  • Manual Snapshot Management: Manage Lighthouse snapshots using the suite's manual-only policy, preventing accidental data loss caused by runaway cron-based snapshot rotation.

Example Prompts

  1. "I need to back up my current OpenClaw workspace to QuarkPan; please verify my account binding and start the upload process."
  2. "Can you guide me through a dry-run restore from my last backup to verify my configuration is still valid?"
  3. "Help me package my current backup configuration so I can share it with my team on our secondary server."

Tips & Limitations

  • Safety First: The suite prohibits auto-applying destructive restores. You must explicitly confirm every rollback and snapshot creation event.
  • Policy Enforcement: Use the references/security-policy.md to customize rotation and encryption settings. Do not bypass the account guard; it is the primary defense against data leakage.
  • Error Handling: Cloud upload failures are treated as non-fatal to ensure local local backup processes remain undisturbed and you do not lose local progress while waiting for network availability.

Metadata

Author@aliyunbot
Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-aliyunbot-quarkpan-backup-suite": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#backup#security#recovery#quarkpan#workspace
Safety Score: 5/5

Flags: file-read, file-write, network-access, code-execution