SKILLEMALL.ai

AD git-backup

Backup OpenClaw workspace to Git repository (Gitee/GitHub/GitLab). Use when: (1) setting up backup for the first time, (2) manually triggering a backup, (3) configuring auto-backup, (4) user mentions "备份", "backup", "git", "gitee", "github", or asks about preserving workspace data.

ClawHub Agent Skills author: solidexu v1.0.0 6 files · 4 scripts body ≈ 551 tokens Open the sourceclawhub.ai analyzed 2 d ago

As a process D 46/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions

ProcedureGitHubGitLabSoftware developmenttype and topics are labelled automatically from the skill text
JSON
Technical rating
A
91/100
safety, quality, tests
Safety 60%
97
Quality 40%
82
Run on models
none yet
Process rating
D
46/100
Unfinished process
Result and completion w 14
0
Inputs and preconditions w 11
0
Failures and branches w 10
0
the three weakest of ten parameters · all ten

How to improve

    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 · 3

    ✓ No critical or high findings

    Medium and low: 3
    • low Exfiltration exfil-secret-in-url scripts/setup-gitee.sh:50
      Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
      GITEE_USERNAME=$(curl -s "https://gitee.com/api/v5/user?access_token=…" | grep -o '"login":"[^"]*"' | cut -d'"' -f4)
      placeholder
    • low Exfiltration net-credential-use scripts/setup-gitee.sh:50
      Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
      GITEE_USERNAME=$(curl -s "https://gitee.com/api/v5/user?access_token=…" | grep -o '"login":"[^"]*"' | cut -d'"' -f4)
      vendor-host
    • low Dangerous commands cmd-cron-mention scripts/setup-gitee.sh:104
      Mentions editing / listing crontab (string literal in code, not executed)
      echo "   crontab -e"
      code literal

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

    Against the Agent Skills spec

    • warning frontmatter-yaml SKILL.md: the frontmatter is not valid YAML (YAML parse error: Nested mappings are not allowed in compact mappings at line 3, column 14: description: Backup OpenClaw workspace to Git repository (Gitee/GitHub/GitLab).… ^ ); fields were read line by line. The usual cause is a colon inside an unquoted value

    Process rating: all ten parameters 46/100

    • 0Result and completion. Does not say what the result is
    • 0Inputs and preconditions. Does not say what the process needs to start
    • 0Failures and branches. Linear process with no failure handling
    • 0Progress reporting. Says nothing while it works
    • 20When it triggers. No condition that starts the skill
    • 30Running it twice. 1 mutating operations with no state check
    • 40Consistency. Frontmatter name (git-backup) differs from the folder (git-backup-publish)
    • 100Tools and files. No external tools needed
    • 100Steps. 10 steps
    • 100Execution cost. Instruction body is 551 tokens

    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

    • +4Description does not say when NOT to use the skill (false activations)
    • +3Output format is not stated: the model decides each time
    • +1No license
    • +2Single-language instructions
    • +5Description quotes 2 example trigger phrases
    • +3Description length 282: enough signal without eating the budget
    • +4Structure: 11 headings
    • +3Step-by-step instructions: 10 items
    • +4Has examples (3 code blocks)
    • +3All 4 scripts are documented

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

    External checks

    ClawHub: suspicious
    This is a real workspace backup skill, but it can upload sensitive OpenClaw memory, identity, user, and skill files to a Git remote with weak safeguards.
    LLM: suspicious (high) · VirusTotal: · 29 May 2026