feishu-chat

Manage Feishu group chats via the Feishu Open API.

271|27|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/hyperlist/feishu-multi-agent --skill feishu-chat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-chat
Source: https://github.com/hyperlist/feishu-multi-agent/tree/main/skills/feishu-chat
Command: npx skills add https://github.com/hyperlist/feishu-multi-agent --skill feishu-chat

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the management of Feishu group chats, allowing for automated creation, member management, and information updates without manual intervention.

Core Features & Use Cases

  • Group Creation: Automatically create new Feishu group chats with specified names.
  • Member Management: Add or remove members from existing groups using their Open IDs.
  • Group Information Update: Modify group names and descriptions.
  • Use Case: Streamline onboarding by automatically creating a project-specific chat group and adding the relevant team members.

Quick Start

Use the feishu-chat skill to create a new group named 'Project Alpha' with the description 'Development team for Project Alpha'.

Frequently Asked Questions about feishu-chat

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

FAQPage Schema
How do I automate Feishu group chat creation for team onboarding?

Automating Feishu group chat creation involves using the Feishu Open API to programmatically create new groups with specified names and descriptions. This streamlines team coordination by automatically setting up project-specific communication channels without manual intervention.

What do I need to manage Feishu group chats via the Open API?

Managing Feishu group chats via the Open API requires valid Feishu app_id and app_secret credentials for authentication. Additionally, the environment must support exec permissions to run curl commands for interacting with the API endpoints.

Can I update Feishu group information like names and descriptions programmatically?

You can update Feishu group information programmatically by sending requests through the Feishu Open API. This allows automated modification of existing group names and descriptions to keep team communication channels accurate and current.

How does automated member management work for Feishu group chats?

Automated member management for Feishu group chats works by targeting specific users via their Open IDs. The Feishu Open API allows you to programmatically add or remove members from existing groups, facilitating dynamic team coordination.

What are the limitations of using curl commands for Feishu chat management?

Using curl commands for Feishu chat management requires an environment that explicitly grants exec permissions to run external commands. This constraint means the Skill cannot operate in restricted or sandboxed execution environments where shell access is disabled.