skillfed

Feishu Chat

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.

Feishu Chat lets you create and manage group chats, add members, and control announcements.

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

4,264 447 MIT updated by m1heng

Install

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

CLI (skillfed)coming soon
git clone https://github.com/m1heng/clawdbot-feishu
cp -r clawdbot-feishu/skills/feishu-chat ~/.claude/skills/feishu-chat

Frequently asked questions

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

What is Feishu Chat and what can it do?

Feishu Chat is an MIT-licensed skill for managing Feishu/Lark team communications. It provides group management and announcement operations, enabling you to create or disband group chats, add members, and handle chat announcements through read, write, and block-level editing actions.

How do I create a group chat in Feishu?

Feishu Chat supports creating group chats as part of its core group management capabilities. You can use the skill's creation actions to set up new group chats for your Feishu/Lark team, with options to configure members and settings during the creation process.

How can I manage Feishu group members?

Feishu Chat lets you manage group members through dedicated member addition and deletion operations. You can add users to existing Feishu group chats and remove members as needed, giving you full control over your group's composition.

How do I read Feishu announcements?

Feishu Chat enables you to read group announcements in Feishu through its announcement read operations. The skill supports block-level access to announcement content, allowing you to retrieve and review announcements within your group chats.

Can Feishu Chat automate chat operations via API?

Yes, Feishu Chat supports automating Feishu chat operations through API actions. You can programmatically manage group chats, handle announcements, and control bot permissions for chat and announcement access, enabling seamless integration with your workflows.

How do I create a session chat with a greeting message?

Feishu Chat includes functionality to create session chats with greeting messages in Feishu. This allows you to set up new chat sessions with customized welcome content for your team members.

SKILL.md

rendered from the published skill — quoted content, verbatim

Feishu Chat Tool

Feishu chat operations including group announcement reading/writing and group chat management.

Actions

Get Announcement Info
{ "action": "get_announcement_info", "chat_id": "oc_abc123def" }

Returns basic announcement information including type (doc or docx) and metadata.

Get Full Announcement
{ "action": "get_announcement", "chat_id": "oc_abc123def" }

Returns complete announcement content. Supports both old (doc) and new (docx) announcement formats.

List Announcement Blocks
{ "action": "list_announcement_blocks", "chat_id": "oc_abc123def" }

Returns all blocks for a docx-format announcement.

Get Single Announcement Block
{ "action": "get_announcement_block", "chat_id": "oc_abc123def", "block_id": "block_123" }

Returns a single block from the announcement.

Write Announcement
{ "action": "write_announcement", "chat_id": "oc_abc123def", "content": "New announcement content" }

For doc format: replaces the entire announcement content. For docx format: appends a new text block under the page root (full replacement is not supported via API; use

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

Read as markdown · JSON record · Browse the source repository

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

Related skills

Tags

team-messaging group-administration announcement-management member-provisioning chat-automation document-blocks permission-model session-creation