SkillHub

ai-imggen

v1.1.0

Generate images from text prompts via API.

Sourced from ClawHub, Authored by MarjorieBroad

Installation

Please help me install the skill `ai-imggen` from SkillHub official store. npx skills add MarjorieBroad/ai-imggen

AI Image Generator

Generate images from text prompts.

Generate an Image

node {baseDir}/scripts/generate.mjs "$SKILLBOSS_API_KEY" "A sunset over mountains"

Save the Image

URL=$(node {baseDir}/scripts/generate.mjs "$SKILLBOSS_API_KEY" "A sunset over mountains")
curl -sL "$URL" -o image.png

Notes: - Get SKILLBOSS_API_KEY at https://www.skillboss.co