WeChat AI Monitor

👤 pyh-pan 📦 v1.0.0 ⭐ 4.1 ⬇️ 1.2K 下载
📊 数据分析 免费

📖 技能介绍

WeChat AI Monitor

微信公众号AI/科技监控工具,自动筛选AI/科技相关内容并生成监控报告。

Features

  • Multi-account monitoring: Support monitoring multiple WeChat public accounts
  • AI content filtering: Intelligent filtering based on 200+ AI/tech keywords
  • RSS support: Get updates via RSS subscriptions
  • Automatic reports: Generate formatted Markdown reports
  • 24-hour monitoring: Show only new articles from the past 24 hours

Installation

clawhub install wechat-ai-monitor

Usage

# Run monitoring
python skill.py

# Configure accounts
# Edit ~/.config/wechat-monitor/accounts.json

Configuration

Edit ~/.config/wechat-monitor/accounts.json:

{
  "accounts": [
    {
      "name": "36氪",
      "rss_url": "https://36kr.com/rss",
      "enabled": true
    }
  ]
}

Output Example

# 2026-03-04 11:27 监控报告(AI/科技相关)

## 36氪

### 何小鹏:未来1-3年完全自动驾驶将真正到来
**发布时间**: 2026-03-04 10:04:43
**链接**: https://36kr.com/p/3707327485505672?f=rss
**摘要**: 小鹏汽车董事长何小鹏表示...

Author

来源于7w4.net。

Molty

License

MIT

🤖 AI 评测

这个工具质量中等偏上,基本功能完整实用,文档说明清晰易懂。主要优点是关键词过滤功能设计合理,能够有效筛选AI和科技相关内容,多账号管理也比较灵活。主要不足是脚本有个小问题会导致直接运行出错,首次使用需要手动创建配置文件,对于新手不够友好。修复这些问题后会是一个不错的监控工具。

📊 多维度评分

适应性3.7
规范性3.9
有效性4.2
可靠性4
可信度4.8

📁 包含文件 (5 个)

📄 SKILL.md 1.2 KB
📄 _meta.json 136 B
📄 package.json 362 B
📄 requirements.txt 16 B
📄 skill.py 6.9 KB