← Back to Skills Marketplace
266
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install quarkpan-backup-suite
Description
Build and operate a QuarkPan-based backup + restore workflow for OpenClaw workspaces, including QR login, account UID binding guard, cloud upload, dry-run re...
Usage Guidance
This package looks like a documentation/template for a QuarkPan backup workflow rather than a self-contained runnable skill. Before installing or running any commands: (1) ask the publisher for the source repository or the missing scripts (scripts/backup/*). Do not run snapshot-apply/rollback or any commands that confirm destructive operations until you have inspected those scripts. (2) Inspect the missing backup scripts for network endpoints, hardcoded IDs, or secret exfiltration. (3) Run scripts/check_env.sh locally first to see what binaries it expects, and verify cloud CLIs (quarkpan, tccli) are configured with least-privilege credentials. (4) Be cautious about absolute /root paths in references—running package/publish commands as root can be risky; prefer to run from a non-root workspace and verify the package_skill.py path is legitimate. (5) If you cannot obtain the referenced scripts or a trusted source/homepage for this skill, treat it as incomplete and avoid running the high-risk restore/rollback commands it references.
Capability Analysis
Type: OpenClaw Skill
Name: quarkpan-backup-suite
Version: 0.1.0
The skill bundle provides a framework and documentation for a backup and restore workflow involving QuarkPan and Tencent Cloud Lighthouse snapshots. The provided files consist of an environment check script (scripts/check_env.sh) and comprehensive documentation (SKILL.md, references/*.md) that emphasizes security best practices such as account binding, mandatory dry-runs, and explicit manual confirmations for destructive actions. No malicious logic, data exfiltration, or prompt injection attempts were identified.
Capability Assessment
Purpose & Capability
The name and description (QuarkPan backup, account binding, dry-run restores) match the included docs. However the SKILL.md and references repeatedly call out scripts under scripts/backup/* that are not present in the bundle. That mismatch suggests the skill is a wrapper or template that expects external files; it's plausible but incomplete.
Instruction Scope
Runtime instructions instruct the agent/operator to execute many shell scripts (login, bind, backup, restore, snapshot apply/prune) and to run a packaging script at an absolute /root path. Those referenced scripts are not included, and the instructions use absolute root paths (/root/.openclaw, /root/.nvm/...). The guardrails state destructive actions require explicit confirmation, but the skill still instructs potentially dangerous commands (snapshot apply/rollback) which would run outside the skill's contained files if invoked. The agent could be directed to run commands that touch system state or cloud accounts not represented in the package.
Install Mechanism
There is no install spec (instruction-only + a small check script). That is low-risk from an installer perspective since nothing is automatically downloaded or extracted. The only executable included is a preflight check script which only checks for binaries and specific paths.
Credentials
The skill declares no required environment variables or credentials, which is plausible for a wrapper that calls local CLIs (quarkpan/tccli) that rely on existing config. However, those CLIs typically use stored credentials/config files — the skill neither declares nor checks for them. The check script warns if quarkpan/tccli are not found at specific virtualenv paths but does not validate cloud credentials. This omission is proportional but worth attention: the skill implicitly relies on external credentials/configs that are not surfaced.
Persistence & Privilege
always is false and there is no install-time persistence or requests to modify other skills or system-wide agent settings. The skill can be invoked by the agent (normal default) but nothing requests elevated/always-on privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install quarkpan-backup-suite - After installation, invoke the skill by name or use
/quarkpan-backup-suite - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial public release: QuarkPan backup, account binding guard, restore dry-run, and manual snapshot policy.
Metadata
Frequently Asked Questions
What is 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 re... It is an AI Agent Skill for Claude Code / OpenClaw, with 266 downloads so far.
How do I install QuarkPan Backup Suite?
Run "/install quarkpan-backup-suite" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is QuarkPan Backup Suite free?
Yes, QuarkPan Backup Suite is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does QuarkPan Backup Suite support?
QuarkPan Backup Suite is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created QuarkPan Backup Suite?
It is built and maintained by aliyunbot (@aliyunbot); the current version is v0.1.0.
More Skills