SKILLEMALL.ai

CD lokaler-companion

Baut einen "Companion" — eine lokal laufende Beobachtungs-Anwendung: kleiner Server auf 127.0.0.1, Doppelklick-Starter, installierbare PWA, optionale Browser-Erweiterung, Meldung beim Zustandswechsel, Dauerbetrieb im Container. Nutze diesen Skill, sobald jemand etwas dauerhaft im Auge behalten und benachrichtigt werden will — Livestreams, Kanäle, Feeds, Preise, Build-Zustände, Serververfügbarkeit, Ordner, Warteschlangen. Auch wenn die Anfrage nur nach einem Teil klingt: "sag mir Bescheid wenn X online geht", "kleines Tool das im Hintergrund läuft", "Statusseite für Y", "als App installierbar", "soll dauerhaft laufen", "auch nach Neustart", "als Docker-Container". Besonders wichtig bei einer einzelnen HTML-Datei, die fremde Daten abruft: ob das trägt, hängt an einer CORS-Freigabe, die man vorher prüfen muss — sonst bleibt die Datei beim Nutzer leer.

ClawHub Agent Skills author: Karim Kiki v1.0.0 MIT-0 16 files · 5 scripts body ≈ 3 566 tokens Open the sourceclawhub.ai analyzed 3 d ago

Baut einen "Companion" — eine lokal laufende Beobachtungs-Anwendung: kleiner Server auf 127.0.0.1, Doppelklick-Starter, installierbare PWA, optionale…

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

GeneratorDockerInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
C
72/100
safety, quality, tests
Safety 60%
68
Quality 40%
79
Run on models
none yet
Process rating
D
48/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

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. Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
For the model run — optional
  • A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.

Guard findings · 8

✓ No critical or high findings

Medium and low: 8
  • medium Dangerous commands cmd-execpolicy-bypass references/starter.md:82
    Runs PowerShell with execution policy bypassed
    powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0s…ps1" %*
  • medium Dangerous commands cmd-persistence references/starter.md:129
    Persistence mechanism (cron / launchd / scheduled task / autorun registry) (quoted — discussed, not commanded)
    - **macOS**: `launchd`-Datei unter `~/Library/LaunchAgents/`
    quoted
  • medium Dangerous commands cmd-execpolicy-bypass scripts/starter/Beenden.cmd:3
    Runs PowerShell with execution policy bypassed
    powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0s…ps1" -Stop
  • medium Dangerous commands cmd-execpolicy-bypass scripts/starter/Fehlersuche.cmd:4
    Runs PowerShell with execution policy bypassed
    powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0s…ps1" -Console
  • medium Dangerous commands cmd-execpolicy-bypass scripts/starter/Start.cmd:2
    Runs PowerShell with execution policy bypassed
    rem  Doppelklick-Einstieg. -ExecutionPolicy Bypass gilt nur fuer diesen einen
  • medium Dangerous commands cmd-execpolicy-bypass scripts/starter/Start.cmd:5
    Runs PowerShell with execution policy bypassed
    powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0s…ps1" %*
  • low Dangerous commands cmd-background-process references/docker.md:122
    Starts a background / autostarted process (quoted — discussed, not commanded)
    - **Linux**: `sudo systemctl enable docker` — auf den meisten Systemen ohnehin
    quoted
  • low Dangerous commands cmd-execpolicy-bypass references/starter.md:85
    Runs PowerShell with execution policy bypassed (quoted — discussed, not commanded)
    `-ExecutionPolicy Bypass` gilt nur für diesen einen Aufruf und ändert nichts
    quoted

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

Against the Agent Skills spec

  • warning description-no-when description does not say WHEN to use the skill (no "use when")

Process rating: all ten parameters 48/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
  • 20When it triggers. No condition that starts the skill
  • 60Tools and files. Uses tools (web) that frontmatter does not declare
  • 100Steps. 40 steps
  • 100Consistency. Name and required fields are in place
  • 100Execution cost. Instruction body is 3566 tokens
  • 100Running it twice. No mutating operations
  • 100Progress reporting. Reports progress
  • low The response is described with custom markup (3 tags): a typed call is more reliable
  • medium 3 test cases, all positive: not one "should refuse" or "should ask first"

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)
  • +3Description length 860: 120–800 characters recommended
  • +3Output format is not stated: the model decides each time
  • -2localhost URLs: will not work for another user
  • +1No license
  • +2Single-language instructions
  • +5Description quotes 8 example trigger phrases
  • +4Structure: 16 headings
  • +3Step-by-step instructions: 40 items
  • +4Has examples (9 code blocks)
  • +4Reference files are cited in the instructions (5 of 5)
  • +3All 3 scripts are documented

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

External checks

ClawHub: clean
This skill is a local monitoring-app template whose network access, local files, starter scripts, PWA, and optional browser extension are disclosed and fit its purpose.
LLM: benign (high) · VirusTotal: · 6 Aug 2026