qwen-image-plus-sophnet
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.
Best use case
qwen-image-plus-sophnet is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
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.
Teams using qwen-image-plus-sophnet should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/qwen-image-plus-sophnet/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How qwen-image-plus-sophnet Compares
| Feature / Agent | qwen-image-plus-sophnet | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
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.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Qwen-Image-Plus (Sophnet) Image Generation Use the Sophnet image generator API to create an image task, poll until it finishes, then return the image URL. ## Quick Start Set the API key (preferred): ```bash export SOPHNET_API_KEY="YOUR_API_KEY" ``` Run the script with an absolute path (do NOT cd to the skill directory): ```bash bash /home/shutongshan/.openclaw/workspace/skills/qwen-image-plus-sophnet/scripts/generate_image.sh --prompt "your prompt" ``` ## Script Options - `--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`) ## Output Contract The script prints: - `TASK_ID=...` - `STATUS=succeeded` - `IMAGE_URL=...` (one or more lines) Use the `IMAGE_URL` value to respond to the user. ## Workflow 1. POST create-task with `model=Qwen-Image-Plus` and user prompt 2. Poll GET task status until `SUCCEEDED` 3. Extract `url` and return to the user ## Real Example (captured run) Prompt: ```text A scenic mountain landscape in ink wash style ``` Command: ```bash 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: ```text 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 ``` ## Common Errors - `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
Related Skills
ImageMagick Moltbot Skill
Comprehensive ImageMagick operations for image manipulation in Moltbot.
exa-plus
Neural web search via Exa AI. Search people, companies, news, research, code. Supports deep search, domain filters, date ranges.
table-image
Generate images from tables for better readability in messaging apps like Telegram. Use when displaying tabular data.
qwen3-tts-local-inference
Generate speech from text using Qwen3-TTS via direct Python inference — no server required.
ms-foundry-image-gen
Azure Foundry image generation skill for OpenClaw; generates images via a Foundry deployment and returns image.
seedance-video-generation-byteplus
Generate AI videos using BytePlus Seedance API (International)
antigravity-image-gen
Generate images using the internal Google Antigravity API (Gemini 3 Pro Image). High quality, native generation without browser automation.
gemini-image-gen
Generate and edit images via Google Gemini API. Supports Gemini native generation, Imagen 3, style presets, and batch generation with HTML gallery. Zero dependencies — pure Python stdlib.
antigravity-image
Generate images using the internal Antigravity Sandbox API (Gemini 3 Pro Image). Supports text-to-image generation via internal Google endpoints.
update-plus
Full backup, update, and restore for OpenClaw - config, workspace, and skills with auto-rollback
zhipu-cogview-image
Generate images using Zhipu AI's CogView model.
doubao-image-gen
Use Zhipu (智谱) web search API for searching the internet.