✓ Verified 📁 File Management ✓ Enhanced Data

Feishu Memory Recall

This skill allows the agent to recover "lost".

Rating
4.1 (80 reviews)
Downloads
36,119 downloads
Version
1.0.0

Overview

This skill allows the agent to recover "lost".

Complete Documentation

View Source →

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

bash
# 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

  • sync-groups: Reads ~/.openclaw/agents/main/sessions/sessions.json to auto-discover all Feishu groups the agent is connected to.
  • search/recall/digest: Calls Feishu API to fetch messages from tracked groups, filters by keyword/user/time.
  • 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:

text
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.

Installation

Terminal bash

openclaw install feishu-memory-recall
    
Copied!

💻Code Examples

node skills/feishu-memory-recall/index.js recall -u ou_cdc63fe05e88c580aedead04d851fc04 --hours 48

node-skillsfeishu-memory-recallindexjs-recall--u-oucdc63fe05e88c580aedead04d851fc04---hours-48.txt
## 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`:
example.sh
# 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

⚙️Configuration Options

Option Type Default Description
FEISHU_APP_IDstringcli_xxxxx-
FEISHU_APP_SECRETstringxxxxx-

Tags

#notes_and-pkm

Quick Info

Category File Management
Model Claude 3.5
Complexity Multi-Agent
Author autogame-17
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install feishu-memory-recall