feishu-messaging

Send text messages and retrieve chat lists and members via Feishu APIs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/genesis-plan/hongchen-lingjing --skill feishu-messaging-genesis-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-messaging
Source: https://github.com/genesis-plan/hongchen-lingjing/tree/main/skills/feishu-messaging-0
Command: npx skills add https://github.com/genesis-plan/hongchen-lingjing --skill feishu-messaging-genesis-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

通过Feishu开放平台实现消息发送、群聊信息获取和文档创建的自动化工作流,减少重复手工操作并提升沟通效率。

Core Features & Use Cases

  • 发送文本消息
  • 获取群聊列表
  • 获取群成员 典型用例:在需要统一群发通知或汇总群成员信息时,自动执行消息发送与成员查询,并可据此创建和整理文档。

Quick Start

直接给出指令:给 [姓名] 发一条飞书消息,告诉他 [内容]。

Frequently Asked Questions about feishu-messaging

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

FAQPage Schema
How do I automate sending text messages in Feishu?

Automating Feishu text messages requires using the bot's messaging API to send payload data to a specific user or chat ID. This workflow processes the text input and delivers it directly to the specified recipient.

What Feishu API permissions are required to list chats and retrieve chat members?

Listing chats and retrieving chat members requires the im:chat:readonly and im:chat.members:read API permissions. These scopes allow the bot to query and extract group channel information and member details.

Can I use this to automate Feishu document creation and messaging together?

Yes, you can automate Feishu document creation alongside messaging workflows. This integration allows for seamless generation and distribution of documents directly within chat channels.

Does this Skill support sending messages as a bot in Lark group channels?

Yes, the Skill supports sending messages as a bot in Lark group channels by utilizing the im:message:send_as_bot API permission. This allows automated text messages to be posted directly into chats.

What is the best way to extract chat member information for Feishu notifications?

The best way to extract chat member information for Feishu notifications is to use the chat listing and member retrieval API endpoints. This allows you to gather user IDs and names to target your automated messages.