feishu-im-read
飞书 IM 消息读取工具使用指南,覆盖会话消息获取、话题回复读取、跨会话消息搜索、图片/文件资源下载。 **当以下情况时使用此 Skill**: (1) 需要获取群聊或单聊的历史消息 (2) 需要读取话题(thread)内的回复消息 (3) 需要跨会话搜索消息(按关键词、发送者、时间等条件) (4) 消息中包含图片、文件、音频、视频,需要下载 (5) 用户提到"聊天记录"、"消息"、"群里说了什么"、"话题回复"、"搜索消息"、"图片"、"文件下载" (6) 需要按时间范围过滤消息、分页获取更多消息
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chenfa188/openclaw-feishu-im-readWhat This Skill Does
The feishu-im-read skill serves as a comprehensive interface for accessing and managing messages within the Feishu (Lark) ecosystem. Designed for OpenClaw AI agents, this tool enables seamless retrieval of chat history, detailed thread discussions, cross-conversation message searches, and binary resource extraction (images, files, audio, video). By acting as a secure bridge to your enterprise communication data, the skill allows you to summarize discussions, locate lost documents, or analyze long-running projects directly through natural language requests.
Installation
You can integrate this skill into your OpenClaw environment by running the following command in your terminal:
clawhub install openclaw/skills/skills/chenfa188/openclaw-feishu-im-read
Ensure your OpenClaw configuration has the appropriate API permissions for your Feishu workspace before proceeding.
Use Cases
- Project Archiving: Extracting historical context from complex group chats or threads to generate meeting minutes.
- Content Retrieval: Finding specific files, images, or documents shared across multiple private and group conversations without manual searching.
- Communication Analysis: Monitoring specific topics or mentions within large team chats to ensure critical updates are not missed.
- Contextual Awareness: Automatically unfolding and summarizing deep thread replies to understand the nuance behind final decisions.
Example Prompts
- "Check the project-alpha group for any messages from yesterday and summarize the main points about the deployment plan."
- "Search for the latest design document sent by Alice in the last week and download it to my local workspace."
- "Show me the full discussion thread regarding the Q3 budget update I received in my direct messages today."
Tips & Limitations
- Context Handling: When dealing with
thread_idrecords, the skill can either perform a quick overview (last 10 replies) or a full export. Specify your preference to save processing time. - Pagination: If your search returns
has_more=true, don't hesitate to ask the agent to fetch the next page for complete information. - Time Sensitivity: Use specific date ranges in your prompts to optimize search speed, as broad queries across large histories can be time-consuming.
- Resource Constraints: The skill currently supports files up to 100MB. Note that it cannot download rich content like emojis or proprietary card-based widgets. All actions are restricted by your personal user permissions; if you cannot see the chat in the Feishu desktop app, the agent cannot access it either.
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-chenfa188-openclaw-feishu-im-read": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, file-read
Related Skills
feishu-channel-rules
Lark/Feishu channel output rules. Always active in Lark conversations.
feishu-calendar
飞书日历与日程管理工具集。包含日历管理、日程管理、参会人管理、忙闲查询。
feishu-fetch-doc
获取飞书云文档内容。返回文档的 Markdown 内容,支持处理文档中的图片、文件和画板(需配合 feishu_doc_media 工具)。
feishu-task
飞书任务管理工具,用于创建、查询、更新任务和清单。 **当以下情况时使用此 Skill**: (1) 需要创建、查询、更新、删除任务 (2) 需要创建、管理任务清单 (3) 需要查看任务列表或清单内的任务 (4) 用户提到"任务"、"待办"、"to-do"、"清单"、"task" (5) 需要设置任务负责人、关注人、截止时间
feishu-update-doc
更新飞书云文档。支持 7 种更新模式:追加、覆盖、定位替换、全文替换、前/后插入、删除。