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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aliyunbot/quarkpan-backup-suiteWhat 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.pytool 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
- "I need to back up my current OpenClaw workspace to QuarkPan; please verify my account binding and start the upload process."
- "Can you guide me through a dry-run restore from my last backup to verify my configuration is still valid?"
- "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.mdto 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aliyunbot-quarkpan-backup-suite": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, network-access, code-execution