Install
openclaw skills install js-x-monitorX.com (Twitter) 账号监控自动化 — 定时抓取指定账号最新推文,发现新内容即时推送通知到消息渠道
openclaw skills install js-x-monitorX.com (Twitter) 账号监控自动化 Skill。
定时监控指定 X.com 账号的最新推文,发现新内容即时推送通知到消息渠道(飞书/微信/Discord)。适合跟踪行业动态、竞品信息、技术趋势等场景。
openclaw skill install js-x-monitor
初始化配置:
openclaw x-monitor init
编辑 ~/.openclaw/x-monitor/config.json:
{
"accounts": [
{ "username": "karpathy", "enabled": true },
{ "username": "OpenAI", "enabled": true }
],
"notification": {
"channels": ["feishu"],
"includeRetweets": false,
"includeReplies": false,
"summaryLength": 100
},
"deduplication": {
"method": "id_and_hash",
"historyDays": 30
},
"checkInterval": 3600
}
openclaw x-monitor add <username>
openclaw x-monitor start
openclaw x-monitor status
本 Skill 注册以下 AI 工具:
| 工具名 | 描述 |
|---|---|
x_monitor_add_account | 添加监控账号 |
x_monitor_remove_account | 移除监控账号 |
x_monitor_list_accounts | 列出监控账号 |
x_monitor_get_status | 获取监控状态 |
x_monitor_test_account | 测试单个账号 |
~/.openclaw/x-monitor/state/~/.openclaw/x-monitor/config.jsonMIT