feishu-im-read

Retrieve Feishu IM messages, thread replies, and attached resources from chats.

1|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/picpic2013/feishu-openclaw-plugin --skill feishu-im-read-picpic2013
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-im-read
Source: https://github.com/picpic2013/feishu-openclaw-plugin/tree/main/skills/feishu-im-read
Command: npx skills add https://github.com/picpic2013/feishu-openclaw-plugin --skill feishu-im-read-picpic2013

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you retrieve and understand Feishu/Lark conversation data without manually digging through chats, making it easier to inspect history, follow discussions, and find shared resources.

Core Features & Use Cases

  • Chat History Retrieval: Get group or direct-message history with time filters, paging, and sensible defaults when the user does not specify a range.
  • Thread Expansion: Open thread replies for messages that contain thread_id so you can see the full conversation context.
  • Cross-Chat Search: Search messages across chats by keyword, sender, mention, time window, or message type.
  • Resource Downloads: Fetch images, files, audio, and video referenced inside messages when the content includes downloadable resource markers.
  • Use Case: A user asks what was discussed in a project group yesterday, and this Skill can pull the relevant messages, expand the thread replies, and download any attached evidence files.

Quick Start

Use the feishu-im-read skill to fetch the relevant Feishu chat messages for the requested time range, expand any threads that appear, and download any referenced resources.

Frequently Asked Questions about feishu-im-read

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve Feishu chat history for a specific time range?

Retrieve Feishu chat history by specifying a chat_id or open_id along with time filters. When no range is specified, the system applies sensible paging defaults to fetch group or direct-message logs.

Can I search across multiple Feishu chats by keyword and sender?

Cross-chat search in Feishu supports filtering messages by keyword, sender, mention, time window, or message type. This allows you to locate specific discussions across both group chats and direct conversations.

What is the best way to expand thread replies in Feishu messages?

Expand Feishu thread replies by using the thread_id found inside a message. This retrieves the full conversation context and supports pagination to view all subsequent replies within that thread.

How do I download attached files, audio, and video from Feishu messages?

Download Feishu message resources like images, files, audio, and video by pairing the message_id with the file_key. This fetches downloadable attachments referenced inside the chat messages.

Do I need a specific chat ID to look up Feishu direct message history?

Yes, retrieving Feishu direct-message history requires selecting the correct chat_id or open_id. Accurate identifier selection is necessary to target the specific workspace communication you want to analyze.