image-creation

Generate or refine images with Seedream (text-to-image + image-to-image).

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "image-creation" with this command: npx skills add cklxx/elephant.ai/cklxx-elephant-ai-image-creation

image-creation

Generate images via Seedream.

Required Env

  • ARK_API_KEY (required)
  • SEEDREAM_TEXT_ENDPOINT_ID (optional; fallback: SEEDREAM_TEXT_MODEL -> built-in default model)
  • SEEDREAM_I2I_ENDPOINT_ID (required for refine)

Constraints

  • Backend minimum pixels: 1920*1920. Smaller inputs (for example 1024x1024) are auto-upscaled.
  • success=true only when the output file is actually written and non-empty.
  • Backend response must contain b64_json or url; otherwise the call fails.
  • Default output path is /tmp unless output is provided.
  • watermark defaults to false (no "AI generated" watermark). Set to true only when you explicitly need watermark.

Usage

# Text to image
python3 skills/image-creation/run.py generate --prompt 'white cat in moonlight' --style realistic --watermark false

# Image to image
python3 skills/image-creation/run.py refine --image_path /tmp/cat.png --prompt 'add starry sky background' --watermark false

Parameters

generate

nametyperequirednotes
promptstringyesimage description
stylestringnostyle tag (default: realistic)
sizestringnoWIDTHxHEIGHT, default 1920x1920
watermarkboolnodefault false; whether to enable API watermark
outputstringnooutput file path (default /tmp/seedream_<ts>.png)

refine

nametyperequirednotes
image_pathstringyesinput image path
promptstringyesrefinement instruction
watermarkboolnodefault false; whether to enable API watermark
outputstringnooutput path (default /tmp/seedream_refined_<ts>.png)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

soul-self-evolution

No summary provided by upstream source.

Repository SourceNeeds Review
General

social-trends

No summary provided by upstream source.

Repository SourceNeeds Review
General

video-production

No summary provided by upstream source.

Repository SourceNeeds Review
General

ppt-deck

No summary provided by upstream source.

Repository SourceNeeds Review