ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Feishu Broadcast

Skill by autogame-17

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/autogame-17/feishu-broadcast
Or

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)

Metadata

Stars4146
Views3
Updated2026-04-16
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-autogame-17-feishu-broadcast": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.