← 返回 Skills 市场
duffycoder

Qwen Image Plus Sophnet

作者 Shan Shutong · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1858
总下载
1
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qwen-image-plus-sophnet
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qwen-image-plus-sophnet 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug qwen-image-plus-sophnet
版本 1.0.0
许可证
累计安装 5
当前安装数 5
历史版本数 1
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1858 次。

如何安装 Qwen Image Plus Sophnet?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install qwen-image-plus-sophnet」即可一键安装,无需额外配置。

Qwen Image Plus Sophnet 是免费的吗?

是的,Qwen Image Plus Sophnet 完全免费(开源免费),可自由下载、安装和使用。

Qwen Image Plus Sophnet 支持哪些平台?

Qwen Image Plus Sophnet 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Qwen Image Plus Sophnet?

由 Shan Shutong(@duffycoder)开发并维护,当前版本 v1.0.0。

💬 留言讨论