← 返回
AI智能 Key 中文

feishu-memory-recall

Cross-group memory, search, and event sharing for OpenClaw Feishu agents
OpenClaw飞书代理的跨群组记忆、搜索与事件共享功能
autogame-17
AI智能 clawhub v2.0.0 1 版本 99688.4 Key: 需要
★ 0
Stars
📥 3,199
下载
💾 207
安装
1
版本
#latest

概述

Feishu Memory Recall

Cross-group awareness for OpenClaw. Search messages, generate digests, and share events across all Feishu groups and DMs.

Commands

CommandDescription
------
recall --user [--hours 24]Find messages from a user across all groups
search --keyword [--hours 24]Search messages by keyword across all groups
digest [--hours 6]Activity summary of all tracked groups
log-event -s -e Write event to RECENT_EVENTS.md + daily log
sync-groupsAuto-discover groups from gateway sessions
add-group -i -n Manually track a group
list-groupsShow tracked groups

Usage

# Search for "GIF error" across all groups
node skills/feishu-memory-recall/index.js search -k "GIF" --hours 12

# What happened in all groups in the last 6 hours?
node skills/feishu-memory-recall/index.js digest --hours 6

# Log a cross-session event
node skills/feishu-memory-recall/index.js log-event -s "dev-group" -e "Fixed GIF crash in gateway"

# Auto-discover all Feishu groups from gateway sessions
node skills/feishu-memory-recall/index.js sync-groups

# Find what a specific user said recently
node skills/feishu-memory-recall/index.js recall -u ou_cdc63fe05e88c580aedead04d851fc04 --hours 48

How It Works

  1. sync-groups: Reads ~/.openclaw/agents/main/sessions/sessions.json to auto-discover all Feishu groups the agent is connected to.
  2. search/recall/digest: Calls Feishu API to fetch messages from tracked groups, filters by keyword/user/time.
  3. log-event: Appends to both RECENT_EVENTS.md (rolling 24h cross-session feed) and memory/YYYY-MM-DD.md (permanent daily log).

Configuration

Requires Feishu credentials in .env:

FEISHU_APP_ID=cli_xxxxx
FEISHU_APP_SECRET=xxxxx

Group list is stored in memory/active_groups.json and can be auto-populated via sync-groups.

版本历史

共 1 个版本

  • v2.0.0 当前
    2026-03-28 20:05 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,057 📥 796,789
productivity

Feishu Doc

autogame-17
从飞书(Lark)的 Wiki、文档、表格和多维表格获取内容,自动解析 Wiki URL 为真实实体,并转换为 Markdown 格式。
★ 12 📥 10,232
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 710 📥 243,585