Install
openclaw skills install feishu-broadcastBroadcast text, rich Markdown posts, images, and stickers to all users in a Feishu tenant with rate limiting and dry run support.
openclaw skills install feishu-broadcastBroadcast messages (Post/Rich Text) and Images/Stickers to ALL users in the Feishu tenant.
feishu-post.feishu-sticker.# 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"
feishu-post skill (must be installed)feishu-sticker skill (must be installed)