{
  "schemaVersion": "1.0",
  "item": {
    "slug": "emoji-sticker-generation",
    "name": "Emoji Sticker Generation",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/eftalyurtseven/emoji-sticker-generation",
    "canonicalUrl": "https://clawhub.ai/eftalyurtseven/emoji-sticker-generation",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/emoji-sticker-generation",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=emoji-sticker-generation",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/SSE-EVENTS.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/emoji-sticker-generation"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/emoji-sticker-generation",
    "agentPageUrl": "https://openagent3.xyz/skills/emoji-sticker-generation/agent",
    "manifestUrl": "https://openagent3.xyz/skills/emoji-sticker-generation/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/emoji-sticker-generation/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Emoji & Sticker Generation",
        "body": "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."
      },
      {
        "title": "Features",
        "body": "Photo to Emoji: Transform photos into cartoon-style emoji\nExpression Packs: Generate emotion sets from a single reference\nAnimated Stickers: Create moving emoji and GIF stickers\nPlatform Optimization: Sized for Slack, Discord, WhatsApp, Telegram\nBrand Mascots: Design consistent mascot emoji sets\nPet Emoji: Turn pet photos into adorable stickers\nBitmoji-Style: Avatar-based emoji with consistent character\nReaction Sets: Common reaction emoji with custom style"
      },
      {
        "title": "Quick Start",
        "body": "curl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a cute cartoon emoji from this photo, suitable for Slack\",\n    \"mode\": \"max\",\n    \"image_urls\": [\"https://example.com/my-photo.jpg\"]\n  }'"
      },
      {
        "title": "Platform Sizes & Formats",
        "body": "PlatformSizeFormatNotesSlack128x128PNG, GIFSquare, transparent backgroundDiscord128x128PNG, GIFMax 256KB for animatedWhatsApp512x512WebPSticker packs, transparent BGTelegram512x512WebP, TGSStatic or animatediMessage300x300PNG, GIFVarious sizes supportedTeams128x128PNGSquare format"
      },
      {
        "title": "1. Custom Emoji from Photo",
        "body": "Create a personalized emoji from a portrait photo.\n\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"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.\",\n    \"mode\": \"max\",\n    \"image_urls\": [\"https://example.com/portrait.jpg\"]\n  }'"
      },
      {
        "title": "2. Emoji Expression Pack",
        "body": "Generate a complete set of expressions from one reference.\n\n# Initial emoji creation\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a cartoon character emoji from this photo. I want to use this as a base for an expression pack.\",\n    \"mode\": \"max\",\n    \"session_id\": \"emoji-pack-001\",\n    \"image_urls\": [\"https://example.com/face.jpg\"]\n  }'\n\n# Generate expression variations\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Now create 6 expression variations of this character: happy, sad, laughing, surprised, angry, and thinking. Keep the same style and character design consistent across all expressions.\",\n    \"mode\": \"max\",\n    \"session_id\": \"emoji-pack-001\"\n  }'"
      },
      {
        "title": "3. Animated Emoji/Sticker",
        "body": "Create moving stickers with simple animations.\n\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create an animated emoji sticker of a cute waving hand. Make it loop smoothly with a friendly wave motion. Cartoon style with bold outlines, bright skin tone. Output as a short looping animation suitable for messaging apps.\",\n    \"mode\": \"max\"\n  }'"
      },
      {
        "title": "4. Slack/Discord Emoji Set",
        "body": "Generate a custom emoji set for team workspaces.\n\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a set of 5 custom Slack emoji for a tech startup: 1) Ship it rocket, 2) LGTM thumbs up, 3) Coffee break mug, 4) Bug squash, 5) Celebration party. Modern flat design style with bold colors. 128x128 pixels each with transparent backgrounds.\",\n    \"mode\": \"max\",\n    \"session_id\": \"slack-emoji-set\"\n  }'\n\n# Add more to the set\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Add 3 more emoji to the set in the same style: 1) Thinking face with code brackets, 2) PR approved checkmark, 3) Deploy success. Keep the same flat design aesthetic.\",\n    \"mode\": \"max\",\n    \"session_id\": \"slack-emoji-set\"\n  }'"
      },
      {
        "title": "5. WhatsApp Sticker Pack",
        "body": "Create a sticker pack optimized for WhatsApp.\n\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a WhatsApp sticker pack with a cute cat character. Generate 8 stickers showing: greeting, thank you, love, laughing, sleeping, eating, confused, and celebrating. Kawaii anime style with pastel colors. 512x512 pixels with transparent background for each sticker.\",\n    \"mode\": \"max\"\n  }'"
      },
      {
        "title": "6. Bitmoji-Style Avatar Emoji",
        "body": "Create a personalized avatar emoji set in Bitmoji style.\n\n# Create avatar base\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a Bitmoji-style avatar from this photo. Cartoon character with recognizable features but stylized. Clean vector-like art style similar to Bitmoji/Snapchat avatars.\",\n    \"mode\": \"max\",\n    \"session_id\": \"my-avatar-emoji\",\n    \"image_urls\": [\"https://example.com/my-selfie.jpg\"]\n  }'\n\n# Generate situational stickers\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create 5 stickers of my avatar in different situations: 1) Working on laptop, 2) Drinking coffee, 3) High-fiving, 4) Mind blown gesture, 5) Dancing celebration. Same Bitmoji art style, keep my avatar consistent.\",\n    \"mode\": \"max\",\n    \"session_id\": \"my-avatar-emoji\"\n  }'"
      },
      {
        "title": "7. Brand Mascot Emoji Pack",
        "body": "Generate a consistent mascot emoji set for brand communications.\n\n# Define mascot\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a brand mascot emoji: a friendly robot character with rounded features, blue and white color scheme, expressive LED eyes. This will be used for our tech company Slack and social media. Start with a neutral happy expression.\",\n    \"mode\": \"max\",\n    \"session_id\": \"brand-mascot-emoji\"\n  }'\n\n# Generate mascot pack\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a complete emoji pack with this robot mascot showing: thumbs up, thinking, celebrating, waving hello, error/oops face, loading/processing, success checkmark pose, and question mark confused. Maintain exact same character design and brand colors.\",\n    \"mode\": \"max\",\n    \"session_id\": \"brand-mascot-emoji\"\n  }'"
      },
      {
        "title": "8. Reaction Emoji Set",
        "body": "Create custom reaction emoji for team or community use.\n\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a set of 10 reaction emoji in a consistent playful illustrated style: 1) Fire/lit, 2) 100 percent, 3) Eyes looking, 4) Chef kiss, 5) Mind blown explosion, 6) Facepalm, 7) Clapping hands, 8) Raising hands celebration, 9) Laughing crying, 10) Heart eyes. Bold colors, clean outlines, 128x128 transparent PNG style.\",\n    \"mode\": \"max\"\n  }'"
      },
      {
        "title": "9. Pet Emoji from Photo",
        "body": "Transform pet photos into adorable emoji stickers.\n\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Turn this photo of my dog into a cute cartoon emoji sticker. Capture the personality and distinctive features. Kawaii style with big sparkly eyes and adorable expression. Create it as a 512x512 sticker with transparent background.\",\n    \"mode\": \"max\",\n    \"image_urls\": [\"https://example.com/my-dog.jpg\"]\n  }'\n\n# Create pet expression pack\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create 6 emoji variations of this dog: happy with tongue out, sleepy, begging for treats, playful with ball, confused head tilt, and excited jumping. Keep the same cartoon style consistent.\",\n    \"mode\": \"max\",\n    \"session_id\": \"pet-emoji-pack\",\n    \"image_urls\": [\"https://example.com/my-dog.jpg\"]\n  }'"
      },
      {
        "title": "10. Text-Based Emoji Design",
        "body": "Create custom text and typography-based emoji.\n\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create custom text emoji stickers for common team reactions: 1) NICE in rainbow gradient bubble letters, 2) SHIP IT with rocket trail effect, 3) WFH in cozy style with house icon, 4) BRB with clock elements, 5) TY in heart shape, 6) GG in gaming style. Each should be readable at 128x128 with transparent background, bold fun typography.\",\n    \"mode\": \"max\"\n  }'"
      },
      {
        "title": "Emoji Design",
        "body": "Simplicity: Keep designs simple and readable at small sizes\nBold Outlines: Use thick outlines for clarity\nLimited Colors: Stick to 3-5 colors per emoji\nExpressions: Exaggerate facial expressions for impact\nConsistency: Maintain style across a pack"
      },
      {
        "title": "Platform Optimization",
        "body": "Transparent Backgrounds: Always use for best compatibility\nSquare Format: Most platforms expect 1:1 aspect ratio\nFile Size: Keep under 256KB for animated emoji\nTest Small: Preview at 32x32 to ensure readability"
      },
      {
        "title": "Animation Tips",
        "body": "Loop Seamlessly: Ensure animations loop smoothly\nKeep it Short: 1-3 seconds is ideal\nSimple Motion: Single motion reads better than complex\nFrame Rate: 10-15 FPS works well for emoji"
      },
      {
        "title": "Prompt Tips for Emoji",
        "body": "When creating emoji, include these details:\n\nStyle: Cartoon, kawaii, flat design, 3D, etc.\nExpression/Emotion: What feeling should it convey?\nSize: Specify output dimensions\nBackground: Request transparent background\nPlatform: Mention target platform for optimization\nConsistency: Reference previous generations for packs"
      },
      {
        "title": "Example Prompt Structure",
        "body": "\"Create a [style] emoji of [subject/expression].\n[Visual details and characteristics].\nOutput at [size] with transparent background.\nTarget platform: [Slack/Discord/WhatsApp/etc.]\""
      },
      {
        "title": "Mode Selection",
        "body": "Ask your users before generating:\n\n\"Do you want fast & cheap, or high quality?\"\n\nModeBest ForSpeedQualitymaxFinal sticker packs, brand emojiSlowerHighestecoQuick concepts, testing ideas, draftsFasterGood"
      },
      {
        "title": "Multi-Turn Pack Creation",
        "body": "Use session_id to build cohesive emoji packs:\n\n# Start with character design\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Design a cute mascot character for my emoji pack - a happy cloud with a face\",\n    \"session_id\": \"cloud-emoji-project\"\n  }'\n\n# Add expressions\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create this cloud with a rainy sad expression\",\n    \"session_id\": \"cloud-emoji-project\"\n  }'\n\n# Continue building the pack\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Now make a sunny happy version with rainbow\",\n    \"session_id\": \"cloud-emoji-project\"\n  }'"
      },
      {
        "title": "Batch Generation for Packs",
        "body": "Generate complete packs efficiently:\n\n# Generate full expression set in one request\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a complete emoji pack of 8 food emoji: pizza slice, hamburger, sushi, taco, ice cream cone, donut, coffee cup, and avocado. All in the same cute kawaii style with happy faces, consistent line weight and color palette. 128x128 each with transparent backgrounds.\",\n    \"mode\": \"eco\"\n  }'"
      },
      {
        "title": "Error Handling",
        "body": "ErrorCauseSolutionFailed to create prediction: HTTP 422Insufficient balanceTop up at eachlabs.aiContent policy violationProhibited contentAdjust prompt to comply with guidelinesTimeoutComplex generationSet client timeout to minimum 10 minutesInconsistent styleNew sessionUse same session_id for pack consistency"
      },
      {
        "title": "Related Skills",
        "body": "each-sense - Core API documentation\nproduct-photo-generation - Product imagery\nmeta-ad-creative-generation - Social media creatives"
      }
    ],
    "body": "Emoji & Sticker Generation\n\nGenerate 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.\n\nFeatures\nPhoto to Emoji: Transform photos into cartoon-style emoji\nExpression Packs: Generate emotion sets from a single reference\nAnimated Stickers: Create moving emoji and GIF stickers\nPlatform Optimization: Sized for Slack, Discord, WhatsApp, Telegram\nBrand Mascots: Design consistent mascot emoji sets\nPet Emoji: Turn pet photos into adorable stickers\nBitmoji-Style: Avatar-based emoji with consistent character\nReaction Sets: Common reaction emoji with custom style\nQuick Start\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a cute cartoon emoji from this photo, suitable for Slack\",\n    \"mode\": \"max\",\n    \"image_urls\": [\"https://example.com/my-photo.jpg\"]\n  }'\n\nPlatform Sizes & Formats\nPlatform\tSize\tFormat\tNotes\nSlack\t128x128\tPNG, GIF\tSquare, transparent background\nDiscord\t128x128\tPNG, GIF\tMax 256KB for animated\nWhatsApp\t512x512\tWebP\tSticker packs, transparent BG\nTelegram\t512x512\tWebP, TGS\tStatic or animated\niMessage\t300x300\tPNG, GIF\tVarious sizes supported\nTeams\t128x128\tPNG\tSquare format\nUse Case Examples\n1. Custom Emoji from Photo\n\nCreate a personalized emoji from a portrait photo.\n\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"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.\",\n    \"mode\": \"max\",\n    \"image_urls\": [\"https://example.com/portrait.jpg\"]\n  }'\n\n2. Emoji Expression Pack\n\nGenerate a complete set of expressions from one reference.\n\n# Initial emoji creation\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a cartoon character emoji from this photo. I want to use this as a base for an expression pack.\",\n    \"mode\": \"max\",\n    \"session_id\": \"emoji-pack-001\",\n    \"image_urls\": [\"https://example.com/face.jpg\"]\n  }'\n\n# Generate expression variations\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Now create 6 expression variations of this character: happy, sad, laughing, surprised, angry, and thinking. Keep the same style and character design consistent across all expressions.\",\n    \"mode\": \"max\",\n    \"session_id\": \"emoji-pack-001\"\n  }'\n\n3. Animated Emoji/Sticker\n\nCreate moving stickers with simple animations.\n\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create an animated emoji sticker of a cute waving hand. Make it loop smoothly with a friendly wave motion. Cartoon style with bold outlines, bright skin tone. Output as a short looping animation suitable for messaging apps.\",\n    \"mode\": \"max\"\n  }'\n\n4. Slack/Discord Emoji Set\n\nGenerate a custom emoji set for team workspaces.\n\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a set of 5 custom Slack emoji for a tech startup: 1) Ship it rocket, 2) LGTM thumbs up, 3) Coffee break mug, 4) Bug squash, 5) Celebration party. Modern flat design style with bold colors. 128x128 pixels each with transparent backgrounds.\",\n    \"mode\": \"max\",\n    \"session_id\": \"slack-emoji-set\"\n  }'\n\n# Add more to the set\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Add 3 more emoji to the set in the same style: 1) Thinking face with code brackets, 2) PR approved checkmark, 3) Deploy success. Keep the same flat design aesthetic.\",\n    \"mode\": \"max\",\n    \"session_id\": \"slack-emoji-set\"\n  }'\n\n5. WhatsApp Sticker Pack\n\nCreate a sticker pack optimized for WhatsApp.\n\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a WhatsApp sticker pack with a cute cat character. Generate 8 stickers showing: greeting, thank you, love, laughing, sleeping, eating, confused, and celebrating. Kawaii anime style with pastel colors. 512x512 pixels with transparent background for each sticker.\",\n    \"mode\": \"max\"\n  }'\n\n6. Bitmoji-Style Avatar Emoji\n\nCreate a personalized avatar emoji set in Bitmoji style.\n\n# Create avatar base\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a Bitmoji-style avatar from this photo. Cartoon character with recognizable features but stylized. Clean vector-like art style similar to Bitmoji/Snapchat avatars.\",\n    \"mode\": \"max\",\n    \"session_id\": \"my-avatar-emoji\",\n    \"image_urls\": [\"https://example.com/my-selfie.jpg\"]\n  }'\n\n# Generate situational stickers\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create 5 stickers of my avatar in different situations: 1) Working on laptop, 2) Drinking coffee, 3) High-fiving, 4) Mind blown gesture, 5) Dancing celebration. Same Bitmoji art style, keep my avatar consistent.\",\n    \"mode\": \"max\",\n    \"session_id\": \"my-avatar-emoji\"\n  }'\n\n7. Brand Mascot Emoji Pack\n\nGenerate a consistent mascot emoji set for brand communications.\n\n# Define mascot\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a brand mascot emoji: a friendly robot character with rounded features, blue and white color scheme, expressive LED eyes. This will be used for our tech company Slack and social media. Start with a neutral happy expression.\",\n    \"mode\": \"max\",\n    \"session_id\": \"brand-mascot-emoji\"\n  }'\n\n# Generate mascot pack\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a complete emoji pack with this robot mascot showing: thumbs up, thinking, celebrating, waving hello, error/oops face, loading/processing, success checkmark pose, and question mark confused. Maintain exact same character design and brand colors.\",\n    \"mode\": \"max\",\n    \"session_id\": \"brand-mascot-emoji\"\n  }'\n\n8. Reaction Emoji Set\n\nCreate custom reaction emoji for team or community use.\n\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a set of 10 reaction emoji in a consistent playful illustrated style: 1) Fire/lit, 2) 100 percent, 3) Eyes looking, 4) Chef kiss, 5) Mind blown explosion, 6) Facepalm, 7) Clapping hands, 8) Raising hands celebration, 9) Laughing crying, 10) Heart eyes. Bold colors, clean outlines, 128x128 transparent PNG style.\",\n    \"mode\": \"max\"\n  }'\n\n9. Pet Emoji from Photo\n\nTransform pet photos into adorable emoji stickers.\n\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Turn this photo of my dog into a cute cartoon emoji sticker. Capture the personality and distinctive features. Kawaii style with big sparkly eyes and adorable expression. Create it as a 512x512 sticker with transparent background.\",\n    \"mode\": \"max\",\n    \"image_urls\": [\"https://example.com/my-dog.jpg\"]\n  }'\n\n# Create pet expression pack\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create 6 emoji variations of this dog: happy with tongue out, sleepy, begging for treats, playful with ball, confused head tilt, and excited jumping. Keep the same cartoon style consistent.\",\n    \"mode\": \"max\",\n    \"session_id\": \"pet-emoji-pack\",\n    \"image_urls\": [\"https://example.com/my-dog.jpg\"]\n  }'\n\n10. Text-Based Emoji Design\n\nCreate custom text and typography-based emoji.\n\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create custom text emoji stickers for common team reactions: 1) NICE in rainbow gradient bubble letters, 2) SHIP IT with rocket trail effect, 3) WFH in cozy style with house icon, 4) BRB with clock elements, 5) TY in heart shape, 6) GG in gaming style. Each should be readable at 128x128 with transparent background, bold fun typography.\",\n    \"mode\": \"max\"\n  }'\n\nBest Practices\nEmoji Design\nSimplicity: Keep designs simple and readable at small sizes\nBold Outlines: Use thick outlines for clarity\nLimited Colors: Stick to 3-5 colors per emoji\nExpressions: Exaggerate facial expressions for impact\nConsistency: Maintain style across a pack\nPlatform Optimization\nTransparent Backgrounds: Always use for best compatibility\nSquare Format: Most platforms expect 1:1 aspect ratio\nFile Size: Keep under 256KB for animated emoji\nTest Small: Preview at 32x32 to ensure readability\nAnimation Tips\nLoop Seamlessly: Ensure animations loop smoothly\nKeep it Short: 1-3 seconds is ideal\nSimple Motion: Single motion reads better than complex\nFrame Rate: 10-15 FPS works well for emoji\nPrompt Tips for Emoji\n\nWhen creating emoji, include these details:\n\nStyle: Cartoon, kawaii, flat design, 3D, etc.\nExpression/Emotion: What feeling should it convey?\nSize: Specify output dimensions\nBackground: Request transparent background\nPlatform: Mention target platform for optimization\nConsistency: Reference previous generations for packs\nExample Prompt Structure\n\"Create a [style] emoji of [subject/expression].\n[Visual details and characteristics].\nOutput at [size] with transparent background.\nTarget platform: [Slack/Discord/WhatsApp/etc.]\"\n\nMode Selection\n\nAsk your users before generating:\n\n\"Do you want fast & cheap, or high quality?\"\n\nMode\tBest For\tSpeed\tQuality\nmax\tFinal sticker packs, brand emoji\tSlower\tHighest\neco\tQuick concepts, testing ideas, drafts\tFaster\tGood\nMulti-Turn Pack Creation\n\nUse session_id to build cohesive emoji packs:\n\n# Start with character design\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Design a cute mascot character for my emoji pack - a happy cloud with a face\",\n    \"session_id\": \"cloud-emoji-project\"\n  }'\n\n# Add expressions\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create this cloud with a rainy sad expression\",\n    \"session_id\": \"cloud-emoji-project\"\n  }'\n\n# Continue building the pack\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Now make a sunny happy version with rainbow\",\n    \"session_id\": \"cloud-emoji-project\"\n  }'\n\nBatch Generation for Packs\n\nGenerate complete packs efficiently:\n\n# Generate full expression set in one request\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a complete emoji pack of 8 food emoji: pizza slice, hamburger, sushi, taco, ice cream cone, donut, coffee cup, and avocado. All in the same cute kawaii style with happy faces, consistent line weight and color palette. 128x128 each with transparent backgrounds.\",\n    \"mode\": \"eco\"\n  }'\n\nError Handling\nError\tCause\tSolution\nFailed to create prediction: HTTP 422\tInsufficient balance\tTop up at eachlabs.ai\nContent policy violation\tProhibited content\tAdjust prompt to comply with guidelines\nTimeout\tComplex generation\tSet client timeout to minimum 10 minutes\nInconsistent style\tNew session\tUse same session_id for pack consistency\nRelated Skills\neach-sense - Core API documentation\nproduct-photo-generation - Product imagery\nmeta-ad-creative-generation - Social media creatives"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/eftalyurtseven/emoji-sticker-generation",
    "publisherUrl": "https://clawhub.ai/eftalyurtseven/emoji-sticker-generation",
    "owner": "eftalyurtseven",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/emoji-sticker-generation",
    "downloadUrl": "https://openagent3.xyz/downloads/emoji-sticker-generation",
    "agentUrl": "https://openagent3.xyz/skills/emoji-sticker-generation/agent",
    "manifestUrl": "https://openagent3.xyz/skills/emoji-sticker-generation/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/emoji-sticker-generation/agent.md"
  }
}