name: group-chat-summarizer description: Intelligent group chat summarization for work and interest groups across all platforms (Feishu, DingTalk, WeChat Work, Discord, Slack, etc.). Extracts key information, action items, topic threads, and generates structured summary reports. Use when users need to summarize group chat conversations, extract to-do items, identify decisions made, or track discussion progress. Supports both manual on-demand summaries and automated daily summaries.
Intelligent group chat summarization that transforms messy conversations into actionable insights.
User: "Summarize this chat log"
[User pastes chat log]
→ Generate standard summary (Basic/Standard/Detailed based on length)
User: "Give me a detailed summary of yesterday's team chat"
→ Use detailed format with full timeline
User: "Extract only action items from this discussion"
→ Skip narrative, output only action items table
User: "What's the sentiment of this conversation?"
→ Include sentiment analysis section
The skill automatically detects and parses: - China: Feishu (飞书), DingTalk (钉钉), WeChat Work (企业微信), QQ - International: Discord, Slack, Microsoft Teams, Telegram - Generic: Plain text, CSV exports, JSON logs
See references/platform_formats.md for format details.
All summaries follow this structure (see references/output_template.md):
Automatically identifies: - Task descriptions - @mentioned owners - Deadline phrases ("by Friday", "next week", "ASAP") - Status indicators ("done", "pending", "blocked")
Detects conversation tone:
- 😊 Positive - collaborative, supportive
- 😐 Neutral - factual, informational
- 😟 Negative - conflicts, complaints, concerns
- ⚠️ Controversial - disagreements, unresolved debates
Identifies: - Blocked items or impediments - Resource constraints mentioned - Disagreements without resolution - Missing information or dependencies
When platform APIs are available:
- Use scripts/fetch_messages.py to retrieve chat history
- Requires appropriate authentication tokens
- Respects rate limits and privacy settings
小葱技能站7w4.net,专业的AI技能分享平台。
Input: 127 messages from product-tech team
Output:
- 3 topics discussed (Q2 planning, UI review, technical concerns)
- 4 action items identified with owners
- 1 risk flagged (frontend timeline)
- Follow-up: Interface doc due Thursday
Input: 89 messages about weekend hiking plan
Output:
- Topic: Hiking route selection → Decision: Xiangshan Trail
- 5 participants confirmed
- Action: @Alice to book bus by Wednesday
- Note: @Bob unavailable this weekend
这个群聊摘要工具质量不错,能自动识别飞书、钉钉、企业微信等多个平台的消息格式,提取待办事项、情感倾向和潜在风险,输出结构清晰的总结报告。优点是功能全面、格式规范、使用方便;不足是部分平台只支持 JSON 导出而非文本,某些复杂对话的解析准确性还有提升空间。总体而言是一个实用且完成度较高的生产力工具。