技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v0.1.0
统计:⭐ 0 · 99 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :可疑
Package:aliyunbot/quarkpan-backup-suite
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :可疑
OpenClaw 评估
The skill's documentation describes a plausible backup workflow, but the package content and instructions are inconsistent (many referenced scripts are missing, and several instructions hard-code root paths), so you should inspect missing pieces and running commands before trusting it.
目的
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.
说明范围
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 (s…
安装机制
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.
证书
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 w…
持久
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.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「QuarkPan Backup Suite」。简介:Build and operate a QuarkPan-based backup + restore workflow for OpenClaw works…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/aliyunbot/quarkpan-backup-suite/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: 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 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.
---
# QuarkPan Backup Suite
Use this skill to deploy a production-safe backup workflow with these goals:
- Keep automated workspace backups to QuarkPan.
- Enforce account binding so uploads cannot silently go to a wrong account.
- Keep system rollback snapshots manual-only (no auto overwrite risk).
- Provide reproducible restore steps and distributable skill package.
## Workflow
1. Run preflight checks with `scripts/check_env.sh`.
2. Configure backup policy using `references/commands.md`.
3. Enforce account guard (`bind`, `check`, `rotate-*`) before uploads.
4. Verify restore path with dry-run first.
5. Keep Lighthouse snapshots manual-only; use weekly prompt policy.
6. Package/share this skill with `package_skill.py`.
## Guardrails
- Do not auto-apply destructive restore.
- Do not auto-create system snapshots by cron.
- Require explicit confirmation for snapshot creation and snapshot rollback.
- Keep cloud upload failure non-fatal for local backup success.
## References
- Command cookbook: `references/commands.md`
- Security and rotation policy: `references/security-policy.md`
- Sharing/export steps: `references/share.md`