Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问许可证需确认审计提醒

tattoo-design-generation纹身设计一代

Agent Skill

用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化。它适合让 Agent 根据产品场景整理页面结构、生成 UI 方案、检查视觉一致性或改进组件层级。使用时需要结合现有品牌、设计系统和用户任务,不应只堆装饰元素;涉及真实页面改动时,应通过截图或浏览器预览检查文本溢出、对齐和响应式表现。

总安装

1,721

周安装

71

GitHub Stars

12

下载量

562
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:tattoo-design-generation(纹身设计一代)
来源仓库:https://github.com/eachlabs/skills
仓库路径:skills/tattoo-design-generation
安装命令:
npx skills add https://github.com/eachlabs/skills --skill tattoo-design-generation
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/eachlabs/skills --skill tattoo-design-generation

简介

用于辅助界面设计和视觉规范优化。

  • 适合生成 UI 方案并检查排版与配色一致性。
  • 使用时需结合品牌和设计系统,避免堆砌装饰元素。
  • 安装命令:npx skills add https://github.com/eachlabs/skills --skill tattoo-design-generation。
  • 涉及真实页面改动时应通过截图或浏览器预览检查表现。

SKILL.md

Tattoo Design Generation

Generate stunning custom tattoo designs using each::sense. This skill creates high-quality tattoo artwork across all major styles, from traditional Americana to intricate Japanese irezumi, minimalist line work to photorealistic portraits.

Features

  • Traditional/Old School: Bold lines, limited palette, classic flash designs
  • Japanese Irezumi: Full-body capable, dragons, koi, waves, cherry blossoms
  • Minimalist Line Art: Clean single-line designs, delicate and modern
  • Geometric/Mandala: Sacred geometry, symmetrical patterns, dotwork
  • Watercolor: Painterly effects, color splashes, artistic blending
  • Blackwork/Tribal: Heavy black ink, patterns, negative space
  • Realistic Portraits: Photorealistic faces, animals, detailed shading
  • Floral/Botanical: Flowers, plants, nature-inspired designs
  • Script/Lettering: Typography, calligraphy, custom fonts
  • Custom Concepts: Transform any idea into tattoo-ready artwork

Quick Start

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a minimalist line art tattoo of a wolf howling at the moon, suitable for forearm placement"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Tattoo Style Reference

StyleCharacteristicsCommon Placements
TraditionalBold outlines, limited colors, iconic imageryArms, chest, legs
JapaneseFlowing designs, full backgrounds, mythical creaturesBack, sleeves, legs
MinimalistFine lines, simple shapes, negative spaceWrist, ankle, fingers
GeometricSymmetry, patterns, sacred geometryForearm, back, chest
WatercolorColor bleeds, painterly, no outlinesShoulder, thigh, ribs
BlackworkSolid black, patterns, high contrastAnywhere, sleeves
RealisticPhotographic, detailed shadingChest, back, arms
FloralNatural elements, flowing, feminineShoulder, thigh, back
ScriptTypography, quotes, namesRibs, collarbone, wrist

Use Case Examples

1. Traditional/Old School Tattoo

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a traditional American old school tattoo design of an eagle with a banner. Bold black outlines, classic limited color palette (red, yellow, green, blue). Vintage sailor flash style. Suitable for upper arm placement."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

2. Japanese Irezumi Style

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a Japanese irezumi style tattoo design featuring a koi fish swimming upstream through waves with cherry blossoms. Traditional Japanese tattoo aesthetic with flowing water, wind bars, and complementary background elements. Full sleeve design."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

3. Minimalist Line Art Tattoo

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a minimalist single continuous line tattoo design of a woman's face in profile. Clean, elegant, modern aesthetic. Fine line work only, no shading. Small size suitable for wrist or ankle placement."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

4. Geometric/Mandala Tattoo

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a geometric mandala tattoo design with sacred geometry elements. Incorporate dotwork shading, perfect symmetry, and intricate patterns. Include hexagonal shapes, flower of life elements, and fine line details. Suitable for chest or back center placement."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

5. Watercolor Tattoo Style

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a watercolor style tattoo design of a hummingbird with splashes of vibrant color. Painterly effect with color bleeds in purple, blue, and teal. Soft edges blending into skin, artistic paint drips. No heavy outlines. Shoulder blade placement."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

6. Blackwork/Tribal Tattoo

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a blackwork tattoo design combining geometric patterns with organic flow. Heavy solid black areas contrasted with negative space. Modern tribal-inspired but not cultural appropriation. Bold, graphic, high contrast. Half-sleeve design from shoulder to elbow."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

7. Realistic Portrait Tattoo

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a photorealistic black and grey tattoo design of a lion portrait. Highly detailed fur texture, intense eyes, dramatic lighting with deep shadows. Hyper-realistic style suitable for chest or upper arm. Show fine detail work and smooth gradients."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

