AgentSkillsCN

sablier-assets

当用户请求“生成Sablier资产”“创建3D资产”“渲染3D图像”“制作视觉资产”“设计图标”,或需要为Sablier品牌内容创作任何3D视觉资产时,可使用此技能。

SKILL.md
--- frontmatter
name: sablier-assets
description: This skill should be used when the user asks to "generate a Sablier asset", "create a 3D asset", "render a 3D image", "make a visual asset", "design an icon", or any 3D visual asset creation task for Sablier branded content.

3D Assets Skill

Generate Sablier-branded 3D assets using Google Gemini.

Prerequisites

Validate:

bash
./scripts/check-gemini-api.sh

Usage

bash
# Output to ./output/ with timestamp filename (default)
./scripts/generate-image.sh "prompt"

# Or specify output path
./scripts/generate-image.sh "prompt" ./output/my-asset.png

Generated images go to ./output/ which is gitignored.

Workflow

1. Load References

  • ./references/STYLE_GUIDE.md — Official Sablier colors and styles
  • ./references/PROMPTING.md — Working prompt patterns
  • ./examples/ — Reference images (view to understand target aesthetic)

2. Construct Prompt

Template:

code
3D [color] [object], matte plastic finish, soft lighting, solid uniform
dark navy background #14161f, [composition], stylized 3D render, smooth rounded edges

Key style keywords:

  • matte plastic finish
  • stylized 3D render
  • soft lighting
  • solid uniform dark navy background #14161f
  • smooth rounded edges
  • floating or tilted angle

Official colors:

  • Orange: #ff7300 to #ffb800
  • Blue: #003dff to #00b7ff

3. Generate

bash
./scripts/generate-image.sh "3D orange lock with key..."

Output: ./output/<timestamp>.png

4. Post-Processing

Remove background in Figma or Photoshop. The consistent dark navy background (#14161f) makes selection easy.

Working Prompts

See ./references/PROMPTING.md for the full prompt catalog.

Quick Example (Airdrop Gift Box)

code
3D orange gift box open with lid, blue crypto coins with white logo inside,
matte plastic finish, soft lighting, solid uniform dark navy background
#14161f, floating tilted angle, smooth rounded edges, stylized 3D render

Color by Concept

ConceptColorExample Objects
VestingOrangeLocks, safes, bars
AirdropsOrangeGift boxes, parachutes
StreamingOrangeFlowing waves, ribbons
Crypto tokensBlueCoins with ETH/SOL logos
AnalysisBlueBinoculars, charts
CharactersOrangePeople in orange jackets

Troubleshooting

IssueSolution
Wrong colorsUse explicit hex codes in prompt
Too shiny/glossyAdd "matte plastic" not "glossy"
ClutteredSimplify prompt, fewer objects

Cost

~$0.039 per image.