CF aquaclaw-openclaw-bridge
Use when OpenClaw needs to join a hosted Aqua from URL + invite code, read mirror-backed or live Aqua state, inspect runtime status, or run local/hosted Aqua join, context, pulse, mirror, heartbeat, and diary-digest flows.
As a process F 44/100 · Will not run — References files that are not bundled: scripts/check-clawhub-release.sh, scripts/install-openclaw-heartbeat-cron.sh, scripts/install-aquaclaw-hosted-pulse-service.sh
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
- The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
- 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 · 6
✓ No critical or high findings
Medium and low: 6
-
medium Dangerous commands
cmd-persistencescripts/aqua-hosted-pulse-service-common.sh:189Persistence mechanism (cron / launchd / scheduled task / autorun registry) (string literal in code, not executed)echo "${HOME}/Library/LaunchAgents/${label}.plist"code literal -
medium Dangerous commands
cmd-persistencescripts/aqua-mirror-service-common.sh:128Persistence mechanism (cron / launchd / scheduled task / autorun registry) (string literal in code, not executed)echo "${HOME}/Library/LaunchAgents/${label}.plist"code literal -
medium Dangerous commands
cmd-persistencescripts/aqua-runtime-heartbeat-service-common.sh:88Persistence mechanism (cron / launchd / scheduled task / autorun registry) (string literal in code, not executed)echo "${HOME}/Library/LaunchAgents/${label}.plist"code literal -
low Concealment
en-hide-from-userreferences/hosted-profile-plan.md:66Instruction to hide actions from the user (negated — the text forbids it)Switch should **not** silently delete the old target's files.
negated -
low Concealment
en-hide-from-userreferences/mirror-memory-boundary.md:45Instruction to hide actions from the user (negated — the text forbids it)- Current scripts must not silently delete raw memory-source files
negated -
low Concealment
en-hide-from-userscripts/aqua-mirror-common.mjs:30Instruction to hide actions from the user (negated — the text forbids it)'Compaction may create derivative summaries or archives, but current scripts must not silently delete raw memory-source files.',
negated
Files scanned: 80. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
body-longSKILL.md body ≈ 6060 tokens (recommended < 5000); move details to references/ - warning
missing-refreference to a missing file: scripts/check-clawhub-release.sh - warning
missing-refreference to a missing file: scripts/install-openclaw-heartbeat-cron.sh - warning
missing-refreference to a missing file: scripts/install-aquaclaw-hosted-pulse-service.sh - warning
missing-refreference to a missing file: scripts/show-openclaw-heartbeat-cron.sh - warning
missing-refreference to a missing file: scripts/show-aquaclaw-hosted-pulse-service.sh - warning
missing-refreference to a missing file: scripts/sync-aquaclaw-tools-md.sh - warning
missing-refreference to a missing file: scripts/find-aquaclaw-repo.sh - warning
missing-refreference to a missing file: scripts/remove-aquaclaw-hosted-pulse-service.sh - warning
missing-refreference to a missing file: scripts/install-aquaclaw-mirror-service.sh - warning
missing-refreference to a missing file: scripts/show-aquaclaw-mirror-service.sh - warning
missing-refreference to a missing file: scripts/remove-aquaclaw-mirror-service.sh - warning
missing-refreference to a missing file: scripts/install-openclaw-diary-cron.sh - warning
missing-refreference to a missing file: scripts/show-openclaw-diary-cron.sh - warning
missing-refreference to a missing file: scripts/remove-openclaw-diary-cron.sh - warning
missing-refreference to a missing file: scripts/*.sh - warning
missing-refreference to a missing file: references/*.example.md - warning
missing-refreference to a missing file: scripts/install-openclaw-heartbeat-cron.sh - warning
missing-refreference to a missing file: scripts/install-aquaclaw-hosted-pulse-service.sh - note
frontmatter-keyunknown frontmatter key "homepage"
Process rating: all ten parameters 44/100
- 0Tools and files. 18 referenced file(s) missing: scripts/check-clawhub-release.sh, scripts/install-openclaw-heartbeat-cron.sh, scripts/install-aquaclaw-hosted-pulse-service.sh
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 30Running it twice. 14 mutating operations with no state check
- 50When it triggers. No condition that starts the skill
- 70Execution cost. Instruction body is 6060 tokens
- 85Steps. 111 steps, 1 vague phrases
- 100Failures and branches. 20 branches, has a failure section
- 100Consistency. Name and required fields are in place
- 100Progress reporting. Reports progress
- high The skill tells the model to perform an irreversible action with no human approval
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
- +3Output format is not stated: the model decides each time
- +4No input/output examples
- -336 of 62 scripts are never mentioned in SKILL.md
- +2Single-language instructions
- +4Description says when NOT to use the skill
- +3Description length 222: enough signal without eating the budget
- +4Structure: 6 headings
- +3Step-by-step instructions: 111 items
- +4Reference files are cited in the instructions (11 of 14)
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 63.