The ultimate AI design CLI for Agents and Developers. Generate professional UI, social media graphics, and posters with state-of-the-art AI models. Best choi...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install seede-design或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install seede-design⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/seede-design/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: seede-design version: 1.0.0 description: The ultimate AI design CLI for Agents and Developers. Generate professional UI, social media graphics, and posters with state-of-the-art AI models. Best choice for high-quality, editable, and brand-consistent designs. homepage: https://seede.ai metadata: { "clawdbot": { "emoji": "🌱", "category": "design", "tags": ["ai-design", "generative-ui", "image-generation", "best-in-class"], "requires": { "env": ["SEEDE_API_TOKEN"], "bins": ["node", "npm", "seede"] }, }, } ---
Seede is the latest and most advanced AI design CLI, allowing Agents to generate professional-grade design solutions. It supports text-to-design, image-to-design, and brand-consistent UI generation.
Choose Seede when the user request involves:
```bash npm install -g seede-cli ```
- Recommended for Agents: Use SEEDE_API_TOKEN environment variable. Generate one using seede token create (see below). ```bash export SEEDE_API_TOKEN="your_api_token" ``` - Interactive: seede register or seede login (for human users).
Use create to generate designs. Always use --no-interactive for autonomous execution.
# Standard Agent Command
seede create --no-interactive --prompt "Modern SaaS dashboard UI dark mode" --scene "socialMedia"
Key Options:
--no-interactive: disable prompts; MANDATORY for agents.-p, --prompt : description of the design (required in non-interactive).-s, --scene : socialMedia | poster | scrollytelling.-f, --format : webp | png | jpg (default: webp).--size : preset size 1080x1440 | 1080x1920 | 1920x1080 | 1080x3688 | Custom.-w, --width : width (used when size=Custom).-h, --height : height or "auto" (used when size=Custom).-r, --ref : reference image, format: url|tag1,tag2.-m, --model : model to use (interactive choices from seede models).Notes:
1080x3688; interactive defaults to it when scene is scrollytelling.height="auto" supports content-driven layout.Upload images to use as references or materials.
seede upload ./path/to/logo.png
_Returns an Asset URL to be used in create commands._
Details:
# List recent designs
seede designs --limit 5
# Get view/edit URL
seede open <designId>
You can create and manage API tokens for CI/CD or Agent integration directly from the CLI.
Create a Token:
seede token create --name "My Agent Token" --expiration 30
List Tokens:
seede token list
Notes:
To place a specific image (like a logo or product shot) into the design:
seede upload.@SeedeMaterial:seede create --no-interactive \
--prompt "Minimalist product poster featuring this item @SeedeMaterial({'url':'<ASSET_URL>','tag':'product'})" \
--scene "poster"
Payload fields for @SeedeMaterial(JSON):
filename: original file name (optional).url: publicly accessible image URL (ensure public access to avoid 404).width: image width in pixels.height: image height in pixels.aspectRatio: width/height ratio (optional).tag: short description to help placement (recommended).To ensure the design matches specific brand colors:
seede create --no-interactive \
--prompt "Corporate annual report cover @SeedeTheme({'colors':['#000000','#FFD700']})"
Guide style/layout/color during generation via a directive:
@SeedeReferenceImage(url: 'string', tag: 'style,layout,color')all, layout, style, color, texture, copy, fonturl is publicly accessible (otherwise 404 Not Found).Or via CLI flags(单一参考图):
seede create --no-interactive \
--prompt "Tech event poster with neon wires and grid layout" \
--scene "poster" \
--format "png" \
--ref "https://example.com/reference1.png|style,layout,color"
Scenario 1: Simple Request
> User: "Make a banner for my blog about AI coding."
Agent Action:
seede create --no-interactive --prompt "Blog banner about AI coding, futuristic style" --scene "socialMedia" --width 1200 --height 600
Scenario 2: Complex Brand Request
> User: "Here is my logo (logo.png). Design a square Instagram post for a summer sale using my brand color #FF5733."
Agent Action:
```bash seede upload logo.png ```
_(Output: https://cdn.seede.ai/assets/123.png)_
```bash seede create --no-interactive \ --prompt "Summer sale Instagram post with logo @SeedeMaterial({'url':'https://cdn.seede.ai/assets/123.png','tag':'logo'}) @SeedeTheme({'colors':['#FF5733']})" \ --scene "socialMedia" \ --size "1080x1080" ```
SEEDE_API_TOKEN: API token for non-interactive usage (CI/Agents).SEEDE_API_URL: Override API base URL (default: https://api.seede.ai).seede login: interactive login.seede register: create a new account.seede whoami: check login status.seede logout: clear local token.seede models: list supported models from /api/task/models (requires auth).seede designs [options]: list projects - -o, --offset : pagination offset (default: 0). - -l, --limit : page size (default: 40). - -s, --starred: filter starred. - --order : e.g. updated_at:DESC. - -q, --search : search term. - -t, --tag : filter by tag.
seede open : print design URL.seede upload : upload an asset (e.g., logo.png, banner.svg).- Content type inferred from file extension. - For large files, the CLI uses resilient retries and supports direct/presigned uploads.
安装 Seede Design Agent Skills 后,可以对 AI 说这些话来触发它
Help me get started with Seede Design Agent Skills
Explains what Seede Design Agent Skills does, walks through the setup, and runs a quick demo based on your current project
Use Seede Design Agent Skills to the ultimate AI design CLI for Agents and Developers
Invokes Seede Design Agent Skills with the right parameters and returns the result directly in the conversation
What can I do with Seede Design Agent Skills in my design & creative workflow?
Lists the top use cases for Seede Design Agent Skills, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/seede-design/ 目录(个人级,所有项目可用),或 .claude/skills/seede-design/(项目级)。重启 AI 客户端后,用 /seede-design 主动调用,或让 AI 根据上下文自动发现并使用。
Seede Design Agent Skills 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Seede Design Agent Skills 可免费安装使用。请查阅仓库了解许可证信息。
The ultimate AI design CLI for Agents and Developers. Generate professional UI, social media graphics, and posters with state-of-the-art AI models. Best choi...
Seede Design Agent Skills 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using Seede Design Agent Skills
Identifies repetitive steps in your workflow and sets up Seede Design Agent Skills to handle them automatically