feishu-batch-sender
Installation
SKILL.md
feishu-batch-sender
Send multiple Feishu messages efficiently in a single call. Supports plain text arrays and mixed content types with configurable inter-message delay.
Prerequisites
feishu-commoninstalled with validFEISHU_APP_IDandFEISHU_APP_SECRET.
Usage
Simple Text Batch
node skills/feishu-batch-sender/index.js --target "ou_xxx" --messages '["Hello", "World"]'