Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Unified CLI toolkit for Feishu messaging tasks including fetching messages, sending audio, creating group chats, and listing pinned messages.
Unified CLI toolkit for Feishu messaging tasks including fetching messages, sending audio, creating group chats, and listing pinned messages.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
A unified toolkit for Feishu messaging operations, providing a single CLI entry point for common tasks.
Use the unified CLI via index.js: node skills/feishu-message/index.js <command> [options]
Fetch message content by ID. Supports recursive fetching for merged messages. node skills/feishu-message/index.js get <message_id> [--raw] [--recursive] Example: node skills/feishu-message/index.js get om_12345 --recursive
Send an audio file as a voice bubble. 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.
Create a new group chat with specified users. node skills/feishu-message/index.js create-chat --name "Project Alpha" --users "ou_1" "ou_2" --desc "Description"
List pinned messages in a chat. node skills/feishu-message/index.js list-pins <chat_id>
Standalone scripts are still available for backward compatibility: get.js send-audio.js create_chat.js list_pins_v2.js
axios form-data music-metadata commander
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.