General utilities for Feishu Message operations that go beyond simple sending.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add Demerzels-lab/elsamultiskillagent --skill feishu-message --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Feishu Message?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/demerzels-lab-feishu-message)More formats (shields.io, HTML) on the badges page.
# 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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Create Mermaid diagrams for flowcharts, sequences, ERDs, and