BF memclawz
Long-term memory upgrade for OpenClaw agents — 3-speed architecture: QMD (<1ms working memory) + Zvec vector search (<10ms) + built-in memory enhancement. No API key required. Runs 100% locally.
Long-term memory upgrade for OpenClaw agents — 3-speed architecture: QMD (<1ms working memory) + Zvec vector search (<10ms) + built-in memory enhancement.
As a process F 35/100 · Will not run — References files that are not bundled: ../docs/fleet-memory.md
What is at stake
Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
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.
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
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- The text references files that are not there: add them or drop the references.
- 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 · 9
✓ No critical or high findings
Medium and low: 9
-
medium Dangerous commands
cmd-privilegeREADME.md:262Privilege escalation / world-writable permissionssudo cp systemd/zvec-server.service /etc/systemd/system/
-
medium Dangerous commands
cmd-privilegeREADME.md:263Privilege escalation / world-writable permissionssudo cp systemd/zvec-watcher.service /etc/systemd/system/
-
low Secrets in code
secret-password-literaldocs/fleet-memory.md:41Hard-coded password / key literal (may be an example) (quoted — discussed, not commanded)-H 'X-API-Key: flee…123' \
quoted -
low Secrets in code
secret-password-literaldocs/fleet-memory.md:92Hard-coded password / key literal (may be an example) (quoted — discussed, not commanded)-H 'X-API-Key: flee…123' \
quoted -
low Dangerous commands
cmd-background-processREADME.md:265Starts a background / autostarted processsudo systemctl enable --now zvec-server zvec-watcher
-
low Dangerous commands
cmd-background-processscripts/first-run.sh:92Starts a background / autostarted processnohup "$PYTHON" memclawz_server/server.py > /tmp/zvec-server.log 2>&1 &
-
low Dangerous commands
cmd-background-processscripts/first-run.sh:116Starts a background / autostarted processnohup "$PYTHON" memclawz_server/watcher.py > /tmp/zvec-watcher.log 2>&1 &
-
low Dangerous commands
cmd-background-processscripts/install.sh:42Starts a background / autostarted processnohup python3.10 server.py > server.log 2>&1 &
-
low Dangerous commands
cmd-background-processscripts/install.sh:54Starts a background / autostarted processnohup python3.10 "$ZVEC_DATA/watcher.py" > "$ZVEC_DATA/watcher.log" 2>&1 &
Files scanned: 27. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
description-no-whendescription does not say WHEN to use the skill (no "use when") - warning
missing-refreference to a missing file: ../docs/fleet-memory.md
Process rating: all ten parameters 35/100
- 0Tools and files. 1 referenced file(s) missing: ../docs/fleet-memory.md
- 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
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 1 mutating operations with no state check
- 100Steps. 16 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 1414 tokens
- 100Progress reporting. Reports progress
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)
- +3Output format is not stated: the model decides each time
- -2localhost URLs: will not work for another user
- -33 of 8 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +3Description length 194: enough signal without eating the budget
- +4Structure: 18 headings
- +3Step-by-step instructions: 16 items
- +4Has examples (12 code blocks)
- +4Reference files are cited in the instructions (1 of 2)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 65.