Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Generate images via Sophnet Qwen-Image-Plus and poll for task completion. Use when the user asks for Sophnet image generation, Qwen-Image-Plus, or requests an image from the Sophnet API.
Generate images via Sophnet Qwen-Image-Plus and poll for task completion. Use when the user asks for Sophnet image generation, Qwen-Image-Plus, or requests an image from the Sophnet API.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Use the Sophnet image generator API to create an image task, poll until it finishes, then return the image URL.
Set the API key (preferred): export SOPHNET_API_KEY="YOUR_API_KEY" Run the script with an absolute path (do NOT cd to the skill directory): bash /home/shutongshan/.openclaw/workspace/skills/qwen-image-plus-sophnet/scripts/generate_image.sh --prompt "your prompt"
--prompt (required): user prompt --negative-prompt (optional) --size (optional, default 1024*1024) --n (optional, default 1) --watermark (optional, default false) --prompt-extend (optional, default true) --api-key (optional, overrides SOPHNET_API_KEY) --poll-interval (optional, default 2) --max-wait (optional, default 300)
The script prints: TASK_ID=... STATUS=succeeded IMAGE_URL=... (one or more lines) Use the IMAGE_URL value to respond to the user.
POST create-task with model=Qwen-Image-Plus and user prompt Poll GET task status until SUCCEEDED Extract url and return to the user
Prompt: A scenic mountain landscape in ink wash style Command: bash /home/shutongshan/.openclaw/workspace/skills/qwen-image-plus-sophnet/scripts/generate_image.sh \ --prompt "A scenic mountain landscape in ink wash style" \ --negative-prompt "blurry, low quality" \ --size "1024*1024" \ --n 1 \ --watermark false \ --prompt-extend true Output: TASK_ID=7BWFICt0zgLvuaTKg8ZoDg STATUS=succeeded IMAGE_URL=https://dashscope-result-wlcb-acdr-1.oss-cn-wulanchabu-acdr-1.aliyuncs.com/7d/d5/20260203/cfc32567/f0e3ac18-31f6-4a1a-b680-a71d3e6bcbe03032414431.png?Expires=1770714400&OSSAccessKeyId=LTAI5tKPD3TMqf2Lna1fASuh&Signature=fF12GZ7RgGsC7OpEkGCapkBUXws%3D
Error: No API key provided. -> set SOPHNET_API_KEY or pass --api-key STATUS=failed -> check key permissions/quota or prompt parameters Error: url not found in response -> inspect API response manually
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.