← 返回
未分类

Exwind Monitor

每10分钟监控EXWIND网站更新,检测到新内容时自动发送飞书消息提醒。
每10分钟监控EXWIND网站更新,检测到新内容时自动发送飞书消息提醒。
lorexxar lorexxar 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 376
下载
💾 1
安装
1
版本
#latest

概述

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 字段的内容到飞书。

发送文字内容,不是文档链接!


输出格式

消息格式

## 🔍 EXWIND 更新 (17:57)

### 📘 蓝帖: 前夕补丁大秘境评分奖励0.1%头衔
📅 2026-03-12 11:10
🔗 https://exwind.net/post/blue/29049483

有玩家因为在正式补丁上线前达到的史诗钥石评分而获得了头衔成就...

---

### 🔧 热修: 3月12日在线修正
📅 2026-03-12 09:01
🔗 https://exwind.net/post/hotfixes/xxx

...

类型图标

类型图标
------------
蓝帖📘
热修🔧
新闻📰

状态文件

  • 位置: /tmp/exwind_state.json
  • 内容: 已推送的文章 ID 列表
  • 限制: 最多保留 500 条记录

故障排除

问题解决方案
----------------
页面打开失败检查 agent-browser
无新文章正常,等待下次检查
重复推送删除 /tmp/exwind_state.json

相关文件

~/.openclaw/workspace/skills/exwind-monitor/
├── SKILL.md
└── scripts/
    └── exwind_monitor.py

更新记录

日期变更
------------
2026-03-12修改为发送飞书消息,不是文档链接
2026-03-12创建 skill

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 05:16 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

it-ops-security

Free Ride - Unlimited free AI

shaivpidadi
管理OpenClaw的OpenRouter免费AI模型,自动按质量排名模型,配置速率限制备用方案,并更新opencla...
★ 472 📥 78,781
it-ops-security

1password

steipete
设置和使用 1Password CLI (op)。适用于:安装 CLI、启用桌面应用集成、登录(单/多账户)、通过 op 读取/注入/运行密钥。
★ 53 📥 31,957
ai-agent

Agent Browser Backup

lorexxar
基于 Rust 的快速无头浏览器自动化 CLI 工具,支持 Node.js 回退,使 AI 代理能够通过结构化指令导航、点击、输入和截取页面。
★ 0 📥 654