Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Send images as native Feishu stickers with auto-upload, caching by hash, GIF-to-WebP conversion, compression, and keyword-based sticker search.
Send images as native Feishu stickers with auto-upload, caching by hash, GIF-to-WebP conversion, compression, and keyword-based sticker search.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Sends 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.
Auto-Upload: Uploads local images to Feishu CDN on demand. Caching: Caches image_key by file hash to avoid re-uploading. Optimization: Auto-converts GIFs to WebP (via ffmpeg-static) and compresses large images (>5MB). Smart Search: Find stickers by --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"
Put your stickers in ~/.openclaw/media/stickers/ (or set STICKER_DIR). Install dependencies: npm install (requires axios, commander, ffmpeg-static, form-data, dotenv).
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.