Install
openclaw skills install feishu-stickerSend images as native Feishu stickers. Features auto-upload, caching, and GIF-to-WebP conversion.
openclaw skills install 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).