discord-graphics-generationGenerate Discord server graphics using each::sense AI. Create server icons, banners, role icons, welcome graphics, event banners, bot avatars, emojis, and mo...
Install via ClawdBot CLI:
clawdbot install eftalyurtseven/discord-graphics-generationGenerate professional Discord server graphics using each::sense. This skill creates images optimized for Discord's various graphic placements, sizes, and best practices.
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"
}'
| Asset Type | Size | Aspect Ratio | Use Case |
|------------|------|--------------|----------|
| Server Icon | 512x512 | 1:1 | Server identity, appears everywhere |
| Server Banner | 960x540 | 16:9 | Server profile header (Nitro Level 2+) |
| Role Icon | 64x64 | 1:1 | Role badges next to usernames |
| Invite Splash | 1920x1080 | 16:9 | Server invite background (Nitro Level 1+) |
| Server Discovery | 1024x1024 | 1:1 | Server discovery listing |
| Custom Emoji | 128x128 | 1:1 | Server emojis (max 256KB) |
| Sticker | 320x320 | 1:1 | Custom stickers |
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"
}'
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"
}'
# 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"
}'
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"
}'
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"
}'
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"
}'
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"
}'
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"
}'
# 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"
}'
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"
}'
When creating Discord graphics, include these details in your prompt:
"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.]"
Ask your users before generating:
"Do you want fast & cheap, or high quality?"
| Mode | Best For | Speed | Quality |
|------|----------|-------|---------|
| max | Final assets, server branding, public-facing graphics | Slower | Highest |
| eco | Quick drafts, concept exploration, bulk emoji generation | Faster | Good |
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"
}'
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 | Cause | Solution |
|-------|-------|----------|
| Failed to create prediction: HTTP 422 | Insufficient balance | Top up at eachlabs.ai |
| Content policy violation | Prohibited content | Adjust prompt to comply with Discord community guidelines |
| Timeout | Complex generation | Set client timeout to minimum 10 minutes |
| Image too large | File size exceeds limit | Request smaller dimensions or simpler design |
each-sense - Core API documentationsocial-media-graphics - Social media assetslogo-generation - Brand logo creationcharacter-design - Mascot and character creationGenerated Mar 1, 2026
A new gaming community needs a complete set of Discord graphics to establish its brand identity. This includes a server icon featuring game-related symbols, a banner for the server profile, role icons for admin and member tiers, and event banners for tournaments. The skill can generate all assets with consistent themes, saving time and ensuring visual cohesion.
A tech startup wants to create a Discord server for its developer community to foster collaboration and support. They require a modern server icon with code symbols, a banner for announcements, and role icons for different expertise levels. The skill helps produce professional graphics that reflect the company's tech-focused brand, enhancing user engagement.
An educational institution is launching a Discord server for online courses and student interaction. They need graphics like a welcoming banner for the entrance channel, rules graphics for guidelines, and role icons for instructors and students. Using this skill, they can quickly generate educational-themed visuals that make the server inviting and organized.
A content creator, such as a streamer or YouTuber, wants to build a Discord server for their fans to share updates and host events. They require custom emojis, a server banner with their branding, and announcement graphics for new content releases. This skill enables the creation of personalized assets that strengthen community bonds and promote the creator's brand.
A non-profit organization is using Discord to raise awareness and coordinate volunteers for a cause. They need graphics like a server icon with their logo, event banners for fundraisers, and role icons for different volunteer roles. The skill helps generate impactful visuals that communicate the mission clearly and attract more participants.
Freelancers can offer Discord graphics creation as a specialized service, using this skill to quickly produce assets for clients. They can charge per graphic or offer packages for full server setups, leveraging the skill's efficiency to handle multiple projects and increase revenue. This model appeals to small businesses and communities needing affordable, custom designs.
A platform could integrate this skill to provide subscribers with unlimited Discord graphics generation for a monthly fee. Users access a dashboard to request custom assets, with the skill automating production. This model generates recurring revenue and scales easily by serving multiple users simultaneously, targeting Discord server owners and moderators.
Marketing or design agencies can white-label this skill to offer Discord graphics as part of their broader branding services. They use it internally to speed up asset creation for clients, reducing labor costs and increasing profit margins. This model allows agencies to expand their service offerings without hiring additional designers, focusing on larger corporate clients.
💬 Integration Tip
Integrate this skill by setting up API calls with user inputs for themes and sizes, and store generated images in a CDN for easy access. Use session IDs for batch requests to maintain consistency across multiple graphics.
iMessage/SMS CLI for listing chats, history, watch, and sending.
Use when you need to control Discord from Clawdbot via the discord tool: send messages, react, post or upload stickers, upload emojis, run polls, manage threads/pins/search, fetch permissions or member/role/channel info, or handle moderation actions in Discord DMs or channels.
Use when you need to control Slack from Clawdbot via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
Build or update the BlueBubbles external channel plugin for Clawdbot (extension package, REST send/probe, webhook inbound).
OpenClaw skill for designing Telegram Bot API workflows and command-driven conversations using direct HTTPS requests (no SDKs).