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.
This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.
Use the source page and any available docs to guide the install because the item currently does not return a direct package file.
I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.
I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.
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.