$npx skillfedfor your agent

feishu-message

Feishu Message lets you retrieve specific messages using their ID or browse recent activity in any chat. Customize your search with page size, sort order, and time range filters to find exactly what you need.

Feishu Message retrieves individual messages by ID or lists recent messages from any Feishu chat.

AI-generated summary based on this skill's SKILL.md

4,264 447 MITupdated by m1heng

Decision gist · record as of 2026-03-29

Feishu Message retrieves individual messages by ID or lists recent messages from any Feishu chat. Feishu Message lets you retrieve specific messages using their ID or browse recent activity in any chat. Customize your search with page size, sort order, and time range filters to find exactly what you need.

manual: git clone https://github.com/m1heng/clawdbot-feishu → cp -r clawdbot-feishu/skills/feishu-message ~/.claude/skills/feishu-message
skills/feishu-message/SKILL.md · version 5d91d9ed

Use it when

  • Yes, feishu-message retrieves recent messages from any Feishu chat.
  • Feishu Message supports message lookup by ID, letting you retrieve a specific message directly.

Verify before relying

Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

m1heng/clawdbot-feishu/feishu-message · repository language: TypeScript

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How to read feishu messages with feishu-message?

Feishu Message retrieves specific messages using their ID or lets you browse recent activity in any chat. You can customize your search with page size, sort order, and time range filters to find exactly what you need from your Feishu conversations.

Can feishu-message retrieve recent messages from Feishu?

Yes, feishu-message retrieves recent messages from any Feishu chat. It supports filtering by time range and sort order, allowing you to access the most current conversation activity or browse backwards through your chat history.

How do I search feishu message by ID with feishu-message?

Feishu Message supports message lookup by ID, letting you retrieve a specific message directly. Simply provide the message ID and feishu-message will fetch that exact message along with its metadata and sender information.

What filters does feishu-message support for message queries?

Feishu Message offers customizable search with page size control, sort order options, and time range filters. These tools help you narrow down results when accessing conversation archives and group chat message lists in Feishu.

Does feishu-message work with group chats and direct messages?

Feishu Message accesses both group chat message lists and direct message conversations. You can retrieve individual messages, browse recent activity, and access conversation archives across all chat types in Feishu.

What information does feishu-message provide about messages?

Feishu Message returns message content along with metadata and sender information. This lets you understand not just what was said, but who sent it and when, giving you full context for each message you retrieve.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Feishu Message Tool

Single tool feishu_message for reading Feishu messages — get a single message by ID or list recent messages in a chat.

Actions

Get Single Message
{
  "action": "get",
  "message_id": "om_xxx"
}

Returns:

{
  "ok": true,
  "action": "get",
  "found": true,
  "message_id": "om_xxx",
  "msg_type": "text",
  "content": "Hello world",
  "sender_id": "ou_xxx",
  "sender_type": "user",
  "chat_id": "oc_xxx",
  "create_time": "1710000000000",
  "update_time": "1710000000000",
  "mentions": []
}
List Recent Messages

List recent messages in a chat (DM or group), newest first by default. Omit chat_id to use the current conversation's chat:

{
  "action": "list"
}

With custom page size, sort order, and time range:

{
  "action": "list",
  "chat_id": "oc_xxx",
  "page_size": 20,
  "sort_type": "ByCreateTimeAsc",
  "start_time": "1710000000",
  "end_time": "1710086400"
}

Returns:

```json { "ok": true, "action": "list",

(truncated - see the full file via the links below)

File tree — 1 file
skills/feishu-message/SKILL.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Retrieve and read individual or recent messages from Feishu chats”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

Feishu Chat
by m1heng · m1heng/clawdbot-feishu

Feishu Chat provides group management and announcement operations for Feishu/Lark teams. Create or disband group chats, add members, and handle chat announcements through read, write, and block-level editing actions.

MITupdated Mar 2026
★ 4,264repo stars
feishu-reaction
by m1heng · m1heng/clawdbot-feishu

This tool manages emoji reactions within Feishu conversations, letting you add reactions like thumbsup or heart to any message, remove them when needed, and view all reactions on a thread. It integrates directly into Feishu workflows and supports a range of common emoji types.

MITupdated Mar 2026
★ 4,264repo stars
pywayne-lark-bot
by wangyendt · wangyendt/wayne-skills

Pywayne Lark Bot is a comprehensive wrapper for Feishu's bot API, enabling you to send all message types—text, images, audio, files, rich text, and interactive cards—plus manage the complete message lifecycle with editing, forwarding, and recall. It includes helpers for formatting text, building rich posts with Markdown and tables, and constructing schema 2.0 cards, alongside chat administration, file handling, and batch messaging.

MITupdated Jul 2026
★ 8repo stars
feishu-lark
by OpenClaudia · OpenClaudia/openclaudia-skills

Feishu-Lark lets you post text, rich-text announcements, and interactive cards to Feishu (飞书) and Lark channels using either Custom Bot Webhooks or the App Bot API. Support includes at-mentions, structured layouts, and signature verification for secure webhook delivery.

MITupdated Jul 2026
★ 598repo stars
Openclaw Lark Integration
by Aradotso · Aradotso/hermes-skills

OpenClaw's Lark integration plugin lets AI agents read and write messages, manage documents, bases, sheets, calendars, and tasks directly within Lark workspaces. Built-in security controls and interactive cards enable real-time updates with full CRUD operations across all workspace resources.

no license declared → metadata onlyupdated Jul 2026
★ 3repo stars
pywayne-lark-bot-listener
by wangyendt · wangyendt/wayne-skills

Pywayne Lark Bot Listener provides WebSocket-based real-time processing for Feishu/Lark messages and bot events. It offers decorator-driven handlers for text, images, files, audio, media, stickers, posts, and interactive content, plus event handlers for recalls, reads, reactions, and membership changes—all with automatic resource download/cleanup and message deduplication. Handlers support flexible parameter declaration, async/sync compatibility, and built-in access to the full LarkBot API for sending replies and managing interactive cards.

MITupdated Jul 2026
★ 8repo stars

More skills lark-im (MIT) · Feishu Chat History (unlicensed)

Tags
message-retrievalchat-historyconversation-archiveim-integrationmessage-query