feishu-im-read

Retrieve Feishu IM chat history, thread replies, and media resources.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/alexaundre/mycc --skill feishu-im-read
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-im-read
Source: https://github.com/alexaundre/mycc/tree/main/skills/feishu-im-read
Command: npx skills add https://github.com/alexaundre/mycc --skill feishu-im-read

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Feishu IM read tool helps you access and retrieve messages from Feishu conversations, including historical chats, thread replies, and media resources, without manual scrolling.

Core Features & Use Cases

  • Retrieve group or private chat history by chat_id or open_id, with optional time filters and pagination.
  • Read thread replies within a topic to provide full context for conversations.
  • Perform cross-chat searches by keywords, senders, or time ranges, and download images or files referenced in messages.
  • Download images, files, audio, and video resources using message_id and file_key.

Quick Start

Provide a target chat_id or open_id and an optional time window to begin reading messages.

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 IM messages from a specific chat?

To retrieve Feishu IM messages, provide a target chat_id or open_id along with optional time filters and pagination to fetch conversation history from group or private chats without manual scrolling.

Can I download images and files referenced in Feishu chat messages?

Yes, you can download images, files, audio, and video resources referenced in Feishu messages by using the feishu_im_user_fetch_resource function with the specific message_id and file_key.

How do I read thread replies within a Feishu topic conversation?

Reading thread replies in Feishu allows you to retrieve the full context of a topic conversation by targeting the specific thread within a chat using its chat_id or open_id.

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

Cross-chat searches in Feishu can be performed using keywords, specific senders, or time ranges to filter and retrieve relevant messages across different group or private conversations.

Do I need both chat_id and open_id to read Feishu conversation history?

No, you only need to provide either a chat_id or an open_id to read Feishu conversation history; deterministic parameter handling requires at least one of them to be specified.

What are the limitations when retrieving historical Feishu messages with time filters?

Retrieving historical Feishu messages with time filters requires at least one valid identifier (chat_id or open_id) and supports pagination, but large queries may necessitate multiple paginated requests.