feishu-im-read

Retrieve Feishu chat messages with time filters, pagination, and thread expansion.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Qiue-G/Claw-X --skill feishu-im-read-qiue-g
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-im-read
Source: https://github.com/Qiue-G/Claw-X/tree/main/.openclaw/extensions/feishu-openclaw-plugin/skills/feishu-im-read
Command: npx skills add https://github.com/Qiue-G/Claw-X --skill feishu-im-read-qiue-g

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feishu-im-read provides tools to retrieve historical Feishu messages, including thread replies and cross-conversation content, to support context gathering and auditing.

Core Features & Use Cases

  • Retrieve group or direct chat history and topic thread replies for a given conversation.
  • Support cross-conversation search across chats with filters and resource downloads when embedded.
  • Download images or files referenced in messages via a dedicated fetch mechanism.

Quick Start

Instruct the assistant to read messages from a Feishu conversation and fetch any linked resources when needed.

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 with context and thread replies?

To retrieve Feishu chat history, you can fetch group or direct conversation messages and expand topic threads by specifying a thread_id to gather full context and replies.

Can I search for messages across multiple Feishu conversations at once?

Yes, you can perform cross-conversation message search across Feishu chats. This allows you to retrieve historical content from multiple conversations using specific filters.

How do I download images or files embedded in Feishu messages?

You can download images or files referenced in Feishu messages using a dedicated fetch mechanism that retrieves embedded resources linked within the chat history.

Does retrieving Feishu messages support time filtering and pagination?

Yes, retrieving Feishu messages supports time filtering using relative_time or start_time/end_time, and pagination with a maximum page_size of 50 messages per request.

What is the best way to get context from a specific Feishu topic thread?

The best way to get context from a Feishu topic thread is to request message retrieval with a thread_id, which automatically expands the thread to include all related replies.