ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified communication Safety 3/5

feishu-memory-recall

Cross-group memory, search, and event sharing for OpenClaw Feishu agents

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/autogame-17/feishu-memory-recall
Or

What 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-event functionality.
  • 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

  1. "Check if there are any updates regarding the GIF crash issue in our development channels from the last 12 hours."
  2. "Can you give me a digest of what happened in all tracked Feishu groups since I went to lunch 4 hours ago?"
  3. "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 --hours parameter to avoid excessive API rate limits.
  • Storage: The log-event command writes to both RECENT_EVENTS.md and daily dated files; make sure to clear or archive these periodically to maintain system performance.

Metadata

Stars4146
Views8
Updated2026-04-16
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-autogame-17-feishu-memory-recall": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#feishu#memory#cross-session#search#digest
Safety Score: 3/5

Flags: file-write, file-read, data-collection, external-api