Feishu Message Skill
A unified toolkit for Feishu messaging operations, providing a single CLI entry point for common tasks.
Best use case
Feishu Message Skill is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
A unified toolkit for Feishu messaging operations, providing a single CLI entry point for common tasks.
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?
A unified toolkit for Feishu messaging operations, providing a single CLI entry point for common tasks.
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.
Related Guides
Top AI Agents for Productivity
See the top AI agent skills for productivity, workflow automation, operational systems, documentation, and everyday task execution.
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
AI Agents for Startups
Explore AI agent skills for startup validation, product research, growth experiments, documentation, and fast execution with small teams.
SKILL.md Source
# Feishu Message Skill A unified toolkit for Feishu messaging operations, providing a single CLI entry point for common tasks. ## Usage Use the unified CLI via `index.js`: ```bash node skills/feishu-message/index.js <command> [options] ``` ## Commands ### 1. Get Message (`get`) Fetch message content by ID. Supports recursive fetching for merged messages. ```bash node skills/feishu-message/index.js get <message_id> [--raw] [--recursive] ``` Example: ```bash node skills/feishu-message/index.js get om_12345 --recursive ``` ### 2. Send Audio (`send-audio`) Send an audio file as a voice bubble. ```bash node skills/feishu-message/index.js send-audio --target <id> --file <path> [--duration <ms>] ``` - `--target`: User OpenID (`ou_`) or ChatID (`oc_`). - `--file`: Path to audio file (mp3/wav/etc). - `--duration`: (Optional) Duration in ms. ### 3. Create Group Chat (`create-chat`) Create a new group chat with specified users. ```bash node skills/feishu-message/index.js create-chat --name "Project Alpha" --users "ou_1" "ou_2" --desc "Description" ``` ### 4. List Pins (`list-pins`) List pinned messages in a chat. ```bash node skills/feishu-message/index.js list-pins <chat_id> ``` ## Legacy Scripts Standalone scripts are still available for backward compatibility: - `get.js` - `send-audio.js` - `create_chat.js` - `list_pins_v2.js` ## Dependencies - axios - form-data - music-metadata - commander
Related Skills
jiuwu-message
调用久吾消息网关HTTP接口给企业内部联系人发送消息。使用场景:(1) 需要向企业内部同事发送通知或提醒时,(2) 调用时传入接收人工号(code)、消息内容(text)和标题(title)
feishu-perm-helper
一键启用飞书权限管理工具,让 OpenClaw 可以管理飞书文档/表格的协作者权限。
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 SuperToolkit
飞书超级工具包 - 集成文件发送(含音频卡片)、日历、审批、多维表格、通讯录、考勤六大模块
feishu-send
飞书发送图片/文件/语音。用 curl 调用飞书 API 发送,比 message 工具更可靠。用于需要发送图片、文件、语音到飞书时触发。
feishu-voice-assistant
Sends voice messages (audio) to Feishu chats using Duby TTS.
feishu-sticker
Send images as native Feishu stickers. Features auto-upload, caching, and GIF-to-WebP conversion.
Feishu Post (RichText) Skill
Send Rich Text (Post) messages to Feishu.
Feishu Minutes (妙记) Skill
Fetch info, stats, transcript, and media from Feishu Minutes.
feishu-memory-recall
Cross-group memory, search, and event sharing for OpenClaw Feishu agents
Feishu Group Manager
Manage Feishu group chats (settings, names, metadata).
feishu-evolver-wrapper
Feishu-integrated wrapper for the capability-evolver. Manages the evolution loop lifecycle (start/stop/ensure), sends rich Feishu card reports, and provides dashboard visualization. Use when running evolver with Feishu reporting or when managing the evolution daemon.