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-recallWhat This Skill Does
The feishu-memory-recall skill provides OpenClaw agents with comprehensive cross-group awareness within the Feishu ecosystem. Instead of being siloed into individual conversations, your agent can now perform global searches, generate activity digests, and maintain a shared history of events across all connected Feishu groups and direct messages. By interacting with the agent, you can retrieve specific messages from users regardless of the group context, search through historical archives using keywords, or get a quick summary of what has transpired across your professional network in the last several hours. It acts as a bridge between the Feishu platform and your local agent memory, ensuring you never miss critical information.
Installation
To install the skill, use the ClawHub CLI command within your terminal environment:
clawhub install openclaw/skills/skills/autogame-17/feishu-memory-recall
Ensure that you have provided your FEISHU_APP_ID and FEISHU_APP_SECRET in your local .env file for authentication. After installation, execute node skills/feishu-memory-recall/index.js sync-groups to map your current active sessions into the memory/active_groups.json registry.
Use Cases
This skill is ideal for project managers, developers, and team leads who juggle multiple communication threads.
- Information Retrieval: Quickly find specific instructions or decisions mentioned by stakeholders in various meetings.
- Knowledge Management: Aggregate scattered information into a centralized, searchable log using the
log-eventfunctionality. - Situational Awareness: Generate daily or hourly summaries of group activity to stay informed about project progress without manually scrolling through hundreds of messages.
Example Prompts
- "Check if there are any updates regarding the GIF crash issue in our development channels from the last 12 hours."
- "Can you give me a digest of what happened in all tracked Feishu groups since I went to lunch 4 hours ago?"
- "Find the message where the product lead mentioned the new API endpoint requirements."
Tips & Limitations
- Permissions: Ensure the Feishu bot has appropriate read permissions for the groups you intend to monitor.
- Performance: For high-traffic groups, consider limiting the
--hoursparameter to avoid excessive API rate limits. - Storage: The
log-eventcommand writes to bothRECENT_EVENTS.mdand daily dated files; make sure to clear or archive these periodically to maintain system performance.
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
Flags: file-write, file-read, data-collection, external-api
Related Skills
context-compressor
Intelligently compress context — conversations, code, logs. Preserve key information while reducing token usage. Auto-detects content type and applies optimal compression.
auto-context
智能上下文卫生检查器。分析当前会话的上下文污染程度 (长对话、主题漂移、噪声累积),建议:continue、/fork、/btw 或新会话。 支持手动触发(/auto-context)和自动触发(响应层实现)。 基于 ArXiv 论文和认知心理学研究的多维度评估体系。
feishu-cron-announce
创建定时任务并通过 OpenClaw cron announce 直接推送结果到飞书。当需要设置定时监控任务(如版本发布、天气、股票等)并让结果自动推送到飞书时使用。关键词:飞书定时推送、cron 定时任务、飞书 announce、定时监控、飞书监控通知。
autodream-core
通用记忆整理引擎 — 基于适配器模式的跨平台记忆整理技能。自动去重、合并、删除过时条目。| Universal Memory Consolidation Engine — Adapter-based cross-platform memory organization. Auto-dedup, merge, prune stale entries.
memory-stack
AI 记忆栈架构 - 符合 2026 前沿的 AI 记忆系统。微调+RAG+ 上下文三层设计,mirrors 人类记忆工作方式。