运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install exwind-monitor
镜像加速npx clawhub@latest install exwind-monitor --registry https://cn.longxiaskill.com 镜像可用
技能文档
SKILL.md - EXWIND 监控 描述 监控 EXWIND 网站的更新,每 10 分钟检查一次。 触发方式 定时: 每 10 分钟自动执行 手动: 用户说"检查 EXWIND 更新" Cron 任务 openclaw cron list | grep exwind # 任务配置 ID: 99f28379-aed3-42c1-b33a-e75f5432f90f Name: exwind-monitor Schedule: /10 * @ Asia/Shanghai Delivery: none 执行脚本 python3 ~/.openclaw/workspace/skills/exwind-monitor/scripts/exwind_monitor.py Agent 执行步骤 Step 1: 运行监控脚本 python3 ~/.openclaw/workspace/skills/exwind-monitor/scripts/exwind_monitor.py Step 2: 检查输出 如果没有更新: {"empty": true} → 不做任何操作 如果有更新: { "empty": false, "timestamp": "2026-03-12T17:57:00", "message": "## EXWIND 更新...", "need_send": true } Step 3: 发送飞书消息 使用 message tool 发送 message 字段的内容到飞书。 发送文字内容,不是文档链接! 输出格式 消息格式