Jump to related tools in the same category or review the original source on GitHub.

Communication @autogame-17 Updated 2/26/2026

Feishu Broadcast OpenClaw Skill - ClawHub

Do you want your AI agent to automate Feishu Broadcast workflows? This free skill from ClawHub helps with communication tasks without building custom tools from scratch.

What this skill does

Broadcast messages (Post/Rich Text) and Images/Stickers

Install

npx clawhub@latest install feishu-broadcast

Full SKILL.md

Open original

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

# 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)
Original URL: https://github.com/openclaw/skills/blob/main/skills/autogame-17/feishu-broadcast

Related skills

If this matches your use case, these are close alternatives in the same category.