SKILLEMALL.ai

CC session-guardian

Never lose a conversation again. Auto-backup, smart recovery, and health monitoring for OpenClaw sessions. Protects against gateway crashes, model disconnections, and token overflow. Use this skill when: - User worries about losing conversations after gateway restart or model crash - User mentions session backup, conversation recovery, session protection, or data loss - User's agent is slow or timing out (likely token overflow from large sessions) - User runs multiple agents and needs to track collaboration across sessions - User asks about session health, backup strategy, or disaster recovery - User mentions "对话丢失", "会话备份", "上下文溢出", "token超限", "Gateway重启后记忆丢失" - Even if user just says "my agent lost everything after a restart" — this is the skill

Not recommendedcritical or high security findings
ClawHub Agent Skills author: 1052326311 v3.1.0 MIT-0 28 files · 13 scripts body ≈ 1 881 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process C 51/100 · Has gaps — weak spots: result and completion, when it triggers, inputs and preconditions

IntegrationAI and agentsInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
C
64/100
safety, quality, tests
Safety 60%
50
Quality 40%
84
Run on models
none yet
Process rating
C
51/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 · 16

  • high Dangerous commands cmd-persistence scripts/install.sh:80
    Persistence mechanism (cron / launchd / scheduled task / autorun registry)
    (crontab -l 2>/dev/null || true; cat << EOF
  • high Dangerous commands cmd-persistence scripts/install.sh:89
    Persistence mechanism (cron / launchd / scheduled task / autorun registry)
    ) | crontab -
Medium and low: 14
  • low Dangerous commands cmd-cron-mention EXAMPLES.md:46
    Mentions editing / listing crontab (test fixture / example file; documentation of a security skill)
    crontab -l | grep session-guardian
    fixturesecurity skill
  • low Dangerous commands cmd-cron-mention README_CN.md:53
    Mentions editing / listing crontab (documentation of a security skill)
    crontab -l | grep session-guardian
    security skill
  • low Dangerous commands cmd-cron-mention README_EN.md:37
    Mentions editing / listing crontab (documentation of a security skill)
    crontab -l | grep session-guardian
    security skill
  • low Dangerous commands cmd-cron-mention README.md:29
    Mentions editing / listing crontab (documentation of a security skill)
    crontab -l | grep session-guardian
    security skill
  • low Dangerous commands cmd-cron-mention README.md:220
    Mentions editing / listing crontab (documentation of a security skill)
    crontab -l | grep session-guardian
    security skill
  • low Dangerous commands cmd-cron-mention README.md:298
    Mentions editing / listing crontab (documentation of a security skill)
    crontab -l | grep session-guardian
    security skill
  • low Dangerous commands cmd-cron-mention RELEASE-v1.0.md:123
    Mentions editing / listing crontab (documentation of a security skill)
    crontab -l | grep session-guardian
    security skill
  • low Dangerous commands cmd-cron-mention scripts/install.sh:66
    Mentions editing / listing crontab
    crontab -l 2>/dev/null | grep -v "^#" | grep -v "^$" || echo "   (无)"
  • low Dangerous commands cmd-cron-mention scripts/install.sh:77
    Mentions editing / listing crontab
    crontab -l > /tmp/crontab.backup 2>/dev/null || true
  • low Dangerous commands cmd-cron-mention scripts/install.sh:80
    Mentions editing / listing crontab
    (crontab -l 2>/dev/null || true; cat << EOF
  • low Dangerous commands cmd-cron-mention scripts/install.sh:97
    Mentions editing / listing crontab (string literal in code, not executed)
    echo "   crontab -e"
    code literal
  • low Dangerous commands cmd-cron-mention scripts/status.sh:112
    Mentions editing / listing crontab
    if crontab -l 2>/dev/null | grep -q "session-guardian"; then
  • low Dangerous commands cmd-cron-mention scripts/status.sh:114
    Mentions editing / listing crontab
    crontab -l 2>/dev/null | grep "session-guardian" | while read line; do

A further 1 matches are quotations in this security skill's documentation and are not counted as findings.

Files scanned: 28. 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 51/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
  • 20When it triggers. No condition that starts the skill
  • 50Failures and branches. 0 branches, has a failure section
  • 60Tools and files. Uses tools (bash) that frontmatter does not declare
  • 100Steps. 32 steps
  • 100Consistency. Name and required fields are in place
  • 100Execution cost. Instruction body is 1881 tokens
  • 100Running it twice. No mutating operations
  • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
  • low 22 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

  • +4Description does not say when NOT to use the skill (false activations)
  • +3Output format is not stated: the model decides each time
  • -232 emoji in the instructions: noise for the model
  • -36 of 13 scripts are never mentioned in SKILL.md
  • +1No license
  • +2Single-language instructions
  • +5Description quotes 3 example trigger phrases
  • +3Description length 758: enough signal without eating the budget
  • +4Structure: 31 headings
  • +3Step-by-step instructions: 32 items
  • +4Has examples (13 code blocks)

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

External checks

ClawHub: suspicious
This appears to be a real local session backup tool, but it needs Review because it persistently reads broad conversation data and includes under-scoped summary, knowledge extraction, restore, and deletion behaviors.
LLM: suspicious (high) · VirusTotal: suspicious · 28 May 2026