Broadcast messages (Post/Rich Text) and Images/Stickers to ALL users in the Feishu tenant.
Features
Dynamic User List: Fetches all users from Feishu API (no hardcoded IDs).
Rich Text: Supports Markdown via feishu-post.
Media: Supports Stickers/GIFs via feishu-sticker.
Safety: Rate limiting and Dry Run mode.
Usage
# Send text
node skills/feishu-broadcast/index.js --title "Announcement" --text "Hello Everyone!"
# Send text from file (recommended for long messages)
node skills/feishu-broadcast/index.js --title "Weekly Report" --text-file "report.md"
# Send sticker
node skills/feishu-broadcast/index.js --image "media/sticker.webp"
# Combined
node skills/feishu-broadcast/index.js --title "Hi" --text "Check this out" --image "media/cool.gif"
Dependencies
feishu-post skill (must be installed)
feishu-sticker skill (must be installed)
1---2name: feishu-broadcast3description: Feishu Broadcast Skill4---5# Feishu Broadcast Skill67Broadcast messages (Post/Rich Text) and Images/Stickers to ALL users in the Feishu tenant.89## Features10- **Dynamic User List**: Fetches all users from Feishu API (no hardcoded IDs).11- **Rich Text**: Supports Markdown via `feishu-post`.12- **Media**: Supports Stickers/GIFs via `feishu-sticker`.13- **Safety**: Rate limiting and Dry Run mode.1415## Usage1617```bash18# Send text19node skills/feishu-broadcast/index.js --title "Announcement" --text "Hello Everyone!"2021# Send text from file (recommended for long messages)22node skills/feishu-broadcast/index.js --title "Weekly Report" --text-file "report.md"2324# Send sticker25node skills/feishu-broadcast/index.js --image "media/sticker.webp"2627# Combined28node skills/feishu-broadcast/index.js --title "Hi" --text "Check this out" --image "media/cool.gif"29```3031## Dependencies32- `feishu-post` skill (must be installed)33- `feishu-sticker` skill (must be installed)
Run npx skillmds@latest add demerzels-lab/feishu-broadcast in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Feishu Broadcast Skill It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Demerzels-lab (@demerzels-lab) published this skill. Their other Agent Skills are listed on their SkillMD profile.