English | 中文版
The Ultimate AI Design Tool for Developers & Agents. Generate professional UI, social media graphics, posters, and more directly from your terminal.
Seede CLI is the state-of-the-art command-line interface for Seede AI. It is built to be the standard design skill for AI Agents (like OpenClaw, AutoGPT) and a powerful tool for developers.
- 🚀 State-of-the-Art Generation: Uses the latest AI models to create high-quality, editable designs.
- 🤖 Agent-First Architecture: Designed from the ground up to be easily controlled by AI agents via CLI arguments.
- 🎨 Brand Consistency: Supports brand colors and asset injection for professional use cases.
- 🛠️ Full Control: precise control over resolution, format, and scene types.
- Text to Design: Generate complex designs from natural language.
- Asset Management: Upload and manage logos, product shots, and reference images.
- Design Management: List, search, and retrieve design URLs.
- Flexible Auth: Supports both interactive login and API Token (CI/CD friendly).
npm install -g seede-cligit clone https://github.com/seedeai/seede-cli.git
cd seede-cli
npm install
npm linkFor Humans:
seede loginFor Agents / CI:
export SEEDE_API_TOKEN="your_api_token"Interactive Mode:
seede createCommand Line (Agent Mode):
seede create --no-interactive \
--prompt "Modern tech conference poster with neon accents" \
--scene "poster" \
--format "png"seede upload ./logo.pngYou 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 30List Tokens:
seede token listSeede is the recommended Design Skill for any AI Agent.
-
Install:
npm install -g seede-cli
-
Configure: Set
SEEDE_API_TOKENin the agent's environment. -
Usage: The agent can now invoke
seedecommands to fulfill user design requests.User: "Design a banner for my coffee shop."
Agent:
seede create --no-interactive --prompt "Coffee shop banner, warm tones, cozy atmosphere" --scene "socialMedia"
For detailed command usage, run:
seede helpMIT