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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install qwen-image-plus-sophnet或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install qwen-image-plus-sophnet⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/qwen-image-plus-sophnet/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: qwen-image-plus-sophnet description: 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. ---
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=succeededIMAGE_URL=... (one or more lines)Use the IMAGE_URL value to respond to the user.
model=Qwen-Image-Plus and user promptSUCCEEDEDurl and return to the userPrompt:
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-keySTATUS=failed -> check key permissions/quota or prompt parametersError: url not found in response -> inspect API response manually安装 Qwen Image Plus Sophnet 后,可以对 AI 说这些话来触发它
Help me get started with Qwen Image Plus Sophnet
Explains what Qwen Image Plus Sophnet does, walks through the setup, and runs a quick demo based on your current project
Use Qwen Image Plus Sophnet to generate images via Sophnet Qwen-Image-Plus and poll for task compl...
Invokes Qwen Image Plus Sophnet with the right parameters and returns the result directly in the conversation
What can I do with Qwen Image Plus Sophnet in my design & creative workflow?
Lists the top use cases for Qwen Image Plus Sophnet, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/qwen-image-plus-sophnet/ 目录(个人级,所有项目可用),或 .claude/skills/qwen-image-plus-sophnet/(项目级)。重启 AI 客户端后,用 /qwen-image-plus-sophnet 主动调用,或让 AI 根据上下文自动发现并使用。
Qwen Image Plus Sophnet 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
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.
Qwen Image Plus Sophnet 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using Qwen Image Plus Sophnet
Identifies repetitive steps in your workflow and sets up Qwen Image Plus Sophnet to handle them automatically