feishu-broadcastBroadcast text, rich Markdown posts, images, and stickers to all users in a Feishu tenant with rate limiting and dry run support.
Install via ClawdBot CLI:
clawdbot install autogame-17/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)Generated Mar 1, 2026
HR or leadership teams can broadcast important company-wide updates, such as policy changes, event notifications, or organizational news, to all employees via Feishu. This ensures consistent messaging across the tenant without manual user list management, leveraging dynamic user fetching for scalability.
Marketing departments can send promotional content, such as new product launches or sales announcements, to all users in a Feishu tenant. The skill supports rich text and media, allowing for engaging posts with images or stickers to capture attention and drive engagement internally.
IT or security teams can quickly broadcast critical alerts, such as system outages or safety instructions, to all employees during emergencies. The dry run mode enables testing before live deployment, ensuring reliable communication without disrupting operations.
Educational institutions can use this skill to send announcements, such as schedule changes or academic notices, to all students and staff in their Feishu tenant. Support for text files allows sharing detailed documents like syllabi or reports efficiently.
Teams can broadcast regular updates, such as weekly reports or team achievements, to foster transparency and collaboration. The ability to combine text and media makes it versatile for sharing both informational content and celebratory stickers.
Offer this skill as part of a premium communication toolkit for businesses using Feishu, charging a monthly fee per user or tenant. Revenue can be generated by bundling it with other skills like feishu-post and feishu-sticker, targeting enterprises needing scalable internal broadcast solutions.
Provide consulting services to help companies integrate and customize this skill for their specific workflows, such as setting up automated alerts or compliance broadcasts. Revenue comes from one-time project fees or ongoing support contracts, leveraging the skill's dependencies for added value.
Offer a basic version of the skill for free with limited features, such as text-only broadcasts, and upsell to a paid tier that includes media support, advanced rate limiting, and priority support. This model attracts small teams and scales with business growth, driving revenue from upgrades.
💬 Integration Tip
Ensure feishu-post and feishu-sticker skills are installed first, and test broadcasts in dry run mode to avoid rate limits before full deployment.
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
Read and send email via IMAP/SMTP. Check for new/unread messages, fetch content, search mailboxes, mark as read/unread, and send emails with attachments. Works with any IMAP/SMTP server including Gmail, Outlook, 163.com, vip.163.com, 126.com, vip.126.com, 188.com, and vip.188.com.
Gmail API integration with managed OAuth. Read, send, and manage emails, threads, labels, and drafts. Use this skill when users want to interact with Gmail. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Automatically logs into email accounts (Gmail, Outlook, QQ Mail, etc.) and generates daily email summaries. Use when the user wants to get a summary of their emails, check important messages, or create daily email digests.
Fetch content from Feishu (Lark) Wiki, Docs, Sheets, and Bitable. Automatically resolves Wiki URLs to real entities and converts content to Markdown.
Manage Feishu (Lark) calendars by listing, searching, checking schedules, syncing events, and marking tasks with automated date extraction.