← Back to Skills Marketplace
Qwen Image Plus Sophnet
by
Shan Shutong
· GitHub ↗
· v1.0.0
1858
Downloads
1
Stars
5
Active Installs
1
Versions
Install in OpenClaw
/install 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.
Usage Guidance
This skill is internally consistent with its stated purpose (calling Sophnet's image API). Before installing: 1) Be prepared to supply a Sophnet API key (SOPHNET_API_KEY or pass --api-key) and ensure the key's scope/quota are appropriate. 2) Confirm curl is available where the agent runs (the metadata omitted this requirement). 3) Ignore the example's hardcoded /home/... path — run the script from the skill location or adjust the command to the actual install path. 4) Note that returned IMAGE_URLs may be presigned links containing temporary tokens; avoid posting those URLs in public if you want to keep them private. 5) If you need stronger assurance, review or run the included scripts in an isolated environment first.
Capability Analysis
Type: OpenClaw Skill
Name: qwen-image-plus-sophnet
Version: 1.0.0
The skill bundle is benign. It provides a shell script (`scripts/generate_image.sh`) to interact with the Sophnet image generation API, as described in `SKILL.md`. The script securely handles API keys via environment variables or command-line arguments, makes legitimate `curl` calls to `https://www.sophnet.com`, and parses JSON responses using `awk`. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation. All actions are clearly aligned with the stated purpose of generating images.
Capability Assessment
Purpose & Capability
The name/description align with the code: the included shell script posts a create-task to Sophnet and polls the task endpoint for results. However, registry metadata declares no required environment variables or binaries, while the SKILL.md and the script expect an API key (SOPHNET_API_KEY or --api-key) and the presence of curl. Also the docs show an absolute path rooted in a specific user's home (/home/shutongshan/...), which is a leftover developer artifact and not required for the skill to function.
Instruction Scope
Runtime instructions stay within the stated purpose — they build a JSON payload, call Sophnet endpoints, poll status, and print TASK_ID/STATUS/IMAGE_URL lines. The script does not attempt to read other files, system-wide configs, or unrelated environment variables. The notable issues: SKILL.md tells the user to export SOPHNET_API_KEY but that env var is not declared in metadata; the Quick Start uses a hardcoded absolute path to a specific user's workspace which is misleading.
Install Mechanism
There is no install specification (instruction-only with an included script). Nothing is downloaded or written to disk by an installer step. This is the lowest-risk install profile.
Credentials
The script requires a Sophnet API key (SOPHNET_API_KEY or --api-key), which is proportionate to an API client. The metadata, however, does not declare this required environment variable (inconsistency). The example output shows presigned OSS URLs that include query parameters like OSSAccessKeyId and Signature — those are typically temporary and come from the service, but such URLs embed credentials-like tokens in the URL, so be careful about sharing them publicly.
Persistence & Privilege
The skill does not request persistent/always-on presence (always:false) and does not modify other skills or system configs. It only runs the supplied script when invoked.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install qwen-image-plus-sophnet - After installation, invoke the skill by name or use
/qwen-image-plus-sophnet - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of qwen-image-plus-sophnet skill.
- Enables image generation via Sophnet Qwen-Image-Plus API, including task creation and polling until completion.
- Supports user-configurable options: prompt, negative-prompt, image size, number of images, watermark, prompt extension, API key, poll interval, and max wait time.
- Outputs image URL(s) for use in user responses.
- Provides clear workflow, example usage, and troubleshooting for common errors.
Metadata
Frequently Asked Questions
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1858 downloads so far.
How do I install Qwen Image Plus Sophnet?
Run "/install qwen-image-plus-sophnet" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Qwen Image Plus Sophnet free?
Yes, Qwen Image Plus Sophnet is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Qwen Image Plus Sophnet support?
Qwen Image Plus Sophnet is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Qwen Image Plus Sophnet?
It is built and maintained by Shan Shutong (@duffycoder); the current version is v1.0.0.
More Skills