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

Compatibility

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

    小蔥技能7w4.net有完整的技能分類。

🤖 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