← ClaudeAtlas

crun-meme-generatorlisted

Generate static image memes/stickers and animated GIF memes/reaction emojis using Crun image and video models. Use whenever the user asks for a meme, sticker, reaction emoji, static meme, animated GIF, reaction GIF, funny reaction animation, or requests adding text/stickers to images or converting short generated videos into GIF memes — even if they don't explicitly say "Crun".
CrunTeam/crun-agent-skills · ★ 1 · AI & Automation · score 67
Install: claude install-skill CrunTeam/crun-agent-skills
# Crun Meme & Emoji Generator Use this skill to generate static image memes/stickers and animated GIF reaction memes via Crun AI models. - **Static Memes**: Route to Crun image generation models (`modality: "image"`), set appropriate resolution/aspect ratio, generate pure artwork (bypassing AI text rendering errors), download PNG/JPG, and overlay crisp text via `scripts/image_text_overlay.py --text "<caption_text>"`. - **Animated GIF Memes**: Route to fast Crun video generation models (`modality: "video"`), default to the model's **lowest resolution** (e.g. `480p` / `720p`), generate pure visual motion (without asking video AI model to render text directly to avoid text distortion/garbling), download MP4, and add crisp text overlay directly onto the GIF via `scripts/video_to_gif.py --text "<caption_text>"`. - **Interactive Button Confirmation**: For both static and GIF memes, always present confirmation details (including Model, Credits, Visual Style, Text Caption, and Resolution) and use **interactive option buttons** (e.g. `ask_question` tool) for user confirmation before task creation. --- ## Workflow Overview Follow this end-to-end execution flow for all meme and emoji generation requests: ```text User Request (Meme/Emoji/GIF) │ ├── 1. Determine Format (Static Image vs Animated GIF) │ ├── 2. Upload Input Media (If user provides reference photo/image) │ └─ python <root>/runtime/crun_cli.py upload <local-file> │ ├── 3. Route Model & Construc