jimeng-generator
即梦 4.0 图片生成器,通过文本描述生成高质量图片,支持多图编辑与智能比例。
Why use this skill?
Automate high-quality image generation and editing using the Jimeng 4.0 engine. Generate 4K visuals, process multi-image inputs, and manage files locally.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/felixhsp/jimeng-generatorWhat This Skill Does
The jimeng-generator is a powerful AI agent skill designed for OpenClaw that leverages Volcano Engine's Jimeng 4.0 technology to generate high-quality images from text prompts. It serves as an end-to-end automation tool that handles the entire image lifecycle: submitting generation tasks, polling for completion, and automatically saving high-resolution files locally. Whether you are generating artistic landscapes, product designs, or editing existing photos, this tool offers professional-grade control over dimensions, aspect ratios, and image-to-image influences.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/felixhsp/jimeng-generator
Post-installation, you must authenticate with the Volcano Engine console. Create a .env file in your project root and input your VOLCENGINE_AK and VOLCENGINE_SK. If using temporary credentials, swap the secret key for VOLCENGINE_TOKEN as defined in the project documentation. Ensure your environment dependencies are installed via npm install.
Use Cases
- Creative Content Generation: Quickly produce stunning, high-definition concept art or stock imagery for social media and marketing.
- Image Editing & Manipulation: Use the
--imagesflag to feed reference photos into the model, allowing for style transfers, background replacements, or modifications to existing compositions. - Batch Workflow Integration: Automate recurring image asset creation by piping prompt strings through the CLI tool, saving directly into organized local directories for downstream processing.
- Multi-Photo Synthesis: Merge multiple input references into a single, cohesive composition using the tool's advanced referencing capabilities.
Example Prompts
- "Generate a 4K resolution cinematic portrait of a futuristic cyberpunk traveler in a neon-lit rain-slicked city."
- "Take this uploaded reference photo and transform the background into a tranquil, mist-covered mountain landscape in ink-wash painting style."
- "Synthesize an architectural concept image with a 16:9 aspect ratio using these two reference sketches to create a modern eco-friendly office building."
Tips & Limitations
- Local Path Handling: The skill outputs a JSON object containing local file paths in the
filesarray. Ensure your OpenClaw setup has write permissions to the./output/directory. - Parameter Tuning: Use the
--scaleparameter to control how strictly the model follows your textual prompt versus the provided image references. A higher value increases prompt adherence. - Performance: While the tool supports 4K rendering, higher resolutions and multiple reference images may increase the polling wait time. Always monitor the
taskIdif tasks hang beyond the 180,000ms default timeout. - Compatibility: This skill is strictly designed for Volcano Engine's Jimeng API; ensure your account quotas are active to avoid request failures.
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-felixhsp-jimeng-generator": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, external-api