A unified command-line toolkit for managing Feishu messages, audio uploads, group chat creation, and pinned message retrieval.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install feishu-message
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install feishu-message using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Feishu Message Skill is a comprehensive development toolkit designed to provide a single, unified entry point for interacting with the Feishu communication platform. As a core component of the Openclaw Skills ecosystem, it allows developers and AI agents to programmatically handle complex messaging tasks that would otherwise require manual API orchestration. Whether you need to fetch deeply nested merged messages or automate the creation of project-specific group chats, this skill provides a streamlined interface to do so.
By utilizing this skill within your Openclaw Skills workflow, you gain the ability to manage team communication channels programmatically. It abstracts the complexities of the Feishu API, such as multipart form-data handling for audio files and recursive data fetching for message hierarchies, into a developer-friendly CLI.
To integrate this into your Openclaw Skills environment, ensure you have the required dependencies installed and use the unified CLI entry point:
# Install dependencies
npm install axios form-data music-metadata commander
# Basic usage command
node skills/feishu-message/index.js <command> [options]
The skill organizes operations into distinct command structures with the following metadata expectations:
| Command | Key Inputs | Output Type |
|---|---|---|
| get | message_id, --recursive | JSON (Message Content Tree) |
| send-audio | file_path, target_id | Delivery Status Response |
| create-chat | name, user_list, desc | Group Metadata (chat_id) |
| list-pins | chat_id | List of Pinned Message Objects |
Loading
A specialized skill providing cross-group message search, activity summarization, and event logging for Feishu-integrated OpenClaw agents.

A specialized toolset for programmatically managing Feishu group chat settings and visual processing indicators.

A robust authentication and API utility layer designed to power Feishu-based automation workflows.

A specialized utility designed to capture recent chat history and deliver it as a unified merge-forward message to specific recipients.

A professional utility for programmatically fetching transcripts, metadata, and media recordings from Feishu Minutes.

A specialized tool for sending, caching, and optimizing native Feishu stickers directly via command line or AI agents.








































