Market Watch

PassAudited by VirusTotal on May 11, 2026.

Findings (1)

The 'market-watch' skill is a comprehensive market monitoring tool for crypto and A-shares. It uses background daemons (price-monitor.py, news-monitor.py) to poll various financial APIs and RSS feeds, notifying the agent via the OpenClaw CLI when conditions are met. The code demonstrates good security practices, such as input validation in shell scripts (daemon.sh) to prevent injection and atomic file writes for data integrity. While it includes a persistence mechanism via macOS launchd (install-watchdog.sh), this behavior is explicitly documented and necessary for the skill's monitoring functionality.