feishu-memory-recall
Cross-group memory, search, and event sharing for OpenClaw Feishu agents
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/autogame-17/feishu-memory-recallFeishu Memory Recall
Cross-group awareness for OpenClaw. Search messages, generate digests, and share events across all Feishu groups and DMs.
Commands
| Command | Description |
|---|---|
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-groups | Auto-discover groups from gateway sessions |
add-group -i <id> -n <name> | Manually track a group |
list-groups | Show 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
- sync-groups: Reads
~/.openclaw/agents/main/sessions/sessions.jsonto 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) andmemory/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.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-autogame-17-feishu-memory-recall": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
feishu-sticker
Send images as native Feishu stickers. Features auto-upload, caching, and GIF-to-WebP conversion.
agentapi
Browse and search the AgentAPI directory - a curated database of APIs designed for AI agents. Find MCP-compatible APIs for search, AI, communication, databases, payments, and more. Includes x402 pay-per-use billing with USDC on Base.
xpoz-social-search
Search Twitter, Instagram, and Reddit posts in real time. Find social media mentions, track hashtags, discover influencers, and analyze engagement — 1.5B+ posts indexed. Social listening, brand monitoring, and competitor research made easy for AI agents.
feishu-attendance
Monitor Feishu (Lark) attendance records. Check for late, early leave, or absent employees and report to admin.
bird-twitter
Twitter/X CLI wrapper using bird — post tweets, reply, read, search, and manage your timeline. Fast GraphQL-based X CLI.