Feishu Broadcast Skill
Broadcast messages (Post/Rich Text) and Images/Stickers to ALL users in the Feishu tenant.
Best use case
Feishu Broadcast Skill is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Broadcast messages (Post/Rich Text) and Images/Stickers to ALL users in the Feishu tenant.
Teams using Feishu Broadcast Skill should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/feishu-broadcast/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How Feishu Broadcast Skill Compares
| Feature / Agent | Feishu Broadcast Skill | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Broadcast messages (Post/Rich Text) and Images/Stickers to ALL users in the Feishu tenant.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Feishu Broadcast Skill 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 ```bash # 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)
Related Skills
feishui-file-sender
Send files via Feishu channel using message tool with filePath parameter.
feishu-user
Feishu document operations (User Access Token version)
feishu-bitable-creator
Create and populate Feishu (Lark) Bitable (multidimensional tables) with automated cleanup.
feishu_file_fetch
Implements a Clawdbot extension tool that downloads Feishu files by message_id and file_key, streams to disk with sha256, size limits, and path traversal protection. Use when the user asks to build or update the feishu_file_fetch tool, Feishu file download workflow, or Clawdbot extension handling message_id/file_key inputs.
slybroadcast-voicemail
Send Slybroadcast ringless voicemail campaigns from OpenClaw/LLMs using CLI or MCP, including AI voice generation.
feishu-leave-request
Submit a leave request through Feishu (Lark). Use when the user wants to request time off, submit a leave application, or mentions taking leave.
feishu-whiteboard
Allows creating and manipulating Feishu Whiteboards.
feishu-voice-assistant
Sends voice messages (audio) to Feishu chats using Duby TTS.
feishu-task
Manage Feishu (Lark) Tasks. Use this for multi-person collaboration and prioritized work items.
feishu-sticker
Send images as native Feishu stickers. Features auto-upload, caching, and GIF-to-WebP conversion.
Feishu Post (RichText) Skill
Send Rich Text (Post) messages to Feishu.
PCEC Feishu Extension
Internal wrapper for `capability-evolver` that forces reporting via Feishu Interactive Cards.