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.
This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.
Use the source page and any available docs to guide the install because the item currently does not return a direct package file.
I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.
I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.
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.