Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: Generate an image of a snowy mountain at sunset
- 1Navigate to the directory containing the script
- 2Run python scripts/image_generate.py "a snowy mountain at sunset"
- 3Wait for the API to return a response
- 4Read the image URL printed to the console
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.