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

seamless-pattern-generation无缝图案生成

Agent Skill

seamless-pattern-generation 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,928

周安装

78

GitHub Stars

12

下载量

605
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/eachlabs/skills --skill seamless-pattern-generation

简介

seamless-pattern-generation 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 它适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态、代码变更进行整理。
  • 可结合来源仓库、安装命令和原始 README 继续核验具体用法。
  • 适用于前端设计与协作开发场景。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装。

SKILL.md

Seamless Pattern Generation

Generate professional-quality seamless, tileable patterns using each::sense. This skill creates repeating patterns that tile perfectly for textiles, wallpapers, packaging, digital backgrounds, and surface design applications.

Features

  • Floral Patterns: Botanical designs with flowers, leaves, and organic elements
  • Geometric Patterns: Mathematical shapes, tessellations, and structured designs
  • Abstract Patterns: Artistic, non-representational repeating designs
  • Textile/Fabric Patterns: Fashion-ready prints for clothing and upholstery
  • Wallpaper Patterns: Interior design patterns for walls and surfaces
  • Gift Wrap Patterns: Festive and decorative wrapping paper designs
  • Camouflage Patterns: Military, hunting, and fashion camo designs
  • Texture Patterns: Marble, stone, wood, and material textures
  • Branded Patterns: Custom patterns with brand elements and colors

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 seamless floral pattern with pink roses and green leaves on a cream background, suitable for fabric printing"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Pattern Types & Use Cases

Pattern TypeCommon UsesKey Characteristics
FloralTextiles, wallpaper, stationeryOrganic, botanical, natural flow
GeometricModern interiors, tech brandingPrecise, mathematical, structured
AbstractArt prints, fashion, packagingArtistic, unique, expressive
TextileFashion, upholstery, beddingProduction-ready, repeat-friendly
WallpaperInterior design, digital backgroundsLarge-scale, room-appropriate
Gift WrapPackaging, holidays, celebrationsFestive, colorful, decorative
CamouflageMilitary, hunting, streetwearOrganic shapes, tactical colors
TextureSurface design, 3D materialsRealistic, material-based

Use Case Examples

1. Floral Seamless Pattern

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 seamless tileable floral pattern featuring delicate watercolor roses, peonies, and eucalyptus leaves. Soft pink, blush, and sage green color palette on an off-white background. Romantic cottage core aesthetic, suitable for fabric printing and textile design."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

2. Geometric Pattern

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 seamless geometric pattern with interlocking hexagons and triangles. Modern minimalist style with navy blue, gold, and white colors. Art deco influence, clean lines, perfect for luxury packaging or interior wallpaper. Must tile seamlessly."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

3. Abstract Pattern

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 seamless abstract pattern with fluid organic shapes and bold brush strokes. Vibrant coral, teal, and mustard yellow on a dark charcoal background. Contemporary artistic style inspired by mid-century modern art. Tileable for fashion prints."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

4. Fabric/Textile Pattern

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 seamless textile pattern for summer dress fabric. Tropical design with palm leaves, monstera, and hibiscus flowers. Fresh green, coral pink, and cream colors on white. Playful yet sophisticated, ready for fabric repeat printing."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

5. Wallpaper Pattern

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 seamless wallpaper pattern with elegant chinoiserie style. Featuring birds, flowering branches, and butterflies. Soft blue and white porcelain color scheme with subtle gold accents. Classic, timeless interior design aesthetic. Must tile perfectly for wall application."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

6. Gift Wrap Pattern

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 seamless gift wrap pattern for birthday celebrations. Colorful confetti, balloons, streamers, and party hats scattered playfully. Bright rainbow colors including pink, blue, yellow, and green on a light lavender background. Fun and festive, perfect for wrapping paper."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

7. Camouflage Pattern

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 seamless woodland camouflage pattern with organic irregular shapes. Traditional military camo colors: olive green, brown, tan, and black. Realistic forest environment camouflage suitable for hunting gear or outdoor apparel. Must tile seamlessly."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

