SKILLEMALL.ai

BC clawsync-skill

Backup and sync your entire OpenClaw configuration - skills, memory, settings, and history. One-click backup and restore for complete OpenClaw migration and disaster recovery. Keywords: backup tool, config sync, migration tool, OpenClaw backup, settings export, configuration manager, dotfiles sync, 备份工具, 配置同步, 迁移工具, 导出配置 Use this skill when: - "Backup my OpenClaw setup" - "OpenClaw backup tool" - "I'm moving to a new computer" - "Move to new computer" - "Sync settings between devices" - "Export my skills and configuration" - "Export OpenClaw config" - "Restore from backup" - "What did I configure last month?" - "Archive my OpenClaw data" - "备份OpenClaw配置" - "迁移到新电脑" - "同步设置" One-click backup and restore for complete OpenClaw migration and disaster recovery. Supports encryption, multiple storage backends, and selective restore.

Not recommendedcritical or high security findings
ClawHub Agent Skills author: Zaosusu v0.1.0 MIT-0 5 files body ≈ 2 372 tokens Open the sourceclawhub.ai analyzed 2 d ago

As a process C 60/100 · Has gaps — weak spots: result and completion, running it twice, progress reporting

ReferenceSecurityInfrastructureSoftware developmenttype and topics are labelled automatically from the skill text
JSON
Technical rating
B
86/100
safety, quality, tests
Safety 60%
82
Quality 40%
93
Run on models
none yet
Process rating
C
60/100
Has gaps
Result and completion w 14
0
Progress reporting w 2
0
Running it twice w 4
30
the three weakest of ten parameters · all ten

What is at stake

The skill contains fragments that, in the wrong hands, cost money or data. Below: what the installer risks and what the author should do.

Dangerous commands
If you install

The skill contains commands that delete files, rewrite disks or execute code fetched from the network. The agent may run them without asking if it believes the instructions require it.

For the author

Replace destructive commands with safe equivalents that ask for confirmation, scope them to one folder, and stop piping curl into a shell: pin a version and a checksum.

How to improve

  1. Address the high-severity findings: each costs 18 safety points. If one is a false positive, add the rule id to guard.allow in spec.yaml.
For the model run — optional
  • Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
  • A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.

Guard findings · 1

  • high Dangerous commands cmd-persistence SKILL.md:306
    Persistence mechanism (cron / launchd / scheduled task / autorun registry)
    schtasks /create /tn "ClawSync Backup" /tr "pythonw.exe %USERPROFILE%\.openclaw\workspace\clawsync\scripts\clawsync.py backup --quick" /sc daily /st 02:00

Files scanned: 5. Evidence is masked. Grey chips explain why severity was lowered.

Against the Agent Skills spec

✓ No remarks against the Agent Skills spec

Process rating: all ten parameters 60/100

  • 0Result and completion. Does not say what the result is
  • 0Progress reporting. Says nothing while it works
  • 30Running it twice. 5 mutating operations with no state check
  • 50When it triggers. No condition that starts the skill
  • 50Failures and branches. 0 branches, has a failure section
  • 60Tools and files. Uses tools (python) that frontmatter does not declare
  • 70Inputs and preconditions. Inputs and preconditions are listed
  • 100Steps. 46 steps
  • 100Consistency. Name and required fields are in place
  • 100Execution cost. Instruction body is 2372 tokens
  • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
  • low 17 top-level sections: this looks like several domains in one skill

Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.

Quality signals

  • +3Description length 840: 120–800 characters recommended
  • +3Output format is not stated: the model decides each time
  • +1No license
  • +2Single-language instructions
  • +5Description quotes 12 example trigger phrases
  • +4Description says when NOT to use the skill
  • +4Structure: 49 headings
  • +3Step-by-step instructions: 46 items
  • +4Has examples (23 code blocks)
  • +3All 1 scripts are documented

Quality base 70; lint remarks subtract, signals add up to 100. Result: 93.

External checks

ClawHub: suspicious
This backup skill is not clearly malicious, but it can create unencrypted backups of sensitive OpenClaw data while claiming encryption and has unsafe restore scoping.
LLM: suspicious (high) · VirusTotal: suspicious · 28 May 2026