feishu-stickerSend images as native Feishu stickers with auto-upload, caching by hash, GIF-to-WebP conversion, compression, and keyword-based sticker search.
Install via ClawdBot CLI:
clawdbot install autogame-17/feishu-stickerSends a sticker (image) to a Feishu user or group.
Automatically uploads the image to Feishu (caching the image_key via MD5), converts GIFs to WebP for efficiency, and supports smart search.
image_key by file hash to avoid re-uploading.ffmpeg-static) and compresses large images (>5MB).--query or --emotion.# Send random sticker
node skills/feishu-sticker/send.js --target "ou_..."
# Send specific file
node skills/feishu-sticker/send.js --target "ou_..." --file "/path/to/image.jpg"
# Search and send
node skills/feishu-sticker/send.js --target "ou_..." --query "angry cat"
node skills/feishu-sticker/send.js --target "ou_..." --emotion "happy"
~/.openclaw/media/stickers/ (or set STICKER_DIR).npm install (requires axios, commander, ffmpeg-static, form-data, dotenv).Generated Mar 1, 2026
Teams in corporate environments use this skill to send stickers in Feishu group chats for informal communication, such as celebrating milestones or lightening the mood during meetings. It enhances engagement by allowing users to share custom or pre-loaded images quickly without manual uploads.
Customer service agents employ this skill to send stickers in Feishu chats with clients, making interactions more friendly and approachable. For example, using emotion-based stickers to convey empathy or humor, which can improve customer satisfaction and response times.
Marketing teams utilize this skill to distribute branded stickers or promotional images in Feishu channels to engage internal or external audiences. It supports targeted messaging by searching for specific themes, helping to reinforce brand identity in a fun, visual way.
Educators and trainers use this skill to send illustrative stickers or diagrams in Feishu groups for teaching purposes, such as explaining concepts with visual aids. The auto-conversion and caching features make it efficient for sharing educational materials without technical overhead.
Remote teams leverage this skill to foster social connections by sharing stickers in Feishu chats for virtual events, like team-building activities or casual conversations. It helps maintain team morale by enabling quick, expressive image sharing in a distributed work environment.
Offer this skill as part of a subscription-based service for businesses using Feishu, providing advanced features like premium sticker libraries, analytics on usage, and priority support. Revenue is generated through monthly or annual fees per user or team.
Provide a basic version of the skill for free with limited features, such as a small sticker set and basic caching, while charging for upgrades like unlimited uploads, custom branding, and advanced search capabilities. This attracts users and converts them to paid plans.
Sell enterprise licenses to large organizations for integrating this skill into their Feishu ecosystem, including custom development, dedicated support, and compliance features. Revenue comes from one-time licensing fees or annual contracts tailored to organizational needs.
💬 Integration Tip
Ensure the STICKER_DIR environment variable is set correctly and dependencies like ffmpeg-static are installed to handle GIF conversions smoothly.
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.