8. Marble/Stone Texture Pattern

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 seamless marble texture pattern resembling Italian Calacatta marble. White base with elegant grey and gold veining. Luxurious, high-end aesthetic suitable for interior design, countertops visualization, or luxury packaging. Realistic stone texture that tiles without visible seams."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

9. Digital Camo Pattern

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 seamless digital camouflage pattern with pixelated rectangular shapes. Urban style with grey, black, white, and dark blue colors. Modern tactical military aesthetic, similar to MARPAT or UCP patterns. Clean digital pixels, perfect for gaming, streetwear, or tech accessories."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

10. Custom Branded Pattern

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 seamless branded pattern for a coffee shop. Feature small coffee cups, coffee beans, croissants, and steam swirls as repeating elements. Warm brown, cream, and copper color palette. Vintage artisanal cafe aesthetic, suitable for packaging, menus, and store decor. Tileable pattern."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Best Practices

Creating Seamless Patterns

  • Specify tileable/seamless: Always mention that the pattern should tile seamlessly
  • Define scale: Indicate if you need small repeat, medium, or large-scale patterns
  • Color palette: Be specific about colors for brand consistency
  • Use case context: Mention the intended application (fabric, wallpaper, digital)

Pattern Design Tips

  • Balance: Ensure even distribution of elements across the pattern
  • Contrast: Include enough contrast for visual interest
  • Direction: Specify if pattern should be directional or non-directional
  • Density: Indicate how dense or sparse you want the pattern elements

Technical Considerations

  • Resolution: Higher resolution for print applications
  • Color mode: Mention if CMYK-friendly colors are needed for print
  • Repeat type: Specify if you need half-drop, brick, or straight repeat

Prompt Tips for Pattern Generation

When creating seamless patterns, include these details in your prompt:

  1. Pattern Type: Floral, geometric, abstract, etc.
  2. Design Elements: Specific motifs and shapes to include
  3. Color Palette: Exact colors or color mood
  4. Style/Aesthetic: Modern, vintage, minimalist, maximalist
  5. Scale: Small, medium, or large repeat
  6. Use Case: What the pattern will be used for
  7. Seamless Requirement: Always mention tileable/seamless

Example Prompt Structure

"Create a seamless [pattern type] pattern featuring [design elements].
[Color palette] on a [background color] background.
[Style/aesthetic] style, suitable for [use case].
Must tile perfectly/seamlessly."

Mode Selection

Ask your users before generating:

"Do you want fast & cheap, or high quality?"

ModeBest ForSpeedQuality
maxFinal production patterns, client deliverablesSlowerHighest
ecoQuick drafts, concept exploration, rapid iterationFasterGood

Multi-Turn Pattern Iteration

Use session_id to iterate on pattern designs:

# Initial pattern
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 seamless botanical pattern with ferns and monstera leaves, green tones on white"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "pattern-project-001"
  }'

# Iterate based on feedback
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": "Make the leaves larger and add some small berries in coral color"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "pattern-project-001"
  }'

# Request color variation
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 variation with a dark navy background instead of white"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "pattern-project-001"
  }'

Pattern Collection Generation

Generate coordinating patterns for a collection:

# Main pattern
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 seamless floral pattern with large roses in dusty pink and sage green, vintage style"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "collection-vintage-florals",
    "mode": "max"
  }'

# Coordinating geometric
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 coordinating seamless stripe pattern using the same dusty pink and sage green colors, simple elegant stripes"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "collection-vintage-florals",
    "mode": "max"
  }'

# Coordinating small-scale
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 small-scale seamless polka dot pattern in the same color palette for a blender pattern"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "collection-vintage-florals",
    "mode": "max"
  }'

Error Handling

ErrorCauseSolution
Failed to create prediction: HTTP 422Insufficient balanceTop up at eachlabs.ai
Content policy violationProhibited contentAdjust prompt to comply with content policies
TimeoutComplex generationSet client timeout to minimum 10 minutes

Related Skills

  • each-sense - Core API documentation
  • product-photo-generation - E-commerce product shots
  • texture-generation - Material textures for 3D

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.62%
按下载量换算222

Claude

30.32%
按下载量换算183

Cursor

19.78%
按下载量换算120

Gemini CLI

10.02%
按下载量换算61

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills