File Monitor Feishu Notify

👤 huyoujin-cd 📦 v1.0.0 ⭐ 4.2 ⬇️ 705 下载
🔒 IT运维与安全 免费 🔑 需 API Key

📖 技能介绍


name: file-monitor-feishu-notify version: 1.0.0 description: 文件监控并自动通知到飞书群 metadata: short-description: 监控目录,新文件自动发送飞书通知 tags: ["file", "monitor", "feishu", "notification", "automation"] source: repository: https://github.com/YOUR_USERNAME/file-monitor-feishu-notify license: MIT


File Monitor Feishu Notify Skill

Description

监控指定目录的文件变化,新文件自动发送到飞书群聊。

Trigger

  • 文件监控自动触发
  • HEARTBEAT 守护进程运行

Usage

安装

# 已本地安装,无需额外操作

配置

编辑 config.json

{
  "watch_dir": "D:\\云文档同步",
  "notify_file": ".data/.pending_notify.md",
  "feishu": {
    "app_id": "cli_xxx",
    "app_secret": "xxx",
    "chat_id": "oc_xxx"
  },
  "check_interval": 2,
  "log_file": "logs/auto-send.log"
}

启动

# HEARTBEAT 会自动启动,或手动运行:
powershell -ExecutionPolicy Bypass -File "skills/file-monitor-feishu-notify/start-monitor.ps1"

Files

  • scripts/simple-monitor.py - 文件监控器
  • scripts/auto-send.py - 自动发送器
  • start-monitor.ps1 - 启动脚本
  • config.json - 配置文件
  • logs/auto-send.log - 日志文件

Tags

file, monitor, feishu, notification, automation

小葱技能7w4.net有完整的技能分类。

Compatibility

  • OpenClaw: ✅
  • HEARTBEAT: ✅
  • Windows: ✅

🤖 AI 评测

这个 Skill 功能实用,监控文件夹有新文件就自动发飞书通知,做得比较完善。文档详细,小白也能看懂配置。不足是缺少启动脚本,文档里说的自动启动实际上没法用,还需要自己手动处理。另外文档里混了一些开发者用的内容,普通用户用不上。整体质量中等偏上,基本功能靠谱,但细节打磨还不够。

📊 多维度评分

适应性4.1
规范性3.9
有效性4.1
可靠性4.3
可信度5

📁 包含文件 (9 个)

📄 MANUAL_PUSH.md 2.3 KB
📄 PUBLISH_GUIDE.md 2.7 KB
📄 README.md 6.7 KB
📄 SKILL.md 1.4 KB
📄 _meta.json 145 B
📄 config.example.json 241 B
📄 scripts/auto-send.py 5.2 KB
📄 scripts/simple-monitor.py 2.2 KB
📄 skill-card.md 2.6 KB