TopRank Skills

Home / Claw Skills / 数据解析 / emoji-sticker-generation
Official OpenClaw rules 36%

emoji-sticker-generation

Generate custom emoji and sticker packs using each::sense AI. Create personalized emoji from photos, expression packs, animated stickers, and platform-specific emoji sets for Slack, Discord, WhatsApp, and more.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 emoji-sticker-generation 技能。 若已安装,则直接安装 emoji-sticker-generation 技能。

Overview

Skill Key
eftalyurtseven/emoji-sticker-generation
Author
eftalyurtseven
Source Repo
openclaw/skills
Version
-
Source Path
skills/eftalyurtseven/emoji-sticker-generation
Latest Commit SHA
597587173a17417b90378a94b4b4911cdc36cb35

Extracted Content

SKILL.md excerpt

# Emoji & Sticker Generation

Generate custom emoji and sticker packs using each::sense. This skill creates personalized emoji from photos, animated stickers, expression packs, and platform-optimized emoji sets for messaging apps and team collaboration tools.

## Features

- **Photo to Emoji**: Transform photos into cartoon-style emoji
- **Expression Packs**: Generate emotion sets from a single reference
- **Animated Stickers**: Create moving emoji and GIF stickers
- **Platform Optimization**: Sized for Slack, Discord, WhatsApp, Telegram
- **Brand Mascots**: Design consistent mascot emoji sets
- **Pet Emoji**: Turn pet photos into adorable stickers
- **Bitmoji-Style**: Avatar-based emoji with consistent character
- **Reaction Sets**: Common reaction emoji with custom style

## Quick Start

```bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a cute cartoon emoji from this photo, suitable for Slack",
    "mode": "max",
    "image_urls": ["https://example.com/my-photo.jpg"]
  }'
```

## Platform Sizes & Formats

| Platform | Size | Format | Notes |
|----------|------|--------|-------|
| Slack | 128x128 | PNG, GIF | Square, transparent background |
| Discord | 128x128 | PNG, GIF | Max 256KB for animated |
| WhatsApp | 512x512 | WebP | Sticker packs, transparent BG |
| Telegram | 512x512 | WebP, TGS | Static or animated |
| iMessage | 300x300 | PNG, GIF | Various sizes supported |
| Teams | 128x128 | PNG | Square format |

## Use Case Examples

### 1. Custom Emoji from Photo

Create a personalized emoji from a portrait photo.

```bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Transform this photo into a cute cartoon emoji. Make it expressive with big eyes and a friendly smile. Style shou...

Related Claw Skills