LaunchKit · 2026
Back to Skills

volcengine-image-generate

Using volcengine image_generate.py script to generate image, need to provide clear and specific `prompt`.

0
619 downloads
by @warm-wm

Setup & Installation

openclaw skills install @warm-wm/volcengine-image-generate

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install volcengine-image-generate

What This Skill Does

Generates images from text prompts by calling Volcengine's image generation API via a Python script. The script outputs a URL to the generated image. Credentials can be supplied as an API key or as Volcengine access/secret key pairs, with automatic fallback between the two.

Automatically falls back between multiple credential methods, so setup works whether you have an API key or raw Volcengine access credentials.

When to use it

  • Generating product concept visuals from written descriptions
  • Creating placeholder images for web or app projects
  • Producing quick visual references for design briefs
  • Generating illustrations for blog posts without design tools
  • Prototyping visual assets from written specifications

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Generate an image of a snowy mountain at sunset

AGENT
  1. 1Navigate to the directory containing the script
  2. 2Run python scripts/image_generate.py "a snowy mountain at sunset"
  3. 3Wait for the API to return a response
  4. 4Read the image URL printed to the console
OUTPUT

A URL pointing to the generated image is printed to the console

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Volcengine accountMODEL_IMAGE_API_KEY or ARK_API_KEY environment variableVOLCENGINE_ACCESS_KEY and VOLCENGINE_SECRET_KEY environment variables (alternative credential method)