Feishu Message Skill
General utilities for Feishu Message operations that go beyond simple sending.
Best use case
Feishu Message Skill is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
General utilities for Feishu Message operations that go beyond simple sending.
Teams using Feishu Message Skill should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/feishu-message/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How Feishu Message Skill Compares
| Feature / Agent | Feishu Message Skill | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
General utilities for Feishu Message operations that go beyond simple sending.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Feishu Message Skill General utilities for Feishu Message operations that go beyond simple sending. ## Tools ### 1. Get/Read Message (Recursive) Fetch message content, including handling merge-forward messages recursively. ```bash node skills/feishu-message/get.js --message-id "om_..." --recursive ``` ### 2. Send Audio (Voice Bubble) Send an audio file as a native Feishu voice bubble. - Automatically calculates duration (requires `music-metadata`). - Uploads as `opus` (compatible with Feishu voice). ```bash node skills/feishu-message/send-audio.js --target "ou_..." --file "path/to/audio.mp3" ``` **Options:** - `--target <id>`: User OpenID (`ou_`) or ChatID (`oc_`). - `--file <path>`: Path to audio file. - `--duration <ms>`: (Optional) Manually specify duration in milliseconds. ## Dependencies - axios - form-data - music-metadata
Related Skills
google-messages
Send and receive SMS/RCS via Google Messages web interface (messages.google.com). Use when asked to "send a text", "check texts", "SMS", "text message", "Google Messages", or forward incoming texts to other channels.
feishui-file-sender
Send files via Feishu channel using message tool with filePath parameter.
message-injector
OpenClaw plugin that prepends custom text to every user message before it reaches the agent.
feishu-user
Feishu document operations (User Access Token version)
feishu-bitable-creator
Create and populate Feishu (Lark) Bitable (multidimensional tables) with automated cleanup.
feishu_file_fetch
Implements a Clawdbot extension tool that downloads Feishu files by message_id and file_key, streams to disk with sha256, size limits, and path traversal protection. Use when the user asks to build or update the feishu_file_fetch tool, Feishu file download workflow, or Clawdbot extension handling message_id/file_key inputs.
telegram-pairing-message-customization
Add custom messages to Telegram pairing replies for unapproved users. Insert custom text (e.g., group links, instructions) above the approval command in pairing messages. Use when unpaired Telegram users need additional guidance during the pairing process.
imessage-voice-reply
Send voice message replies in iMessage using local Kokoro-ONNX TTS.
feishu-leave-request
Submit a leave request through Feishu (Lark). Use when the user wants to request time off, submit a leave application, or mentions taking leave.
feishu-whiteboard
Allows creating and manipulating Feishu Whiteboards.
feishu-voice-assistant
Sends voice messages (audio) to Feishu chats using Duby TTS.
feishu-task
Manage Feishu (Lark) Tasks. Use this for multi-person collaboration and prioritized work items.