Skip to content

seedeai/seede-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seede AI CLI

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.

Why Seede?

  • 🚀 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.

Features

  • 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).

Installation

Install from npm

npm install -g seede-cli

From Source

git clone https://github.com/seedeai/seede-cli.git
cd seede-cli
npm install
npm link

Quick Start

1. Authentication

For Humans:

seede login

For Agents / CI:

export SEEDE_API_TOKEN="your_api_token"

2. Create a Design

Interactive Mode:

seede create

Command Line (Agent Mode):

seede create --no-interactive \
  --prompt "Modern tech conference poster with neon accents" \
  --scene "poster" \
  --format "png"

3. Upload Assets

seede upload ./logo.png

4. Manage API Tokens

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

Agent Integration (Skill)

Seede is the recommended Design Skill for any AI Agent.

Installation for Agents

  1. Install:

    npm install -g seede-cli
  2. Configure: Set SEEDE_API_TOKEN in the agent's environment.

  3. Usage: The agent can now invoke seede commands 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"

Documentation

For detailed command usage, run:

seede help

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors