ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

feishu-group-learning

自动分析飞书群消息,提取学习点和进化建议。 每6小时自动运行,支持多群监控、关键词提取、学习建议生成。

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/coolvzhao-lab/feishu-group-learning
Or

Feishu Group Learning

自动分析飞书群消息,提取有价值的学习点。

功能

  • 多群消息监控
  • 自动语义分析
  • 学习建议生成
  • 定时报告推送

安装

clawhub install feishu-group-learning

配置

编辑 ~/.openclaw/workspace/skills/feishu-group-learning/config.json:

{
  "chats": [
    {"id": "oc_xxx", "name": "群名称"}
  ],
  "schedule": "0 */6 * * *"
}

使用

# 手动运行分析
bash ~/.openclaw/workspace/skills/feishu-group-learning/analyze.sh

Metadata

Stars3409
Views0
Updated2026-03-25
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-coolvzhao-lab-feishu-group-learning": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.