General utilities for Feishu Message operations that go beyond simple sending.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add duclm1x1/Dive-Ai --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/duclm1x1-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. Create Group Chat (create_chat.js)
Create a new Feishu group chat with specified users.
```bash
node skills/feishu-message/create_chat.js --name "Project Alpha" --users "ou_..." "ou_..." --desc "Internal Discussion"
```
### 2. Get/Read Message (Recursive)
Fetch message content, including handling merge-forward messages recursively.
```bash
node skills/feishu-message/get.js --message-id "om_..." --recursive
```
### 3. 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
- commander
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!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...