Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
autogame-17 avatar

Feishu Memory Recall

  • 2 installs
  • 20 repo stars
  • Updated April 11, 2026
  • autogame-17/feishu-skills

feishu-memory-recall is a Claude skill that gives OpenClaw Feishu agents cross-group memory to search messages, recall user activity, generate digests, and share events.

About

feishu-memory-recall gives OpenClaw Feishu agents cross-group awareness by searching messages, generating activity digests, and sharing events across all Feishu groups and DMs. It can recall a user's recent messages, search by keyword, summarize activity over a time window, log cross-session events, and auto-discover tracked groups from gateway sessions. Developers use it so an agent can remember and search what happened across many Feishu conversations. It requires Feishu credentials.

  • Cross-group search, recall, and digest of Feishu messages for agents
  • Auto-discovers groups from OpenClaw gateway sessions
  • Logs cross-session events to RECENT_EVENTS.md and daily logs

Feishu Memory Recall by the numbers

  • 2 all-time installs (skills.sh)
  • Ranked #13,957 of 16,556 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

feishu-memory-recall capabilities & compatibility

Free skill; requires Feishu credentials (FEISHU_APP_ID / FEISHU_APP_SECRET) in .env.

Capabilities
feishu message · feishu card
Works with
slack
Use cases
memory · web search
From the docs

What feishu-memory-recall says it does

Cross-group memory, search, and event sharing for OpenClaw Feishu agents
SKILL.md
Cross-group awareness for OpenClaw. Search messages, generate digests, and share events across all Feishu groups and DMs.
SKILL.md
npx skills add https://github.com/autogame-17/feishu-skills --skill feishu-memory-recall

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs2
repo stars20
Last updatedApril 11, 2026
Repositoryautogame-17/feishu-skills

What it does

Give a Feishu agent cross-group memory to search messages, recall a user's activity, and generate digests.

Who is it for?

Searching and summarizing messages across all Feishu groups and DMs an agent is connected to.

Skip if: Searching chat history on Slack, Teams, or platforms other than Feishu.

When should I use this skill?

An agent needs to recall what a user said, search a keyword, or summarize activity across Feishu groups.

What you get

The agent can search, recall, and digest messages across every tracked Feishu group and DM.

  • Search results, digests, and a cross-session event log across Feishu groups

By the numbers

  • 7 commands (recall/search/digest/log-event/sync-groups/add-group/list-groups)
  • version 2.0.0

Files

SKILL.mdMarkdownGitHub ↗

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 <id> [--hours 24]Find messages from a user across all groups
search --keyword <text> [--hours 24]Search messages by keyword across all groups
digest [--hours 6]Activity summary of all tracked groups
log-event -s <source> -e <text>Write event to RECENT_EVENTS.md + daily log
sync-groupsAuto-discover groups from gateway sessions
add-group -i <id> -n <name>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 $TARGET_USER_ID --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.

Related skills

FAQ

How does it know which groups to track?

sync-groups reads the OpenClaw gateway sessions.json to auto-discover all connected Feishu groups, and you can also add groups manually.

Where are logged events stored?

In RECENT_EVENTS.md as a rolling 24h feed and in memory/YYYY-MM-DD.md as a permanent daily log.

AI & Agent Buildingagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.