feishu-sticker

Send images as native Feishu stickers with automatic upload and caching.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/WangK0221/OpenClaw_Shrimp --skill feishu-sticker-wangk0221
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-sticker
Source: https://github.com/WangK0221/OpenClaw_Shrimp/tree/main/skills/feishu-sticker
Command: npx skills add https://github.com/WangK0221/OpenClaw_Shrimp --skill feishu-sticker-wangk0221

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires axios, commander, ffmpeg-static, form-data, dotenv, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows users to easily send images as native Feishu stickers, enhancing communication with visual flair and fun.

Core Features & Use Cases

  • Sticker Sending: Send any image file as a sticker to Feishu users or groups.
  • Automatic Upload & Caching: Uploads images to Feishu and caches the image_key for faster future use.
  • GIF to WebP Conversion: Optimizes animated GIFs for better performance by converting them to WebP format.
  • Smart Search: Find and send stickers based on keywords or emotions.
  • Use Case: Quickly send a reaction image to a group chat by searching for "happy cat" or sending a specific local image file.

Quick Start

Send a random sticker to the user with open ID 'ou_...'.

Frequently Asked Questions about feishu-sticker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send images as native Feishu stickers?

To send images as native Feishu stickers, this Skill automates image uploading to Feishu and dispatches them as stickers to users or groups. It handles the entire upload process and message delivery seamlessly.

Can I convert GIF to WebP format before uploading to Feishu?

Yes, you can convert GIF to WebP format for optimized performance. This Skill automatically converts animated GIFs to WebP during the upload process, ensuring efficient sticker delivery and rendering.

Do I need a Feishu API integration to send stickers?

Yes, you need a Feishu API integration configured for message sending and image uploading. This Skill requires proper API authentication to automate sticker delivery and manage image assets.

How does image caching work for repeated Feishu sticker uploads?

Image caching works by generating an MD5 hash for each uploaded image to store its unique Feishu image_key. This prevents redundant uploads, retrieving the existing key for faster future sticker delivery.

Can I search for Feishu stickers using keywords or emotions?

Yes, you can search for Feishu stickers using specific keywords or emotions. This Smart Search feature allows you to quickly find and send reaction images matching your desired context or mood.

What dependencies are required to run the Feishu sticker automation?

Running the Feishu sticker automation requires dependencies including axios, commander, ffmpeg-static, form-data, and dotenv. These libraries handle command-line parsing, HTTP requests, format conversion, and environment configuration.