返回顶部
w

wechat-mp-monitor微信公众号监控

Monitor WeChat MP (微信公众号) articles and send notifications. Use when user needs to track public account updates, summarize articles, or receive alerts when new content is published. Supports Feishu/Lark notifications and scheduled monitoring via cron.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
247
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

wechat-mp-monitor

技能名称:wechat-mp-monitor

详细描述:

微信公众号监控

监控微信公众号文章并发送通知。

功能特性

  • - 监控指定微信公众号的新文章
  • 提取并总结文章内容
  • 发送通知到飞书
  • 通过定时任务安排检查

快速开始

监控单篇文章

bash
scripts/wechat_mp.py summary <文章链接>

添加公众号到监控列表

bash
scripts/wechat_mp.py watch <公众号名称> [--feishu-webhook <链接>]

检查所有已监控的公众号

bash
scripts/wechat_mp.py check-all

设置

飞书 Webhook(可选)

要接收飞书通知:

  1. 1. 创建一个飞书群组
  2. 添加一个 Webhook 机器人
  3. 复制 Webhook 链接
  4. 设置环境变量:
bash export FEISHU_WEBHOOK=https://open.feishu.cn/open-apis/bot/v2/hook/...

定时任务

添加到 crontab 以实现自动监控:

bash

每小时检查一次


0 cd /path/to/workspace && python scripts/wechat_mp.py check-all

或使用 OpenClaw 定时任务:
bash
openclaw cron add --name wechat-monitor --schedule 0 --command python scripts/wechat_mp.py check-all

命令

命令描述
summary <链接>总结单篇文章
watch <名称>
添加公众号到监控列表 | | unwatch <名称> | 从监控列表中移除 | | list | 显示已监控的公众号 | | check-all | 检查所有公众号的更新 | | history | 显示最近处理过的文章 |

数据存储

  • - 监控列表:~/.wechatmpmonitor/watchlist.json
  • 文章历史:~/.wechatmpmonitor/history.json

依赖项

  • - Python 3.6+
  • requests
  • beautifulsoup4

安装:pip install requests beautifulsoup4

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 wechat-mp-monitor-1776077891 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 wechat-mp-monitor-1776077891 技能

通过命令行安装

skillhub install wechat-mp-monitor-1776077891

下载

⬇ 下载 wechat-mp-monitor v1.0.0(免费)

文件大小: 4.82 KB | 发布时间: 2026-4-14 14:28

v1.0.0 最新 2026-4-14 14:28
Initial release: WeChat MP article monitoring with Feishu notifications
v1.0.0 - Initial release

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部