TopRank Skills

Home / Claw Skills / Bot / discord-graphics-generation
Official OpenClaw rules 36%

discord-graphics-generation

Generate Discord server graphics using each::sense AI. Create server icons, banners, role icons, welcome graphics, event banners, bot avatars, emojis, and more optimized for Discord's format requirements.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 discord-graphics-generation 技能。 若已安装,则直接安装 discord-graphics-generation 技能。

Overview

Skill Key
eftalyurtseven/discord-graphics-generation
Author
eftalyurtseven
Source Repo
openclaw/skills
Version
-
Source Path
skills/eftalyurtseven/discord-graphics-generation
Latest Commit SHA
85ac03ac75f917a22e4d3767dc5e238a7be51333

Extracted Content

SKILL.md excerpt

# 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

```bash
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 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 |

## Use Case Examples

### 1. Discord Server Icon

```bash
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 '{...

Related Claw Skills