# Send Discord Graphics Generation to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/discord-graphics-generation",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=discord-graphics-generation",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/SSE-EVENTS.md"
    ],
    "downloadMode": "redirect",
    "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Discord Graphics Generation

Generate professional Discord server graphics using each::sense. This skill creates images optimized for Discord's various graphic placements, sizes, and best practices.

### Features

Server Icons: Square icons for server identity (512x512)
Server Banners: Wide banners for server profile (960x540)
Role Icons: Small icons for role identification (64x64)
Welcome Graphics: Channel headers for welcome areas
Rules Graphics: Visual headers for rules channels
Announcement Banners: Eye-catching announcement graphics
Event Banners: Promotional graphics for server events
Bot Avatars: Custom avatars for Discord bots
Emoji Packs: Custom server emojis
Booster Badges: Recognition graphics for server boosters

### 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 Discord server icon for a gaming community called Pixel Warriors, featuring a pixel art sword and shield with purple and blue colors",
    "mode": "max"
  }'

### Discord Graphics Formats & Sizes

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

### 1. Discord Server Icon

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 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.",
    "mode": "max"
  }'

### 2. Server Banner

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 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.",
    "mode": "max"
  }'

### 3. Role Icons Set

# Admin role icon
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 64x64 Discord role icon for Admin role. Gold crown symbol on dark background, simple and recognizable at small size. Clean vector-style design.",
    "session_id": "discord-roles-001"
  }'

# Moderator role icon (same session for consistency)
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 64x64 Discord role icon for Moderator role. Silver shield symbol, same style as the admin icon. Simple and recognizable.",
    "session_id": "discord-roles-001"
  }'

# VIP role icon
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 64x64 Discord role icon for VIP members. Purple diamond or star symbol, matching the style of previous role icons.",
    "session_id": "discord-roles-001"
  }'

### 4. Welcome Channel Graphic

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 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.",
    "mode": "max"
  }'

### 5. Rules Channel Graphic

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 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.",
    "mode": "max"
  }'

### 6. Announcement Graphics

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 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.",
    "mode": "max"
  }'

### 7. Event Banner

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 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.",
    "mode": "max"
  }'

### 8. Bot Avatar

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 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.",
    "mode": "max"
  }'

### 9. Emoji Pack Generation

# Generate consistent emoji set
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 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.",
    "session_id": "emoji-pack-001"
  }'

# Sad emoji
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 128x128 Discord emoji of the same frog character but sad with a single tear. Same art style as before, consistent design.",
    "session_id": "emoji-pack-001"
  }'

# Laughing emoji
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 128x128 Discord emoji of the same frog character laughing hard with tears of joy. Consistent style with previous emojis.",
    "session_id": "emoji-pack-001"
  }'

### 10. Server Booster Badge

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 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.",
    "mode": "max"
  }'

### Server Icons

Simplicity: Design should be recognizable at 32x32 pixels
Contrast: Use high contrast colors for visibility
Centered: Keep main element centered (displays as circle)
No text: Avoid text - it won't be readable at small sizes
Brand colors: Use consistent brand/community colors

### Role Icons

64x64 max: Discord caps role icons at 64x64
Simple shapes: Complex details get lost at small sizes
Color coding: Use distinct colors for different role levels
Consistency: Create a cohesive set with matching styles
Transparency: Use transparent backgrounds

### Banners & Headers

Safe zones: Keep important elements away from edges
Text space: Leave room for overlay text
Mobile friendly: Test how it looks on mobile
File size: Keep under 10MB for banners

### Emojis

128x128: Standard Discord emoji size
256KB limit: Keep file size under limit
Thick outlines: Helps visibility at small sizes
Transparent BG: Use transparency for versatility
Expression focus: Emphasize the emotion/action

### Prompt Tips for Discord Graphics

When creating Discord graphics, include these details in your prompt:

Exact size: Specify dimensions (512x512, 960x540, 64x64, etc.)
Asset type: Server icon, banner, role icon, emoji, etc.
Theme/Style: Gaming, anime, professional, minimalist, etc.
Colors: Specific colors or let AI choose based on theme
Key elements: Symbols, mascots, or imagery to include
Readability: Mention if it needs to work at small sizes
Text space: Note if you need room for text overlays

### Example Prompt Structure

"Create a [size] Discord [asset type] for [community type/name].
Feature [key visual elements] with [color scheme].
Style: [aesthetic description].
[Additional requirements like small-size readability, text space, etc.]"

### Mode Selection

Ask your users before generating:

"Do you want fast & cheap, or high quality?"

ModeBest ForSpeedQualitymaxFinal assets, server branding, public-facing graphicsSlowerHighestecoQuick drafts, concept exploration, bulk emoji generationFasterGood

### Multi-Turn Creative Iteration

Use session_id to iterate on Discord graphics:

# Initial server icon concept
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 512x512 Discord server icon for a space exploration gaming community",
    "session_id": "space-server-branding"
  }'

# Iterate based on feedback
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": "Make the planet more prominent and add some stars in the background. Keep the same color scheme.",
    "session_id": "space-server-branding"
  }'

# Create matching banner
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": "Now create a matching 960x540 server banner with the same space theme and color palette",
    "session_id": "space-server-branding"
  }'

### Complete Server Branding Set

Generate a cohesive branding package:

# 1. Server icon
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 512x512 Discord server icon for a creative art community called ArtVault. Modern abstract paint splash design, vibrant rainbow colors on dark background.",
    "session_id": "artvault-branding",
    "mode": "max"
  }'

# 2. Server banner
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 matching 960x540 server banner. Extend the paint splash theme across a wider canvas. Same colors and style.",
    "session_id": "artvault-branding",
    "mode": "max"
  }'

# 3. Role icons
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 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.",
    "session_id": "artvault-branding",
    "mode": "max"
  }'

### Error Handling

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

### Related Skills

each-sense - Core API documentation
social-media-graphics - Social media assets
logo-generation - Brand logo creation
character-design - Mascot and character creation
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: eftalyurtseven
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/discord-graphics-generation)
- [Send to Agent page](https://openagent3.xyz/skills/discord-graphics-generation/agent)
- [JSON manifest](https://openagent3.xyz/skills/discord-graphics-generation/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/discord-graphics-generation/agent.md)
- [Download page](https://openagent3.xyz/downloads/discord-graphics-generation)