Install
openclaw skills install @peanut52/site-monitorMonitor websites for uptime and content changes. Use when checking if a URL is online, detecting page modifications, or tracking HTTP status codes over time.
openclaw skills install @peanut52/site-monitor网站存活与内容变更监控技能。它通过定期请求目标 URL 并对比页面内容哈希,帮助用户发现网站宕机或内容被篡改的情况。
requests 库已安装。技能自带脚本 scripts/monitor.py,依赖 Python 3 和 requests 库:
pip3 install requests