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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/eftalyurtseven/emoji-sticker-generationEmoji & 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
| Platform | Size | Format | Notes |
|---|---|---|---|
| Slack | 128x128 | PNG, GIF | Square, transparent background |
| Discord | 128x128 | PNG, GIF | Max 256KB for animated |
| 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.
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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-eftalyurtseven-emoji-sticker-generation": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
eachlabs-video-edit
Edit, transform, extend, upscale, and enhance videos using EachLabs AI models. Supports lip sync, video translation, subtitle generation, audio merging, style transfer, and video extension. Use when the user wants to edit or transform existing video content.
ai-headshot-generation
Generate professional AI headshots from casual photos using each::sense AI. Create corporate portraits, LinkedIn photos, executive headshots, team photos, and more with consistent, professional quality.
menu-design-generation
Generate professional restaurant, cafe, and bar menu designs using each::sense AI. Create print-ready menus, digital displays, QR code menus, and seasonal specials with stunning food photography and elegant typography layouts.
digital-twin-generation
Generate photorealistic digital twins and avatar clones using each::sense AI. Create AI-powered digital representations for video calls, corporate communications, customer service, and multilingual content.
logo-generation
Generate professional logos using each::sense AI. Create wordmarks, icon logos, combination marks, monograms, mascots, emblems, and abstract logos for brands, startups, and businesses.