LaunchKit · 2026
Back to Skills

reefwatch

Continuous local security monitoring daemon for Linux and macOS.

0
311 downloads
by @yasnaak

Setup & Installation

openclaw skills install @yasnaak/reefwatch

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install reefwatch

Version History

v1.3.0Feb 23, 2026 - Version note by skill developer:

Audit round 3: instant shutdown via RUNNING.wait(), O_NOFOLLOW on all writes, IPv6 URL bracketing, IOC subdomain matching, systemd hardening (12 directives), git SHA verification, 188 tests

What This Skill Does

ReefWatch is a host-based intrusion detection daemon for Linux and macOS. It continuously scans for brute-force attacks, malware, privilege escalation, file tampering, cryptominers, and network anomalies using YARA, Sigma, and custom rules. Alerts are sent to the user only when a real threat is detected, with no LLM token usage during idle monitoring.

Runs as a background daemon without consuming LLM tokens during monitoring, so continuous host-level threat detection adds no per-check cost.

When to use it

  • Monitoring a home server for SSH brute-force attempts
  • Detecting cryptomining malware on a developer workstation
  • Scanning a downloaded binary for malware before execution
  • Watching for unauthorized file changes on a Linux host
  • Getting alerted when a process attempts privilege escalation

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Start monitoring my system for security threats

AGENT
  1. 1Install Python dependencies from requirements.txt
  2. 2Download initial YARA and Sigma rulesets via setup_rules.py
  3. 3Launch reefwatch_daemon.py in the background with the local webhook URL and token
  4. 4Save the daemon PID to /tmp/reefwatch.pid
  5. 5Confirm to the user that monitoring is active
OUTPUT

ReefWatch is now active. I'll alert you if any threats are detected.