{
  "schemaVersion": "1.0",
  "item": {
    "slug": "discord-graphics-generation",
    "name": "Discord Graphics Generation",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/eftalyurtseven/discord-graphics-generation",
    "canonicalUrl": "https://clawhub.ai/eftalyurtseven/discord-graphics-generation",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/discord-graphics-generation",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=discord-graphics-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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/discord-graphics-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/discord-graphics-generation",
    "agentPageUrl": "https://openagent3.xyz/skills/discord-graphics-generation/agent",
    "manifestUrl": "https://openagent3.xyz/skills/discord-graphics-generation/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/discord-graphics-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": "Discord Graphics Generation",
        "body": "Generate professional Discord server graphics using each::sense. This skill creates images optimized for Discord's various graphic placements, sizes, and best practices."
      },
      {
        "title": "Features",
        "body": "Server Icons: Square icons for server identity (512x512)\nServer Banners: Wide banners for server profile (960x540)\nRole Icons: Small icons for role identification (64x64)\nWelcome Graphics: Channel headers for welcome areas\nRules Graphics: Visual headers for rules channels\nAnnouncement Banners: Eye-catching announcement graphics\nEvent Banners: Promotional graphics for server events\nBot Avatars: Custom avatars for Discord bots\nEmoji Packs: Custom server emojis\nBooster Badges: Recognition graphics for server boosters"
      },
      {
        "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 Discord server icon for a gaming community called Pixel Warriors, featuring a pixel art sword and shield with purple and blue colors\",\n    \"mode\": \"max\"\n  }'"
      },
      {
        "title": "Discord Graphics Formats & Sizes",
        "body": "Asset TypeSizeAspect RatioUse CaseServer Icon512x5121:1Server identity, appears everywhereServer Banner960x54016:9Server profile header (Nitro Level 2+)Role Icon64x641:1Role badges next to usernamesInvite Splash1920x108016:9Server invite background (Nitro Level 1+)Server Discovery1024x10241:1Server discovery listingCustom Emoji128x1281:1Server emojis (max 256KB)Sticker320x3201:1Custom stickers"
      },
      {
        "title": "1. Discord Server Icon",
        "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 512x512 Discord server icon for a tech community called CodeHub. Feature a modern code bracket symbol with gradient from cyan to purple, dark background, clean minimal design that reads well at small sizes.\",\n    \"mode\": \"max\"\n  }'"
      },
      {
        "title": "2. Server Banner",
        "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 960x540 Discord server banner for an anime discussion community. Show a stylish anime-inspired cityscape at night with neon lights, purple and pink color scheme. Leave the center area less busy for the server name overlay.\",\n    \"mode\": \"max\"\n  }'"
      },
      {
        "title": "3. Role Icons Set",
        "body": "# Admin role icon\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 64x64 Discord role icon for Admin role. Gold crown symbol on dark background, simple and recognizable at small size. Clean vector-style design.\",\n    \"session_id\": \"discord-roles-001\"\n  }'\n\n# Moderator role icon (same session for consistency)\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 64x64 Discord role icon for Moderator role. Silver shield symbol, same style as the admin icon. Simple and recognizable.\",\n    \"session_id\": \"discord-roles-001\"\n  }'\n\n# VIP role icon\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 64x64 Discord role icon for VIP members. Purple diamond or star symbol, matching the style of previous role icons.\",\n    \"session_id\": \"discord-roles-001\"\n  }'"
      },
      {
        "title": "4. Welcome Channel Graphic",
        "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 wide banner graphic for a Discord welcome channel. Friendly and inviting design with soft gradients in blue and purple. Include visual space for welcome text. Aspect ratio 16:9, dimensions 1200x675. Make it warm and community-focused.\",\n    \"mode\": \"max\"\n  }'"
      },
      {
        "title": "5. Rules Channel Graphic",
        "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 Discord rules channel header graphic. Professional and authoritative design with a scroll or document motif. Dark theme with gold accents. 1200x400 pixels. Include subtle gavel or scales of justice imagery. Clean and readable.\",\n    \"mode\": \"max\"\n  }'"
      },
      {
        "title": "6. Announcement Graphics",
        "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 Discord announcement banner for a server update. Exciting and attention-grabbing with a megaphone or notification bell motif. Red and orange energy colors with dark background. 1200x600 pixels. Space for announcement text.\",\n    \"mode\": \"max\"\n  }'"
      },
      {
        "title": "7. Event Banner",
        "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 Discord event banner for a gaming tournament. Esports style with dynamic angles and energy effects. Team colors: red vs blue. 1200x675 pixels. Include space for event name, date, and prize info. Competitive and exciting mood.\",\n    \"mode\": \"max\"\n  }'"
      },
      {
        "title": "8. Bot Avatar",
        "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 512x512 Discord bot avatar for a music bot called BeatBot. Friendly robot face with headphones, musical notes floating around. Cyan and white color scheme on dark background. Cute but modern design, reads well as small circle.\",\n    \"mode\": \"max\"\n  }'"
      },
      {
        "title": "9. Emoji Pack Generation",
        "body": "# Generate consistent emoji 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\": \"Create a 128x128 Discord emoji of a happy pepe-style frog giving thumbs up. Simple, clean design with thick outlines for visibility at small sizes. Green frog, expressive eyes.\",\n    \"session_id\": \"emoji-pack-001\"\n  }'\n\n# Sad emoji\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 128x128 Discord emoji of the same frog character but sad with a single tear. Same art style as before, consistent design.\",\n    \"session_id\": \"emoji-pack-001\"\n  }'\n\n# Laughing emoji\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 128x128 Discord emoji of the same frog character laughing hard with tears of joy. Consistent style with previous emojis.\",\n    \"session_id\": \"emoji-pack-001\"\n  }'"
      },
      {
        "title": "10. Server Booster Badge",
        "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 64x64 Discord role icon for Server Boosters. Premium feel with Discord Nitro pink/purple gradient colors. Lightning bolt or rocket symbol to represent boost. Shiny metallic effect, stands out from other role icons.\",\n    \"mode\": \"max\"\n  }'"
      },
      {
        "title": "Server Icons",
        "body": "Simplicity: Design should be recognizable at 32x32 pixels\nContrast: Use high contrast colors for visibility\nCentered: Keep main element centered (displays as circle)\nNo text: Avoid text - it won't be readable at small sizes\nBrand colors: Use consistent brand/community colors"
      },
      {
        "title": "Role Icons",
        "body": "64x64 max: Discord caps role icons at 64x64\nSimple shapes: Complex details get lost at small sizes\nColor coding: Use distinct colors for different role levels\nConsistency: Create a cohesive set with matching styles\nTransparency: Use transparent backgrounds"
      },
      {
        "title": "Banners & Headers",
        "body": "Safe zones: Keep important elements away from edges\nText space: Leave room for overlay text\nMobile friendly: Test how it looks on mobile\nFile size: Keep under 10MB for banners"
      },
      {
        "title": "Emojis",
        "body": "128x128: Standard Discord emoji size\n256KB limit: Keep file size under limit\nThick outlines: Helps visibility at small sizes\nTransparent BG: Use transparency for versatility\nExpression focus: Emphasize the emotion/action"
      },
      {
        "title": "Prompt Tips for Discord Graphics",
        "body": "When creating Discord graphics, include these details in your prompt:\n\nExact size: Specify dimensions (512x512, 960x540, 64x64, etc.)\nAsset type: Server icon, banner, role icon, emoji, etc.\nTheme/Style: Gaming, anime, professional, minimalist, etc.\nColors: Specific colors or let AI choose based on theme\nKey elements: Symbols, mascots, or imagery to include\nReadability: Mention if it needs to work at small sizes\nText space: Note if you need room for text overlays"
      },
      {
        "title": "Example Prompt Structure",
        "body": "\"Create a [size] Discord [asset type] for [community type/name].\nFeature [key visual elements] with [color scheme].\nStyle: [aesthetic description].\n[Additional requirements like small-size readability, text space, etc.]\""
      },
      {
        "title": "Mode Selection",
        "body": "Ask your users before generating:\n\n\"Do you want fast & cheap, or high quality?\"\n\nModeBest ForSpeedQualitymaxFinal assets, server branding, public-facing graphicsSlowerHighestecoQuick drafts, concept exploration, bulk emoji generationFasterGood"
      },
      {
        "title": "Multi-Turn Creative Iteration",
        "body": "Use session_id to iterate on Discord graphics:\n\n# Initial server icon concept\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 512x512 Discord server icon for a space exploration gaming community\",\n    \"session_id\": \"space-server-branding\"\n  }'\n\n# Iterate based on feedback\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\": \"Make the planet more prominent and add some stars in the background. Keep the same color scheme.\",\n    \"session_id\": \"space-server-branding\"\n  }'\n\n# Create matching banner\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 a matching 960x540 server banner with the same space theme and color palette\",\n    \"session_id\": \"space-server-branding\"\n  }'"
      },
      {
        "title": "Complete Server Branding Set",
        "body": "Generate a cohesive branding package:\n\n# 1. Server icon\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 512x512 Discord server icon for a creative art community called ArtVault. Modern abstract paint splash design, vibrant rainbow colors on dark background.\",\n    \"session_id\": \"artvault-branding\",\n    \"mode\": \"max\"\n  }'\n\n# 2. Server banner\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 matching 960x540 server banner. Extend the paint splash theme across a wider canvas. Same colors and style.\",\n    \"session_id\": \"artvault-branding\",\n    \"mode\": \"max\"\n  }'\n\n# 3. Role icons\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 3 role icons (64x64 each) for Artist, Moderator, and VIP roles. Use paintbrush for Artist (blue), palette for Mod (orange), and star for VIP (gold). Same art style as the server icon.\",\n    \"session_id\": \"artvault-branding\",\n    \"mode\": \"max\"\n  }'"
      },
      {
        "title": "Error Handling",
        "body": "ErrorCauseSolutionFailed to create prediction: HTTP 422Insufficient balanceTop up at eachlabs.aiContent policy violationProhibited contentAdjust prompt to comply with Discord community guidelinesTimeoutComplex generationSet client timeout to minimum 10 minutesImage too largeFile size exceeds limitRequest smaller dimensions or simpler design"
      },
      {
        "title": "Related Skills",
        "body": "each-sense - Core API documentation\nsocial-media-graphics - Social media assets\nlogo-generation - Brand logo creation\ncharacter-design - Mascot and character creation"
      }
    ],
    "body": "Discord Graphics Generation\n\nGenerate professional Discord server graphics using each::sense. This skill creates images optimized for Discord's various graphic placements, sizes, and best practices.\n\nFeatures\nServer Icons: Square icons for server identity (512x512)\nServer Banners: Wide banners for server profile (960x540)\nRole Icons: Small icons for role identification (64x64)\nWelcome Graphics: Channel headers for welcome areas\nRules Graphics: Visual headers for rules channels\nAnnouncement Banners: Eye-catching announcement graphics\nEvent Banners: Promotional graphics for server events\nBot Avatars: Custom avatars for Discord bots\nEmoji Packs: Custom server emojis\nBooster Badges: Recognition graphics for server boosters\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 Discord server icon for a gaming community called Pixel Warriors, featuring a pixel art sword and shield with purple and blue colors\",\n    \"mode\": \"max\"\n  }'\n\nDiscord Graphics Formats & Sizes\nAsset Type\tSize\tAspect Ratio\tUse Case\nServer Icon\t512x512\t1:1\tServer identity, appears everywhere\nServer Banner\t960x540\t16:9\tServer profile header (Nitro Level 2+)\nRole Icon\t64x64\t1:1\tRole badges next to usernames\nInvite Splash\t1920x1080\t16:9\tServer invite background (Nitro Level 1+)\nServer Discovery\t1024x1024\t1:1\tServer discovery listing\nCustom Emoji\t128x128\t1:1\tServer emojis (max 256KB)\nSticker\t320x320\t1:1\tCustom stickers\nUse Case Examples\n1. Discord Server Icon\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 512x512 Discord server icon for a tech community called CodeHub. Feature a modern code bracket symbol with gradient from cyan to purple, dark background, clean minimal design that reads well at small sizes.\",\n    \"mode\": \"max\"\n  }'\n\n2. Server Banner\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 960x540 Discord server banner for an anime discussion community. Show a stylish anime-inspired cityscape at night with neon lights, purple and pink color scheme. Leave the center area less busy for the server name overlay.\",\n    \"mode\": \"max\"\n  }'\n\n3. Role Icons Set\n# Admin role icon\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 64x64 Discord role icon for Admin role. Gold crown symbol on dark background, simple and recognizable at small size. Clean vector-style design.\",\n    \"session_id\": \"discord-roles-001\"\n  }'\n\n# Moderator role icon (same session for consistency)\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 64x64 Discord role icon for Moderator role. Silver shield symbol, same style as the admin icon. Simple and recognizable.\",\n    \"session_id\": \"discord-roles-001\"\n  }'\n\n# VIP role icon\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 64x64 Discord role icon for VIP members. Purple diamond or star symbol, matching the style of previous role icons.\",\n    \"session_id\": \"discord-roles-001\"\n  }'\n\n4. Welcome Channel Graphic\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 wide banner graphic for a Discord welcome channel. Friendly and inviting design with soft gradients in blue and purple. Include visual space for welcome text. Aspect ratio 16:9, dimensions 1200x675. Make it warm and community-focused.\",\n    \"mode\": \"max\"\n  }'\n\n5. Rules Channel Graphic\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 Discord rules channel header graphic. Professional and authoritative design with a scroll or document motif. Dark theme with gold accents. 1200x400 pixels. Include subtle gavel or scales of justice imagery. Clean and readable.\",\n    \"mode\": \"max\"\n  }'\n\n6. Announcement Graphics\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 Discord announcement banner for a server update. Exciting and attention-grabbing with a megaphone or notification bell motif. Red and orange energy colors with dark background. 1200x600 pixels. Space for announcement text.\",\n    \"mode\": \"max\"\n  }'\n\n7. Event Banner\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 Discord event banner for a gaming tournament. Esports style with dynamic angles and energy effects. Team colors: red vs blue. 1200x675 pixels. Include space for event name, date, and prize info. Competitive and exciting mood.\",\n    \"mode\": \"max\"\n  }'\n\n8. Bot Avatar\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 512x512 Discord bot avatar for a music bot called BeatBot. Friendly robot face with headphones, musical notes floating around. Cyan and white color scheme on dark background. Cute but modern design, reads well as small circle.\",\n    \"mode\": \"max\"\n  }'\n\n9. Emoji Pack Generation\n# Generate consistent emoji 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\": \"Create a 128x128 Discord emoji of a happy pepe-style frog giving thumbs up. Simple, clean design with thick outlines for visibility at small sizes. Green frog, expressive eyes.\",\n    \"session_id\": \"emoji-pack-001\"\n  }'\n\n# Sad emoji\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 128x128 Discord emoji of the same frog character but sad with a single tear. Same art style as before, consistent design.\",\n    \"session_id\": \"emoji-pack-001\"\n  }'\n\n# Laughing emoji\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 128x128 Discord emoji of the same frog character laughing hard with tears of joy. Consistent style with previous emojis.\",\n    \"session_id\": \"emoji-pack-001\"\n  }'\n\n10. Server Booster Badge\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 64x64 Discord role icon for Server Boosters. Premium feel with Discord Nitro pink/purple gradient colors. Lightning bolt or rocket symbol to represent boost. Shiny metallic effect, stands out from other role icons.\",\n    \"mode\": \"max\"\n  }'\n\nBest Practices\nServer Icons\nSimplicity: Design should be recognizable at 32x32 pixels\nContrast: Use high contrast colors for visibility\nCentered: Keep main element centered (displays as circle)\nNo text: Avoid text - it won't be readable at small sizes\nBrand colors: Use consistent brand/community colors\nRole Icons\n64x64 max: Discord caps role icons at 64x64\nSimple shapes: Complex details get lost at small sizes\nColor coding: Use distinct colors for different role levels\nConsistency: Create a cohesive set with matching styles\nTransparency: Use transparent backgrounds\nBanners & Headers\nSafe zones: Keep important elements away from edges\nText space: Leave room for overlay text\nMobile friendly: Test how it looks on mobile\nFile size: Keep under 10MB for banners\nEmojis\n128x128: Standard Discord emoji size\n256KB limit: Keep file size under limit\nThick outlines: Helps visibility at small sizes\nTransparent BG: Use transparency for versatility\nExpression focus: Emphasize the emotion/action\nPrompt Tips for Discord Graphics\n\nWhen creating Discord graphics, include these details in your prompt:\n\nExact size: Specify dimensions (512x512, 960x540, 64x64, etc.)\nAsset type: Server icon, banner, role icon, emoji, etc.\nTheme/Style: Gaming, anime, professional, minimalist, etc.\nColors: Specific colors or let AI choose based on theme\nKey elements: Symbols, mascots, or imagery to include\nReadability: Mention if it needs to work at small sizes\nText space: Note if you need room for text overlays\nExample Prompt Structure\n\"Create a [size] Discord [asset type] for [community type/name].\nFeature [key visual elements] with [color scheme].\nStyle: [aesthetic description].\n[Additional requirements like small-size readability, text space, 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 assets, server branding, public-facing graphics\tSlower\tHighest\neco\tQuick drafts, concept exploration, bulk emoji generation\tFaster\tGood\nMulti-Turn Creative Iteration\n\nUse session_id to iterate on Discord graphics:\n\n# Initial server icon concept\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 512x512 Discord server icon for a space exploration gaming community\",\n    \"session_id\": \"space-server-branding\"\n  }'\n\n# Iterate based on feedback\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\": \"Make the planet more prominent and add some stars in the background. Keep the same color scheme.\",\n    \"session_id\": \"space-server-branding\"\n  }'\n\n# Create matching banner\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 a matching 960x540 server banner with the same space theme and color palette\",\n    \"session_id\": \"space-server-branding\"\n  }'\n\nComplete Server Branding Set\n\nGenerate a cohesive branding package:\n\n# 1. Server icon\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 512x512 Discord server icon for a creative art community called ArtVault. Modern abstract paint splash design, vibrant rainbow colors on dark background.\",\n    \"session_id\": \"artvault-branding\",\n    \"mode\": \"max\"\n  }'\n\n# 2. Server banner\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 matching 960x540 server banner. Extend the paint splash theme across a wider canvas. Same colors and style.\",\n    \"session_id\": \"artvault-branding\",\n    \"mode\": \"max\"\n  }'\n\n# 3. Role icons\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 3 role icons (64x64 each) for Artist, Moderator, and VIP roles. Use paintbrush for Artist (blue), palette for Mod (orange), and star for VIP (gold). Same art style as the server icon.\",\n    \"session_id\": \"artvault-branding\",\n    \"mode\": \"max\"\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 Discord community guidelines\nTimeout\tComplex generation\tSet client timeout to minimum 10 minutes\nImage too large\tFile size exceeds limit\tRequest smaller dimensions or simpler design\nRelated Skills\neach-sense - Core API documentation\nsocial-media-graphics - Social media assets\nlogo-generation - Brand logo creation\ncharacter-design - Mascot and character creation"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/eftalyurtseven/discord-graphics-generation",
    "publisherUrl": "https://clawhub.ai/eftalyurtseven/discord-graphics-generation",
    "owner": "eftalyurtseven",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/discord-graphics-generation",
    "downloadUrl": "https://openagent3.xyz/downloads/discord-graphics-generation",
    "agentUrl": "https://openagent3.xyz/skills/discord-graphics-generation/agent",
    "manifestUrl": "https://openagent3.xyz/skills/discord-graphics-generation/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/discord-graphics-generation/agent.md"
  }
}