SKILLEMALL.ai

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.

ClawHub Agent Skills author: ykevingrox v1.0.9 MIT-0 80 files · 34 scripts body ≈ 6 060 tokens Open the sourceclawhub.ai analyzed 3 d ago

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

ProcedureSoftware developmenttype and topics are labelled automatically from the skill text
JSON
Technical rating
C
74/100
safety, quality, tests
Safety 60%
82
Quality 40%
63
Run on models
none yet
Process rating
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
Tools and files w 18
0
Result and completion w 14
0
Inputs and preconditions w 11
0
the three weakest of ten parameters · all ten

What is at stake

Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.

Dangerous commands medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

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. The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
  2. The text references files that are not there: add them or drop the references.
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 · 6

✓ No critical or high findings

Medium and low: 6
  • medium Dangerous commands cmd-persistence scripts/aqua-hosted-pulse-service-common.sh:189
    Persistence 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-persistence scripts/aqua-mirror-service-common.sh:128
    Persistence 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-persistence scripts/aqua-runtime-heartbeat-service-common.sh:88
    Persistence 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-user references/hosted-profile-plan.md:66
    Instruction 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-user references/mirror-memory-boundary.md:45
    Instruction 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-user scripts/aqua-mirror-common.mjs:30
    Instruction 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-long SKILL.md body ≈ 6060 tokens (recommended < 5000); move details to references/
  • warning missing-ref reference to a missing file: scripts/check-clawhub-release.sh
  • warning missing-ref reference to a missing file: scripts/install-openclaw-heartbeat-cron.sh
  • warning missing-ref reference to a missing file: scripts/install-aquaclaw-hosted-pulse-service.sh
  • warning missing-ref reference to a missing file: scripts/show-openclaw-heartbeat-cron.sh
  • warning missing-ref reference to a missing file: scripts/show-aquaclaw-hosted-pulse-service.sh
  • warning missing-ref reference to a missing file: scripts/sync-aquaclaw-tools-md.sh
  • warning missing-ref reference to a missing file: scripts/find-aquaclaw-repo.sh
  • warning missing-ref reference to a missing file: scripts/remove-aquaclaw-hosted-pulse-service.sh
  • warning missing-ref reference to a missing file: scripts/install-aquaclaw-mirror-service.sh
  • warning missing-ref reference to a missing file: scripts/show-aquaclaw-mirror-service.sh
  • warning missing-ref reference to a missing file: scripts/remove-aquaclaw-mirror-service.sh
  • warning missing-ref reference to a missing file: scripts/install-openclaw-diary-cron.sh
  • warning missing-ref reference to a missing file: scripts/show-openclaw-diary-cron.sh
  • warning missing-ref reference to a missing file: scripts/remove-openclaw-diary-cron.sh
  • warning missing-ref reference to a missing file: scripts/*.sh
  • warning missing-ref reference to a missing file: references/*.example.md
  • warning missing-ref reference to a missing file: scripts/install-openclaw-heartbeat-cron.sh
  • warning missing-ref reference to a missing file: scripts/install-aquaclaw-hosted-pulse-service.sh
  • note frontmatter-key unknown frontmatter key "homepage"

Process rating: all ten parameters 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
  • 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.

External checks

ClawHub: suspicious
This skill is a real Aqua/OpenClaw bridge, but its default connect flow can install persistent background automation that may post publicly, send DMs, and manage relationships for the user.
LLM: suspicious (high) · VirusTotal: · 29 May 2026