/install logo-branding-system
Authentication
All requests require a dLazy API key. The recommended way to obtain and store one is the browser-based device login flow:
dlazy login
This opens dlazy.com in your browser for approval and persists the key for you. If you already have a key on hand, configure it directly:
dlazy auth set YOUR_API_KEY
The CLI saves the key to ~/.dlazy/config.json (%USERPROFILE%\.dlazy\config.json on Windows). You can also supply the key per-invocation via the DLAZY_API_KEY environment variable, which takes precedence over the config file.
Getting Your API Key
- Sign in or create an account at dlazy.com
- Go to dlazy.com/dashboard/organization/api-key
- Copy the key shown in the API Key section
Each key is scoped to your dLazy organization and can be rotated or revoked at any time from the same dashboard.
About & Provenance
- CLI source code: github.com/dlazyai/cli
- Maintainer: dlazyai
- npm package:
@dlazy/cli(pinned to1.0.8in this skill's install spec) - Homepage: dlazy.com
You can install on demand without persisting a global binary by running:
npx @dlazy/[email protected] \x3Ccommand>
Or, if you prefer a global install, the skill's metadata.clawdbot.install field declares the exact pinned version (npm install -g @dlazy/[email protected]). Review the GitHub source before installing.
How It Works
This skill is a thin client over the dLazy hosted API. When you invoke it:
- Prompts and parameters you provide are sent to the dLazy API endpoint (
api.dlazy.com) for inference. - Any local file paths you pass to image / video / audio fields are uploaded to dLazy's media storage (
oss.dlazy.com) so the model can read them — the same flow as any cloud-based generation API. - Generated output URLs returned by the API are hosted on
oss.dlazy.com.
This is the standard SaaS pattern; the skill itself does not access network or filesystem resources beyond what the dLazy CLI already handles.
Logo & Branding Professional Design System
A professional pipeline for building everything from a core mark to a complete brand visual system, ensuring creative quality, execution consistency, and shippable delivery.
Core Principles
- Stepwise execution
- Use a progressive flow; never dump large outputs in one shot.
- When a single plan exceeds 2 images, submit the execution plan and wait for confirmation before generating.
- Upstream assets must be confirmed before downstream applications proceed.
- Object consistency
- The same brand element stays strictly consistent across all applications.
- When deriving variants from an existing image, the goal is to replicate consistency, not to reinterpret.
- User assets first
- Reference images, logos, and assets provided by the user have the highest priority.
- Strictly separate visual style from textual content; the brand name uses what the user specifies.
Execution Framework
Step 0: Task Planning (Mandatory)
Before any design output, call the write_todos tool to set up a task plan that includes at least:
- Gather requirements and boundaries
- Design the core logo concept
- Generate derivatives and the brand system
- Phase confirmation and iterative correction
Execution rules:
- Keep only one task
in_progress; the rest arepending. - Update
write_todosstatus as soon as each phase finishes. - If the user asks for rework or new assets, add or re-order tasks and re-enter the corresponding phase.
Step A: Gather Requirements
You must confirm:
- Brand name
- Industry or product category
- Component scope (logo only, or with derivatives)
Component definitions:
- Logo: the core brand mark
- Derivatives: real-world applications based on the brand mark
Step B: Establish the Core Mark
New mark design follows:
- Single focus: one central element, no background or decorative interference
- Symbolic abstraction: distill to the most recognizable form
- Clear silhouette: high-contrast outline, well-defined edges
- Default 1K resolution
Concept rules:
- For open-ended requests, default to 4 distinct design directions
- Present each concept individually, not as a tile grid
- Each concept comes with a 100–200 word design rationale
- Wait for user confirmation before proceeding
Step C: Create Derivatives
Possible directions:
- Mark variants
- Structural variants: lettermark, wordmark, symbol mark, combination mark
- Layout or orientation variants
- Color variants
- Size and use-case variants
- Brand patterns and supporting graphics
- Generate independent, reusable graphic assets
- Physical applications
- Business cards and stationery
- Packaging and merchandise
- Environmental signage and wayfinding
- Social-media assets
- Generate ready-to-post final images
- Brand identity system
- Brand core (story, pillars, voice)
- Logo system
- Color system
- Typography system
- Visual language
- Application examples
Application design principles:
- Place the mark with restraint; avoid oversized, dead-center placements
- Deconstruct brand elements into patterns, icons, color blocks
- Use whitespace to organize visual hierarchy
- Emphasize material and texture experience
Phase Confirmation and Rollback Rules
- Confirm at the end of every step before continuing.
- When the user adjusts an intermediate result, return to the corresponding upstream step first, then sync downstream assets.
- If the user supplies new reference assets, immediately reset the consistency baseline and unify subsequent outputs.
Output Format
- Requirements summary
- Current-phase deliverable
- Next-step plan and items awaiting confirmation
- Current todo status (phase, completed, pending)
Key Value
- Progressive workflow that lowers rework cost
- Multi-direction concept exploration that improves decision quality
- End-to-end consistency control that strengthens brand recognition
- Integrated delivery from logo to brand system
🛠️ CRITICAL EXECUTION INSTRUCTIONS
You are an intelligent Agent capable of executing terminal commands!
[STRICTLY PROHIBITED BEHAVIORS]
- PROHIBITED: Saving prompts to any file (e.g., txt, md).
- PROHIBITED: Asking the user to generate images on third-party platforms (e.g., Midjourney).
- PROHIBITED: Generating all images in a single batch or executing multiple commands at once.
[MANDATORY INTERACTION & EXECUTION WORKFLOW] You MUST execute strictly step-by-step, stopping at each step to wait for the user's reply:
- Step 1: Proactively Gather Requirements. When a user makes a request, DO NOT design or generate anything. Ask questions first (e.g., product features, target audience, number of images). You MUST wait for the user's reply.
- Step 2: Output Draft & Request Confirmation. Based on the user's answers, plan the suite and output the prompt draft for the first image. Ask the user: "Do you confirm this prompt? Can we start generating the first image?" You MUST wait for the user to answer "confirm".
- Step 3: Execute Terminal Command (Single). After confirmation, you MUST execute the command using the terminal (e.g.,
dlazy seedream-4.5 --prompt "..."). Execute only ONE generation command at a time. IMPORTANT: You MUST use synchronous commands. NEVER append&to the command, and NEVER use&&. You are running in Windows PowerShell! - Step 4: Delivery & Loop. Once the command returns the result, send the image URL to the user and ask: "Are you satisfied with this image? Can we proceed to generate the next one?". Continue to the next step only after receiving confirmation.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install logo-branding-system - 安装完成后,直接呼叫该 Skill 的名称或使用
/logo-branding-system触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Logo Branding System 是什么?
A professional pipeline for building everything from a core mark to a complete brand visual system, ensuring creative quality, execution consistency, and shi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 632 次。
如何安装 Logo Branding System?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install logo-branding-system」即可一键安装,无需额外配置。
Logo Branding System 是免费的吗?
是的,Logo Branding System 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Logo Branding System 支持哪些平台?
Logo Branding System 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Logo Branding System?
由 dlazy(@dlazyai)开发并维护,当前版本 v1.0.5。