Skills feishu-chat-monitor

install
source · Clone the upstream repo
git clone https://github.com/wulaosiji/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/wulaosiji/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/feishu-chat-monitor" ~/.claude/skills/wulaosiji-skills-feishu-chat-monitor && rm -rf "$T"
manifest: feishu-chat-monitor/SKILL.md
source content

Feishu Chat Monitor

Manually check Feishu group chats for @mentions that may have been missed and send catch-up responses.

When to Use

  • 离开一段时间后需要检查是否有遗漏的 @提及消息时
  • 需要手动触发检查监控群的 @提及消息时
  • 需要在 AGI智库 相关群组中补回复时
  • 需要批量发送"抱歉刚才在处理其他任务"类补回复时

Do NOT use this skill if

  • 需要提取完整聊天记录进行深度分析 → 使用
    feishu-chat-extractor
  • 需要撤回误发消息 → 使用
    feishu-message-recall
  • 需要主动发送新消息(非补回复)→ 使用
    feishu-group-welcome
    feishu-voice-sender

Typical Trigger Phrases

  • "帮我看看有没有漏回的 @"
  • "Check missed mentions in my Feishu groups"
  • "补回复一下刚才的 @消息"
  • "检查一下 AGI智库 的 @提及"

Workflow

  1. Ask for inputs: 确认需要检查的群聊(默认监控预设群组)
  2. Run monitor script: 执行检查脚本
    python3 scripts/check_missed_mentions.py
    
  3. Scan recent messages: 检查监控群最近 1 小时内的消息
  4. Identify @mentions: 找出所有
    @_user_1
    (即 @我)的消息
  5. Send catch-up replies: 自动发送补回复:"@[发送者] 抱歉刚才在处理其他任务,现在回复您!请说~"
  6. Report summary: 返回检查结果摘要(发现多少条遗漏、已回复多少条)

Guardrails

  • 本技能为手动按需运行,非定时自动执行
  • 只能回复监控列表中的群聊,默认包含 AGI智库-对话群 和 AGI智库-话题群
  • 检查时间窗口默认为最近 1 小时,可在脚本中调整
  • 已发送的补回复无法撤回,发送前请确认

Configuration

编辑

scripts/check_missed_mentions.py
调整:

  • MONITORED_CHATS
    : 监控的群聊列表
  • 检查时间窗口(默认:最近 1 小时)
  • 补回复消息模板

Monitored Groups

Group IDGroup Name
oc_60c795e2e04eefc3d09eb49da4df15a5
AGI智库-对话群
oc_f682e4cb4d3eab9bc4e284f7650f4796
AGI智库-话题群

Related Skills

About

Part of the Feishu automation toolkit by UniqueClub. 🌐 https://uniqueclub.ai