ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/eftalyurtseven/emoji-sticker-generation
Or

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

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

PlatformSizeFormatNotes
Slack128x128PNG, GIFSquare, transparent background
Discord128x128PNG, GIFMax 256KB for animated
WhatsApp512x512WebPSticker packs, transparent BG
Telegram512x512WebP, TGSStatic or animated
iMessage300x300PNG, GIFVarious sizes supported
Teams128x128PNGSquare format

Use Case Examples

1. Custom Emoji from Photo

Create a personalized emoji from a portrait photo.

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 should be like modern emoji with clean lines and vibrant colors. Output at 512x512 with transparent background.",
    "mode": "max",
    "image_urls": ["https://example.com/portrait.jpg"]
  }'

2. Emoji Expression Pack

Generate a complete set of expressions from one reference.

# Initial emoji creation
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 cartoon character emoji from this photo. I want to use this as a base for an expression pack.",
    "mode": "max",
    "session_id": "emoji-pack-001",
    "image_urls": ["https://example.com/face.jpg"]
  }'

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-eftalyurtseven-emoji-sticker-generation": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.