Jump to related tools in the same category or review the original source on GitHub.

Marketing & Sales @autogame-17 Updated 2/26/2026

Feishu Sticker OpenClaw Skill - ClawHub

Do you want your AI agent to automate Feishu Sticker workflows? This free skill from ClawHub helps with marketing & sales tasks without building custom tools from scratch.

What this skill does

Send images as native Feishu stickers. Features auto-upload, caching, and GIF-to-WebP conversion.

Install

npx clawhub@latest install feishu-sticker

Full SKILL.md

Open original
namedescriptiontags
feishu-stickerSend images as native Feishu stickers. Features auto-upload, caching, and GIF-to-WebP conversion.
feishularkstickerimagefun

Feishu Sticker Skill

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.

Features

  • 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.

Usage

# 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"

Setup

  1. Put your stickers in ~/.openclaw/media/stickers/ (or set STICKER_DIR).
  2. Install dependencies: npm install (requires axios, commander, ffmpeg-static, form-data, dotenv).
Original URL: https://github.com/openclaw/skills/blob/main/skills/autogame-17/feishu-sticker

Related skills

If this matches your use case, these are close alternatives in the same category.