SKILLEMALL.ai

DC myclaw-backup

Backup and restore all OpenClaw configuration, agent memory, skills, and workspace data. Part of the MyClaw.ai (https://myclaw.ai/skills) open skills ecosystem — the AI personal assistant platform that gives every user a full server with complete code control. Use when the user wants to create a snapshot of their OpenClaw instance, schedule periodic backups, restore from a backup, migrate to a new server, download a backup file locally, upload a backup file from another machine, or protect against data loss. Includes a built-in HTTP server for browser-based download/upload/restore without needing cloud storage. TRUST BOUNDARY: This skill archives and restores highly sensitive data including bot tokens, API keys, and channel credentials. Only install if you trust the operator. Always use --dry-run before restore. Never start the HTTP server without a --token.

Not recommendedcritical or high security findings · low grade D
ClawHub Agent Skills author: Leo Ye v2.0.0 MIT-0 10 files · 4 scripts body ≈ 1 573 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process C 58/100 · Has gaps — weak spots: result and completion, inputs and preconditions, progress reporting

IntegrationInfrastructureAI and agentsSoftware developmenttype and topics are labelled automatically from the skill text
JSON
Technical rating
D
44/100
safety, quality, tests
Safety 60%
16
Quality 40%
86
Run on models
none yet
Process rating
C
58/100
Has gaps
Result and completion w 14
0
Inputs and preconditions w 11
0
Progress reporting w 2
0
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 · 12

  • high Dangerous commands cmd-persistence scripts/schedule.sh:33
    Persistence mechanism (cron / launchd / scheduled task / autorun registry)
    EXISTING=$(crontab -l 2>/dev/null | grep -v "openclaw-backup" || true)
  • high Dangerous commands cmd-persistence scripts/schedule.sh:34
    Persistence mechanism (cron / launchd / scheduled task / autorun registry)
    echo "$EXISTING" | crontab -
  • high Dangerous commands cmd-persistence scripts/schedule.sh:50
    Persistence mechanism (cron / launchd / scheduled task / autorun registry)
    EXISTING=$(crontab -l 2>/dev/null | grep -v "openclaw-backup" || true)
  • high Dangerous commands cmd-persistence scripts/schedule.sh:60
    Persistence mechanism (cron / launchd / scheduled task / autorun registry)
    } | crontab -
Medium and low: 8
  • medium Dangerous commands cmd-autorun-instruction SKILL.md:44
    Instructs the agent to auto-run a script on every session
    - Always run `restore.sh --dry-run` before applying a restore
  • low Dangerous commands cmd-cron-mention scripts/schedule.sh:4
    Mentions editing / listing crontab (code comment)
    # ⚠️  PERSISTENCE NOTICE: This script modifies your system crontab (crontab -e).
    comment
  • low Dangerous commands cmd-cron-mention scripts/schedule.sh:33
    Mentions editing / listing crontab
    EXISTING=$(crontab -l 2>/dev/null | grep -v "openclaw-backup" || true)
  • low Dangerous commands cmd-cron-mention scripts/schedule.sh:50
    Mentions editing / listing crontab
    EXISTING=$(crontab -l 2>/dev/null | grep -v "openclaw-backup" || true)
  • low Exfiltration exfil-secret-in-url scripts/serve.sh:64
    Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
    echo "  🌐 Web UI:  http://localhost:${PORT}/?token=…"
    placeholder
  • low Exfiltration exfil-secret-in-url scripts/serve.sh:65
    Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
    echo "  📥 Upload:  POST http://localhost:${PORT}/upload?token=…"
    placeholder
  • low Exfiltration exfil-secret-in-url scripts/serve.sh:66
    Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
    echo "  📤 List:    GET  http://localhost:${PORT}/backups?token=…"
    placeholder
  • low Exfiltration exfil-secret-in-url scripts/server.js:222
    Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
    console.log(`   http://localhost:${PORT}/?token=…);
    placeholder

Files scanned: 10. 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 58/100

  • 0Result and completion. Does not say what the result is
  • 0Inputs and preconditions. Does not say what the process needs to start
  • 0Progress reporting. Says nothing while it works
  • 55Failures and branches. 1 branches
  • 60Tools and files. Uses tools (bash, python, node) that frontmatter does not declare
  • 70When it triggers. States when to use, but not when not to
  • 100Steps. 17 steps
  • 100Consistency. Name and required fields are in place
  • 100Execution cost. Instruction body is 1573 tokens
  • 100Running it twice. Mutating operations check current state
  • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing

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

  • +5Description has no quoted example phrases that should trigger the skill
  • +4Description does not say when NOT to use the skill (false activations)
  • +3Description length 870: 120–800 characters recommended
  • +3Output format is not stated: the model decides each time
  • -2localhost URLs: will not work for another user
  • +1No license
  • +2Single-language instructions
  • +4Structure: 17 headings
  • +3Step-by-step instructions: 17 items
  • +4Has examples (7 code blocks)
  • +4Reference files are cited in the instructions (1 of 1)
  • +3All 5 scripts are documented

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

External checks

ClawHub: suspicious
This appears to be a genuine backup/restore skill, but it deserves Review because it handles full OpenClaw secrets and persistent state while under-declaring some filesystem and cron behavior and silently pruning old backups.
LLM: suspicious (high) · VirusTotal: · 29 May 2026