feishu-sticker

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

7 stars

Best use case

feishu-sticker is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

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

Teams using feishu-sticker should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/feishu-sticker/SKILL.md --create-dirs "https://raw.githubusercontent.com/Demerzels-lab/elsamultiskillagent/main/public/skills/autogame-17/feishu-sticker/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/feishu-sticker/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How feishu-sticker Compares

Feature / Agentfeishu-stickerStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

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

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# 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

```bash
# 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`).

Related Skills

feishui-file-sender

7
from Demerzels-lab/elsamultiskillagent

Send files via Feishu channel using message tool with filePath parameter.

horse-sticker-maker

7
from Demerzels-lab/elsamultiskillagent

Create and deploy a festive Chinese New Year (Year of the Horse 2026) animated GIF sticker maker web app.

feishu-user

7
from Demerzels-lab/elsamultiskillagent

Feishu document operations (User Access Token version)

feishu-bitable-creator

7
from Demerzels-lab/elsamultiskillagent

Create and populate Feishu (Lark) Bitable (multidimensional tables) with automated cleanup.

feishu_file_fetch

7
from Demerzels-lab/elsamultiskillagent

Implements a Clawdbot extension tool that downloads Feishu files by message_id and file_key, streams to disk with sha256, size limits, and path traversal protection. Use when the user asks to build or update the feishu_file_fetch tool, Feishu file download workflow, or Clawdbot extension handling message_id/file_key inputs.

tg-sticker-emoji-mood

7
from Demerzels-lab/elsamultiskillagent

Automatically send Telegram stickers and emojis that match the mood and vibe of the conversation.

feishu-leave-request

7
from Demerzels-lab/elsamultiskillagent

Submit a leave request through Feishu (Lark). Use when the user wants to request time off, submit a leave application, or mentions taking leave.

feishu-whiteboard

7
from Demerzels-lab/elsamultiskillagent

Allows creating and manipulating Feishu Whiteboards.

feishu-voice-assistant

7
from Demerzels-lab/elsamultiskillagent

Sends voice messages (audio) to Feishu chats using Duby TTS.

feishu-task

7
from Demerzels-lab/elsamultiskillagent

Manage Feishu (Lark) Tasks. Use this for multi-person collaboration and prioritized work items.

Feishu Post (RichText) Skill

7
from Demerzels-lab/elsamultiskillagent

Send Rich Text (Post) messages to Feishu.

PCEC Feishu Extension

7
from Demerzels-lab/elsamultiskillagent

Internal wrapper for `capability-evolver` that forces reporting via Feishu Interactive Cards.