feishu-chat-monitor

Monitor Feishu group chats for missed @mentions and send automated responses.

28|13|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/wulaosiji/skills --skill feishu-chat-monitor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-chat-monitor
Source: https://github.com/wulaosiji/skills/tree/main/feishu-chat-monitor
Command: npx skills add https://github.com/wulaosiji/skills --skill feishu-chat-monitor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures you don't miss important @mentions in Feishu group chats, especially when you're busy or away, by automatically responding to missed mentions.

Core Features & Use Cases

  • Missed Mention Detection: Scans recent messages in specified Feishu groups for @mentions directed at you.
  • Automated Catch-up Responses: Sends a polite acknowledgment message when a missed @mention is detected.
  • Use Case: After a meeting, you can run this skill to quickly check if any critical @mentions were posted in the "AGI智库-对话群" while you were unavailable and get a prompt response.

Quick Start

Run the python script to check for any missed @mentions in the monitored Feishu groups.

Frequently Asked Questions about feishu-chat-monitor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor Feishu group chats for missed @mentions automatically?

To monitor Feishu group chats for missed @mentions automatically, this Skill scans specified groups using Python scripts and the Feishu API to retrieve recent messages and detect mentions directed at you.

Can I send automated catch-up responses to acknowledge missed mentions in Feishu?

Yes, you can send automated catch-up responses to acknowledge missed mentions in Feishu. Once the script detects an unread @mention, it automatically sends a polite acknowledgment message to the specified group chat.

Does monitoring Feishu chats for missed mentions require API access?

Yes, monitoring Feishu chats for missed mentions requires Feishu API access. The Python scripts utilize the API for both retrieving recent group messages to find @mentions and sending the automated catch-up responses.

What is the best way to check for critical @mentions in Feishu groups after a meeting?

The best way to check for critical @mentions in Feishu groups after a meeting is running this Python script. It scans collaborative environments like AGI智库 groups for missed mentions and generates prompt acknowledgment responses.

How to catch up on real-time communication management in Feishu when unavailable?

To catch up on real-time communication management in Feishu when unavailable, run the monitoring script to scan specified group chats for any @mentions directed at you and send automated catch-up replies.

Why does the Feishu chat monitor script only run when executed manually?

The Feishu chat monitor script runs manually because it is designed for on-demand catch-up after meetings or periods of unavailability, executing Python scripts to scan recent messages rather than running continuous background polling.