volcengine-image-generate
Using volcengine image_generate.py script to generate image, need to provide clear and specific `prompt`.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/warm-wm/volcengine-image-generateImage Generate
Scenarios
When you need to generate an image based on a text description, use this skill to call the image_generate function.
Steps
- Prepare a clear and specific
prompt. - Run the script
python scripts/image_generate.py "<prompt>". Before running, navigate to the corresponding directory. - The script will return the generated image URL.
Authentication and Credentials
- First, it will try to read the
MODEL_IMAGE_API_KEYorARK_API_KEYenvironment variables. - If not configured, it will try to use
VOLCENGINE_ACCESS_KEYandVOLCENGINE_SECRET_KEYto 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"
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-warm-wm-volcengine-image-generate": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
volcengine-web-search
Using volcengine web_search.py script to search web and get the result, prepare clear and specific `query`.Run the script `python scripts/web_search.py "query"`. Organize the answer based on the returned summary list, do not add or guess content.
volcengine-video-generate
Using volcengine video_generate.py script to generate video, need to provide filename and prompt, optional provide first frame image (URL or local path).