8. Floral/Botanical Tattoo

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a botanical tattoo design featuring peonies and roses with leaves and delicate stems. Fine line work with subtle dotwork shading. Elegant, feminine, flowing composition. Black and grey with option for soft color accents. Thigh or shoulder placement."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

9. Script/Lettering Tattoo

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a script tattoo design with elegant flowing calligraphy lettering. Gothic blackletter style mixed with modern flourishes. Design should flow naturally with the body, suitable for ribcage or collarbone placement. Include decorative elements that complement the text without overwhelming it."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

10. Custom Tattoo from Concept

# Initial concept request
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a custom tattoo design that combines a compass with mountain scenery and forest elements. The compass should be the central focus with mountains and pine trees integrated into the design. Add small geometric accents. Adventure/travel theme. Forearm placement, vertical orientation."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "custom-tattoo-001",
    "mode": "max"
  }'

# Iterate on the design
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "I like it but can you make the mountains more prominent and add a crescent moon at the top? Keep the compass but make it slightly smaller."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "custom-tattoo-001"
  }'

# Request variations
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create 2 variations - one with more fine line detail and one with bolder blackwork elements"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "custom-tattoo-001"
  }'

Best Practices

Design Guidelines

  • Line Weight: Specify if you want bold, medium, or fine lines
  • Shading Style: Dotwork, smooth gradient, stippling, or no shading
  • Color vs B&G: Black and grey ages better; color needs touch-ups
  • Placement: Always specify body placement for proper proportions
  • Size: Mention approximate size (small/palm-sized, medium/hand-sized, large/back piece)

Style-Specific Tips

  • Traditional: Request "bold black outlines" and "limited palette"
  • Japanese: Mention "background elements" like wind bars, waves, clouds
  • Minimalist: Specify "single line" or "continuous line" if desired
  • Geometric: Request "perfect symmetry" and "clean edges"
  • Watercolor: Ask for "no outlines" and "color bleeds"
  • Realistic: Specify "photorealistic" and mention lighting direction

Prompt Tips for Tattoo Designs

When creating tattoo designs, include these details in your prompt:

  1. Style: Clearly specify the tattoo style
  2. Subject: What is the main element or imagery
  3. Composition: How elements should be arranged
  4. Line Work: Bold, fine, or mixed line weights
  5. Shading: Type of shading technique desired
  6. Color: Full color, limited palette, or black and grey
  7. Placement: Body location for proper sizing/orientation
  8. Size: Approximate size of the final tattoo

Example Prompt Structure

"Create a [style] tattoo design of [subject].
[Composition details] with [line work] lines.
[Shading style] shading, [color preference].
Suitable for [placement] placement, [size] size.
[Additional style elements or references]"

Mode Selection

Ask your users before generating:

"Do you want fast drafts or highest quality?"

ModeBest ForSpeedQuality
maxFinal designs, client presentations, detailed workSlowerHighest
ecoQuick concepts, style exploration, rough draftsFasterGood

Multi-Turn Design Iteration

Use session_id to iterate on tattoo designs:

# Initial design
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a neo-traditional snake and dagger tattoo design"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "snake-dagger-design"
  }'

# Add elements
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Add roses around the dagger and make the snake more menacing with detailed scales"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "snake-dagger-design"
  }'

# Style adjustment
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Convert this to black and grey only, with heavy contrast"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "snake-dagger-design"
  }'

Placement-Specific Designs

Generate designs optimized for specific body placements:

# Sleeve design (wrapping)
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a full sleeve tattoo design with Japanese waves and koi fish. Design should flow around the arm and connect seamlessly. Include filler elements for gaps."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

# Small wrist design
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a tiny minimalist tattoo design of a paper airplane with a dotted flight path. Very small scale suitable for inner wrist. Fine lines that will hold up at small size."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Reference Image Input

Use reference images for inspiration or style matching:

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a tattoo design in a similar style to this reference but featuring a phoenix instead. Match the line weight and shading technique."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "image_urls": ["https://example.com/tattoo-reference.jpg"]
  }'

Error Handling

ErrorCauseSolution
Failed to create prediction: HTTP 422Insufficient balanceTop up at eachlabs.ai
Content policy violationProhibited contentAdjust prompt - avoid offensive imagery
TimeoutComplex generationSet client timeout to minimum 10 minutes

Related Skills

  • each-sense - Core API documentation
  • image-generation - General image creation
  • image-edit - Edit and refine generated designs

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

38.17%
按下载量换算215

Claude

29.09%
按下载量换算163

Cursor

18.99%
按下载量换算107

Gemini CLI

9.21%
按下载量换算52

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills