Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @warm-wm Updated 6/28/2026 1,305 downloads 0 stars Security: Pass

Volcengine Image Generate OpenClaw Plugin & Skill | ClawHub

Looking to integrate Volcengine Image Generate into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.

What this skill does

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

Install

ClawHub CLI
openclaw skills install @warm-wm/volcengine-image-generate
Node.js (npx)
npx clawhub@latest install volcengine-image-generate

Full SKILL.md

Open original
Metadata table.
namedescriptionlicense
volcengine-image-generateUsing volcengine image_generate.py script to generate image, need to provide clear and specific `prompt`.Complete terms in LICENSE.txt

SKILL.md content below is scrollable.

Image Generate

Scenarios

When you need to generate an image based on a text description, use this skill to call the image_generate function.

Steps

  1. Prepare a clear and specific prompt.
  2. Run the script python scripts/image_generate.py "<prompt>". Before running, navigate to the corresponding directory.
  3. The script will return the generated image URL.

Authentication and Credentials

  • First, it will try to read the MODEL_IMAGE_API_KEY or ARK_API_KEY environment variables.
  • If not configured, it will try to use VOLCENGINE_ACCESS_KEY and VOLCENGINE_SECRET_KEY to get the Ark API Key.

Output Format

  • The console will output the generated image URL.
  • If the call fails, it will print the error information.

Examples

python scripts/image_generate.py "a cute cat"
ClawHub Registry URL: https://clawhub.ai/warm-wm/skills/volcengine-image-generate

Related skills

If this matches your use case, these are close alternatives in the same category.