自动分析飞书群消息,提取学习点和进化建议。\n 每6小时自动运行,支持多群监控、关键词提取、学习建议生成。
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill feishu-group-learning --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Feishu Group Learning?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-feishu-group-learning)More formats (shields.io, HTML) on the badges page.
---
name: feishu-group-learning
description: "自动分析飞书群消息,提取学习点和进化建议。\n 每6小时自动运行,支持多群监控、关键词提取、学习建议生成。"
---
# Feishu Group Learning
自动分析飞书群消息,提取有价值的学习点。
## 功能
- 多群消息监控
- 自动语义分析
- 学习建议生成
- 定时报告推送
## 安装
```bash
clawhub install feishu-group-learning
```
## 配置
编辑 `~/.openclaw/workspace/skills/feishu-group-learning/config.json`:
```json
{
"chats": [
{"id": "oc_xxx", "name": "群名称"}
],
"schedule": "0 */6 * * *"
}
```
## 使用
```bash
# 手动运行分析
bash ~/.openclaw/workspace/skills/feishu-group-learning/analyze.sh
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!