Token导航 LogoToken导航TokenDH.com
效率external-serviceclawhub未标认证来源可访问clear审计提醒

logo-design-guide标志设计指南

Agent Skill

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

总安装

33,524

周安装

1,383

GitHub Stars

1

下载量

10,953
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:logo-design-guide(标志设计指南)
来源仓库:https://github.com/okaris/logo-design-guide
安装命令:
openclaw skills install logo-design-guide
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install logo-design-guide

简介

提供标志设计原则与 AI 生成最佳实践,辅助创建可扩展的品牌标识。

  • 涵盖字体选择、色彩搭配与图形简化技巧,确保多场景适用性。
  • 结合行业特性定制提示词,提高生成结果的辨识度与美感。
  • 最终方案需经人工审核,避免侵权或文化敏感问题。logo-design-guide 属于效率类 Skill,可作为该场景下的辅助能力补充。
  • 建议输出多种尺寸与背景组合,便于后续物料复用。

SKILL.md

name
logo-design-guide
description
Logo design principles and AI image generation best practices for creating logos. Covers logo types, prompting techniques, scalability rules, and iteration workflows. Use for: brand identity, startup logos, app icons, favicons, logo concepts. Triggers: logo design, create logo, brand logo, logo generation, ai logo, logo maker, icon design, brand mark, logo concept, startup logo, app icon logo
allowed-tools
Bash(infsh *)

Logo Design Guide

Design effective logos with AI image generation via inference.sh CLI.

Quick Start

curl -fsSL https://cli.inference.sh | sh && infsh login

# Generate a logo concept
infsh app run falai/flux-dev-lora --input '{
  "prompt": "flat vector logo of a mountain peak with a sunrise, minimal geometric style, single color, clean lines, white background",
  "width": 1024,
  "height": 1024
}'
Install note: The install script only detects your OS/architecture, downloads the matching binary from dist.inference.sh, and verifies its SHA-256 checksum. No elevated permissions or background processes. Manual install & verification available.

Logo Types

TypeDescriptionWhen to UseExample
WordmarkCompany name styled as logoStrong brand name, short (< 10 chars)Google, Coca-Cola
LettermarkInitials onlyLong company name, formalIBM, HBO, CNN
PictorialRecognizable icon/symbolUniversal brand, works without textApple, Twitter bird
AbstractGeometric/non-literal shapeTech companies, conceptual brandsNike swoosh, Pepsi
MascotCharacter illustrationFriendly brands, food/sportsKFC Colonel, Pringles
CombinationIcon + wordmark togetherNew brands needing both recognition and nameBurger King, Adidas

Critical AI Limitation

AI image generators cannot reliably render text. Letters will be distorted, misspelled, or garbled.

Strategy:

  1. Generate the icon/symbol only with AI
  2. Add text/wordmark in a design tool (Figma, Canva, Illustrator)
  3. Or use a combination approach: AI icon + manually set typography

Prompting for Logos

Keywords That Work

flat vector logo, simple minimal icon, single color silhouette,
geometric logo mark, clean lines, negative space design,
line art logo, flat design icon, minimalist symbol

Keywords That Fail

❌ photorealistic logo (contradiction — logos aren't photos)
❌ 3D rendered logo (too complex, won't scale down)
❌ gradient logo (inconsistent results, hard to reproduce)
❌ logo with text "Company Name" (text rendering fails)

Prompt Structure

flat vector logo of [subject], [style], [color constraint], [background], [additional detail]

Examples by Logo Type

# Abstract geometric
infsh app run falai/flux-dev-lora --input '{
  "prompt": "flat vector abstract logo, interlocking hexagonal shapes forming a letter S, minimal geometric style, single navy blue color, white background, clean sharp edges"
}'

# Pictorial nature
infsh app run falai/flux-dev-lora --input '{
  "prompt": "flat vector logo of a fox head in profile, geometric faceted style, orange and white, minimal clean lines, white background, negative space design"
}'

# Mascot style
infsh app run bytedance/seedream-4-5 --input '{
  "prompt": "friendly cartoon owl mascot logo, simple flat illustration, wearing graduation cap, purple and gold colors, white background, clean vector style"
}'

# Tech abstract
infsh app run xai/grok-imagine-image-pro --input '{
  "prompt": "minimal abstract logo mark, interconnected nodes forming a brain shape, line art style, single teal color, white background, tech startup aesthetic"
}'

Scalability Rules

A logo must work at every size:

ContextSizeWhat Must Work
Favicon16x16 pxSilhouette recognizable
App icon1024x1024 pxFull detail visible
Social avatar400x400 pxClear at a glance
Business card~1 inchClean print reproduction
Billboard10+ feetNo pixelation, simple enough

Scalability Checklist

  • [ ] Recognizable as a 16px favicon (squint test)
  • [ ] Works in single color (black on white)
  • [ ] Works inverted (white on black)
  • [ ] No tiny details that disappear at small sizes
  • [ ] No thin lines that vanish when shrunk
  • [ ] Clear silhouette without color

Color Guidelines

  • Maximum 2-3 colors for the primary logo
  • Must work in single color (black, white, or brand primary)
  • Consider color psychology:

- Blue: trust, professional (finance, tech, healthcare) - Red: energy, urgency (food, entertainment, retail) - Green: growth, nature (health, sustainability, finance) - Orange: friendly, creative (startups, youth brands) - Purple: luxury, wisdom (beauty, education) - Black: premium, elegant (fashion, luxury, tech)

  • Test on both light and dark backgrounds

Iteration Workflow

# Step 1: Generate 5-10 broad concepts
for i in {1..5}; do
  infsh app run falai/flux-dev-lora --input '{
    "prompt": "flat vector logo of a lighthouse, minimal geometric, single color, white background"
  }' --no-wait
done

# Step 2: Refine the best concept with variations
infsh app run falai/flux-dev-lora --input '{
  "prompt": "flat vector logo of a geometric lighthouse with light beam rays, minimal line art, navy blue, white background, negative space design"
}'

# Step 3: Generate at high resolution for final
infsh app run bytedance/seedream-4-5 --input '{
  "prompt": "flat vector logo of a geometric lighthouse with radiating light beams, minimal clean design, navy blue single color, pure white background",
  "size": "2K"
}'

# Step 4: Upscale for production use
infsh app run falai/topaz-image-upscaler --input '{
  "image": "path/to/best-logo.png",
  "scale": 4
}'

Common Mistakes

MistakeProblemFix
Too much detailLoses clarity at small sizesSimplify to essential shapes
Relies on colorFails in B&W contextsDesign in black first
Text in AI generationGarbled/misspelled lettersGenerate icon only, add text manually
Trendy effects (glows, shadows)Dates quickly, reproduction issuesStick to flat, timeless design
Too many colorsHard to reproduce, expensive printingMax 2-3 colors
Asymmetric without purposeLooks unfinishedUse intentional asymmetry or stay balanced

File Format Delivery

FormatUse Case
SVGScalable vector, web, editing
PNG (transparent)Digital use, presentations
PNG (white bg)Documents, email signatures
ICO / FaviconWebsite favicon (16, 32, 48px)
High-res PNG (4096px+)Print, billboards

Note: AI generates raster images (PNG). For true vector SVG, use the AI output as a reference and trace in a vector tool, or use AI-to-SVG conversion tools.

Related Skills

npx skills add inference-sh/skills@ai-image-generation
npx skills add inference-sh/skills@prompt-engineering

Browse all apps: infsh app list

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

OpenClaw

71.1%
按下载量换算7,788

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

未展示

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

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

来源信息

继续浏览同类 Skills