LogoGempix2
  • Blog
  • Docs
  • Pricing
  • Credits
  • Gallery
Blog
Docs
Pricing
Credits
Gallery
Get Started

Community Gallery

Publicly shared images from our community. Approved submissions appear here.

# ZONES

## Zone 1: Title (10%)
- "Skill 安全审计流程"
- Subtitle: "Supply Chain Security Audit"

## Zone 2: Main Flow (60%)
Five steps flowing left to right:

### Step 1: 发现 Skill
- Icon: Sparkle/star with Skill box
- Visual: Package with "NEW" label
- Arrow flowing to next

### Step 2: 执行 inspect
- Icon: Magnifying glass over code
- Command: `clawhub inspect <slug> --files`
- Visual: Terminal window doodle

### Step 3: 读取所有文件 ⚠️
- Icon: Open folder with documents
- Highlight: ".md 和 .json 也要看!"
- Warning: 攻击者常藏恶意指令在文档里
- Visual: Multiple file icons with suspicious eye

### Step 4: 人工二次确认
- Icon: Person with checklist
- Visual: Human figure thinking/reviewing
- Dotted line suggesting human judgment

### Step 5: 通过/拒绝
- Two paths:
  - ✓ 通过 (green) → Install
  - ✗ 拒绝 (red) → Delete

## Zone 3: Critical Warning Box (20%)
- Red-bordered warning area
- Text: "未通过安全审计的 Skill 不得使用"
- Stop sign icon
- Hand-drawn warning stripes

## Zone 4: Key Insight (10%)
- Small note at bottom:
- "攻击者知道人们只审查可执行脚本,所以把恶意指令藏在 .md 和 .json 里"

# LABELS
All text in Chinese:
- 发现 Skill
- 执行 inspect
- 读取所有文件
- 人工二次确认
- 通过 / 拒绝
- 未通过安全审计的 Skill 不得使用
- .md 和 .json 也要看!
- All command text as shown

# COLORS
- Background: Paper texture, cream
- Flow arrows: Dark charcoal with hand-drawn arrowheads
- Step boxes: Soft warm tones, each slightly different
- Warning box: Red border with light red fill
- Pass: Green accent (#27AE60)
- Reject: Red accent (#E74C3C)
- Icons: Simple black line art

# STYLE
Hand-drawn flowchart:
- Boxes have organic, rounded corners
- Arrows are curved and natural, not perfect straight lines
- Steps connected like a storyboard
- Icons are simple doodles
- Warning box looks like a sticky note with red marker
- Overall whiteboard sketch aesthetic
- Some elements slightly askew for human feel
- Mix of printed-style text and handwritten annotations

3/3/2026

# ZONES

## Zone 1: Title (10%)
- "三层防护体系"
- English subtitle: "Defense-in-Depth"
- Handwritten style

## Zone 2: Pyramid Structure (60%)
Three-layer pyramid, largest at bottom:

### Layer 1 - Top: 事前防护 (20% of pyramid height)
- Label: "规则约束"
- Items:
  - AGENTS.md 红线清单
  - 行为层黑名单
- Icon: Rulebook/document
- Color: Lightest shade

### Layer 2 - Middle: 事中防护 (35% of pyramid height)
- Label: "权限收窄 + 高危风控"
- Items:
  - `chmod 600` 核心配置
  - SHA256 哈希基线
  - 签名隔离原则
- Icons: Lock, fingerprint, shield
- Color: Medium shade

### Layer 3 - Bottom: 事后防护 (45% of pyramid height)
- Label: "夜间自动巡检"
- Items:
  - 13项核心指标
  - 黄线操作交叉验证
  - 私钥泄露扫描
  - Skill 完整性验证
- Icons: Magnifying glass, radar, checklist
- Color: Deepest shade

## Zone 3: Timeline (15%)
Right side vertical timeline:
- Install → Run → Every Night
- Connecting dots with the three layers

## Zone 4: Key Insight (15%)
Bottom quote box:
- "极简安全的目标:把主要风险从'大概率'降到'需要主动攻击才能触发'"
- Handwritten quote marks

# LABELS
All text in Chinese:
- 事前防护 / 规则约束
- 事中防护 / 权限收窄 + 高危风控
- 事后防护 / 夜间自动巡检
- Install / Run / Every Night
- All item text as listed above

# COLORS
- Background: Warm off-white
- Pyramid layers (bottom to top):
  - Deep warm yellow/ochre (#D4AC0D)
  - Golden yellow (#F1C40F)
  - Pale yellow/cream (#FCF3CF)
- Text: Dark brown
- Icons: Simple black line drawings
- Timeline: Muted gray with accent dots

# STYLE
Hand-drawn architectural diagram:
- Pyramid has sketched, slightly irregular edges
- Layers separated by hand-drawn lines
- Watercolor fill with visible brush texture
- Icons are simple doodles
- Timeline looks like a margin note
- Quote in cursive handwriting style
- Overall: Like a page from an architect's sketchbook

3/3/2026

# ZONES

## Zone 1: Header (15%)
- Large title: "RED LINE COMMANDS"
- Handwritten in bold red brush strokes
- Chinese subtitle: "红线命令清单"
- Warning stripe pattern at top edge

## Zone 2: Five Category Cards (70%)
Five colored cards arranged in grid (2-3 or 3-2 layout):

### Card 1: 破坏性操作
- Icon: Explosion/bomb doodle
- Commands in monospace font:
  - `rm -rf /`
  - `mkfs`
  - `dd if=`
  - `wipefs`
- Note: "一句话,数据全没"
- Card color: Warm red (#E74C3C)

### Card 2: 认证篡改
- Icon: Lock being picked
- Commands/items:
  - `openclaw.json`
  - `paired.json`
  - `sshd_config`
  - `authorized_keys`
- Note: "改了你就不知道攻击者进来"
- Card color: Burnt orange (#D35400)

### Card 3: 外发敏感数据
- Icon: Data flowing out/leaking
- Commands:
  - `curl` (携带 token)
  - `wget` (携带 key)
  - `nc` (携带 password)
- Note: "严禁索要明文私钥或助记词"
- Card color: Dark goldenrod (#B7950B)

### Card 4: 代码注入
- Icon: Snake/worm in code
- Commands:
  - `base64 -d | bash`
  - `eval "$(curl ...)"`
  - `curl | sh`
- Note: "最常见注入载体"
- Card color: Deep purple (#7D3C98)

### Card 5: 权限持久化
- Icon: Ghost staying behind
- Commands:
  - `useradd`
  - `usermod`
  - `visudo`
  - 开机启动未知服务
- Note: "重启也没用"
- Card color: Dark teal (#1ABC9C)

## Zone 3: Bottom Warning Banner (15%)
- Striped warning tape design
- Text: "遇到直接暂停,必须人工确认"
- Large stop/hand icon

# LABELS
All text in Chinese:
- 破坏性操作
- 认证篡改
- 外发敏感数据
- 代码注入
- 权限持久化
- 遇到直接暂停,必须人工确认

Command text in monospace/code font style but hand-drawn look

# COLORS
- Background: Cream paper texture
- Cards: Each category has distinct warm color
- Text: Dark charcoal for readability
- Warnings: Red accents
- Commands: Dark terminal-green on light background

# STYLE
Hand-drawn sticky note aesthetic:
- Cards look like slightly rotated paper notes
- Hand-drawn borders with marker pen quality
- Subtle tape/adhesive visual at card corners
- Monospace commands look like handwritten code
- Organic, slightly imperfect alignment
- Warm, approachable color palette despite serious topic

3/3/2026

# ZONES

## Zone 1: Central Character (40% of frame)
- A friendly robot with mechanical claws as hands
- Holding a shield prominently in front
- Shield displays "SECURITY" text in bold letters
- Robot has a gentle, non-threatening appearance with round edges

## Zone 2: Background (60% of frame)
- Semi-transparent flowing code streams and terminal commands
- Faint command line elements floating in space
- Abstract digital patterns suggesting cybersecurity

## Zone 3: Color Palette
- Primary: Warm yellow/cream tones (#F5E6D3, #FFE4B5)
- Secondary: Deep charcoal gray (#2C3E50, #34495E)
- Accent: White and off-white highlights
- Overall: Cozy, approachable tech aesthetic

# STYLE

Hand-drawn illustration style with:
- Soft, organic pencil-like lines
- Paper texture background
- Watercolor wash effects
- Sketch-like quality with visible stroke variation
- Warm, inviting color scheme that reduces technical coldness
- Slightly imperfect, human-crafted feel

# ASPECT
16:9 landscape orientation, suitable for article header/cover image

3/3/2026

# ZONES

## Zone 1: Left Side - User & Permission (25%)
- Human figure handing a large key to an AI Agent robot
- Visual metaphor: "Giving the keys to the kingdom"
- Dotted line showing trust relationship

## Zone 2: Center - AI Agent Under Attack (40%)
- AI Agent character in the middle
- Two attack vectors illustrated as arrows:
  - TOP arrow: Document icon with hidden text peeking out
    - Label: "提示词注入" (Prompt Injection)
    - Small text: "Skill README.md 里藏着恶意指令"
  - BOTTOM arrow: Package/Skill icon with hidden code
    - Label: "供应链投毒" (Supply Chain Poison)
    - Small text: "第三方包里的后门代码"

## Zone 3: Right Side - Consequences (25%)
- Broken/shattered system icons
- Data leaking visuals
- Warning symbols

## Zone 4: Bottom Banner (10%)
- Handwritten text: "智能体专属风险 ≠ 传统黑客攻击"
- Underline emphasis

# LABELS
- All text in Chinese
- "提示词注入" - top arrow
- "供应链投毒" - bottom arrow
- "智能体专属风险 ≠ 传统黑客攻击" - bottom banner
- Use handwritten-style Chinese characters

# COLORS
- Background: Off-white/cream paper texture
- AI Agent: Soft blue/cyan tones
- Attack arrows: Warning orange and red
- Text: Dark brown/charcoal
- Accents: Warm yellow highlights

# STYLE
Hand-drawn infographic with:
- Flowchart-like layout but with organic, sketchy lines
- Icons have doodle quality
- Arrows are hand-drawn with slight curves
- Labels written like handwriting on paper
- Mix of structured information and artistic looseness
- Whiteboard/brainstorming session aesthetic

3/3/2026

Add photos of food to this menu to each item of food

11/24/2025

Generate an image at the coordinates 31.779°N, 35.235° E at 3:00 p.m. on April 3, 33 CE.

11/22/2025

Atmospheric Tone

The image carries a cold, restrained mood with a dramatic black-and-white presence. The frame is uncluttered, free of noise or distraction. A single beam of light becomes the sole thread of narrative.
The scene feels like a moment lifted from a film: quiet and profound, touched by solitude yet filled with strength. Wherever the light falls, the gaze follows.
It captures the instant of thought, a dialogue between the person and themselves, and between the self and the world.

Composition and Lighting

Space is reserved on the right, following the rule of thirds. The key light descends diagonally from the upper right, touching only the upper edge of her face, the ridge of her cheekbone, the bridge of her nose, and a soft curve of her lips.
The light behaves like a stage spotlight, illuminating the character’s inner monologue.
The background fades into a dark gray gradient, creating depth with a strong but gentle contrast.

Figure and Presence

Posture:
She sits in a half-leaning pose, her body slightly inclined forward, one hand supporting her chin. The gesture is contemplative yet naturally relaxed, quietly powerful.

Expression and Emotion:
Her brows draw in slightly. Her gaze tilts upward, as if searching for light or an answer. Her eyes are clear, steady, and softly focused. Her lips rest in a calm, unsmiling line, conveying composed serenity.

Features and Proportions:
Her facial structure appears sculpted under the light: clean cheekbones, a defined jawline. Her nose, brows, and eyes are precisely shaped in the glow, forming a sharp, balanced geometry.
Backlight gives her hair a faint halo, adding a cinematic sense of depth.

Color Language

The black-and-white palette is not nostalgic—it strips away ornamentation and leaves only the essence.
Black carries gravity and quiet weight.
White offers conviction and a path forward.
Between the two lies her act of thinking.

Emotion and Photographic Voice

The photograph conveys a quiet kind of strength.
Not fragility, but clarity earned through reflection;
not escape, but inward exploration.
Light enters from the outside, while answers grow from within.

11/22/2025

A doodle-style [subject], naive lines, humorous shape exaggeration

11/22/2025

Refer to the bead mosaic diagram on the right, convert the image on the left into a bead mosaic diagram.

11/21/2025

Why is San Francisco so cold? Explain in a comic strip.All content is required to be generated into one image.

11/21/2025

A banner illustration of many classic characters from Studio Ghibli gathered for a group photo on a spring grassland, in Hayao Miyazaki's anime style, with watercolor and pencil texture, bright and soft. The composition is horizontal, with a green grassland and small flowers in the foreground. In the center is a huge, smiling Totoro, with a round belly, flanked by two little girls and a girl with twin ponytails, holding hands together. On the left is the little witch Kiki riding a broomstick and her black cat, with dragonflies on the grass and a tall scarecrow and a moving castle in the distance. On the right are the No-Face from "Spirited Away," Chihiro, and a boy in Japanese-style shorts, with the largest cat bus at the far right, featuring orange stripes and a big, smiling face, next to a female driver in uniform and a little girl wearing a red hat. A red propeller plane flies from right to left in the sky. All characters are arranged in a slight arc, smiling towards the audience, creating a warm, healing, fairy-tale atmosphere. The color scheme is warm yellow and light green, with clean lines and rich details. The title "Ghibli Magic Grand Gathering!" is written in a cute, rounded handwriting style in Chinese at the top, and below it is a smaller line of text, "May you have a warm, special day!"

11/21/2025

Generate a picture with a modern anime movie style, only change the girl on the left.

11/21/2025

Simulate handwritten diary entries on a slightly textured paper (beige or light brown) about today. All images are placed on a single diary page in a collage style, ensuring the images are identical to the original and include the following elements: describe what was done today in a handwritten font, as well as one or two catchy slogans or summaries, include descriptions of several images, and circle or point to recommended locations or activities with red ink or other bright colors. Intersperse some simple doodle-style small illustrations related to the characteristics of the images, noting the current date and Seattle's weather, and add a hand-drawn character image. The overall impression should be like a lively and interesting personal diary meticulously crafted by an author who loves life.

11/21/2025

Help me create a Chiang Mai travel notebook in a collage style, recording my itinerary and photos along the way, with text in English and Japanese.

11/21/2025

Stay updated with Gempix2

Get the latest AI image generation tips, feature updates, and exclusive creator showcases delivered to your inbox.

Quick Links

HomePricingRefund Policy

Resources

BlogDocsContactChangelog

Follow Us

Gempix - Launch-ready visuals for every idea. | Product HuntFazier badgeListed on Turbo0Gempix2 - Featured on Startup Fame

© 2025 Gempix2. All rights reserved.

Privacy PolicyTerms of Service