feishu-chat

Manage Feishu chats by retrieving info, creating groups, and handling members.

198|40|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/xiaomochn/AndroidForClaw --skill feishu-chat-xiaomochn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-chat
Source: https://github.com/xiaomochn/AndroidForClaw/tree/main/app/src/main/assets/skills/feishu-chat
Command: npx skills add https://github.com/xiaomochn/AndroidForClaw --skill feishu-chat-xiaomochn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the management of Feishu chats, allowing for efficient creation of groups, management of members, and retrieval of chat information.

Core Features & Use Cases

  • Group Creation: Easily create new group chats with specified names, descriptions, and initial members.
  • Member Management: Add or remove members from existing group chats.
  • Chat Information Retrieval: Get details about a chat, including its name, description, owner, member count, and type.
  • Use Case: A project manager can use this Skill to quickly set up a new team chat, add all relevant members, and then retrieve the chat details for documentation.

Quick Start

Use the feishu_chat skill to create a new group chat named 'Project Alpha' with members 'ou_123' and 'ou_456'.

Frequently Asked Questions about feishu-chat

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

FAQPage Schema
How do I create a new Feishu group chat with specific initial members?

To create a new Feishu group chat, you need to specify the desired chat name, description, and the initial member IDs. The Skill handles group creation by configuring these parameters within the Feishu ecosystem using bot permissions.

Can I retrieve chat information and list members for an existing Feishu chat?

Yes, you can retrieve Feishu chat information and list members for both p2p and group chats. The Skill requires specific chat and member IDs to fetch details like name, description, owner, member count, and chat type.

What do I need to manage Feishu chat members programmatically?

Managing Feishu chat members requires specific chat IDs and member IDs to perform add or remove actions. The Skill operates within the Feishu ecosystem, leveraging configured bot permissions to execute these member management tasks.

Does this Skill support managing both p2p and group chat types in Feishu?

Yes, the Skill supports managing both p2p and group chat types in Feishu. You can perform operations like retrieving chat information and listing members across both chat types, provided you supply the correct chat and member IDs.

What are the limitations when retrieving Feishu chat details?

Retrieving Feishu chat details requires specific chat and member IDs for targeted actions. The Skill operates strictly within the Feishu ecosystem using bot permissions, meaning it cannot function without proper ID inputs and authorization.