← 返回 Skills 市场
thortheai1-hash

Thor Generator

作者 thortheai1-hash · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1025
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install thor-generator
功能描述
Generate high-quality images locally using the ComfyUI Thor pipeline from user-provided text prompts.
安全使用建议
This skill tells the agent to run a local shell command that activates a virtualenv and executes thor_generate_image.py in ~/ComfyUI — before installing or enabling it: 1) Verify ~/ComfyUI, the venv, and thor_generate_image.py actually exist on the target machine. 2) Inspect the contents of thor_generate_image.py to ensure it only performs the expected image-generation steps and does not exfiltrate data or run other system commands. 3) Ensure python3 and the virtualenv are from trusted sources. 4) Consider running the exact command manually in a controlled environment to observe behavior and outputs. 5) If you cannot inspect or verify the script/repo, treat the skill as risky and avoid granting the agent execution rights. Providing explicit declared requirements (python3, path to ComfyUI, and the script) or bundling the script for review would reduce the concern.
功能分析
Type: OpenClaw Skill Name: thor-generator Version: 1.0.0 The `SKILL.md` file instructs the AI agent to execute a shell command that directly embeds user input (`{{prompt}}`) without explicit sanitization or robust quoting. This creates a significant shell injection vulnerability, allowing an attacker to potentially execute arbitrary commands on the host system by crafting a malicious prompt. While the skill's stated purpose is benign, this critical flaw makes the bundle suspicious due to the high risk of unauthorized command execution.
能力评估
Purpose & Capability
The description says 'generate images locally with ComfyUI Thor', which matches the SKILL.md command. However the metadata declares no required binaries or config paths, while the instructions assume ~/ComfyUI exists, a venv at venv/bin/activate, python3 is available, and a local script thor_generate_image.py is present. Those are reasonable runtime requirements for this purpose but should have been declared; the omission is an inconsistency.
Instruction Scope
SKILL.md instructs the agent to run a shell command via exec that cd's into ~/ComfyUI, activates a venv, and runs a local Python script with the user prompt and an output path. That is within the stated purpose but it gives the agent the ability to execute arbitrary code contained in thor_generate_image.py and to read/write the user's filesystem (~/ComfyUI, ~/Desktop/bring_img). The instructions do not include checks, fallbacks if paths are missing, or a requirement to inspect the script first.
Install Mechanism
There is no install spec and no code files bundled with the skill (instruction-only). That minimizes install-time risk because nothing is downloaded or written by the skill itself.
Credentials
The skill requests no environment variables or credentials, which is proportionate. However it implicitly requires local resources (Python, a virtualenv, the ComfyUI repo and a script) that are not declared in requires.* metadata. The absence of declared requirements makes it harder to judge whether the requested filesystem access is appropriate.
Persistence & Privilege
always:false and no install means the skill does not request persistent/system-wide privileges or automatic inclusion. It does ask the agent to execute a command when invoked, which is the normal behavior for instruction-only skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install thor-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /thor-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the Thor Image Generation Skill. - Enables high-quality image creation using the local ComfyUI "Thor" pipeline. - Accepts a text prompt as input and saves the generated image to ~/Desktop/bring_img. - Integrates with the `exec` tool to automate image generation via a specified Python script.
元数据
Slug thor-generator
版本 1.0.0
许可证
累计安装 3
当前安装数 3
历史版本数 1
常见问题

Thor Generator 是什么?

Generate high-quality images locally using the ComfyUI Thor pipeline from user-provided text prompts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1025 次。

如何安装 Thor Generator?

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

Thor Generator 是免费的吗?

是的,Thor Generator 完全免费(开源免费),可自由下载、安装和使用。

Thor Generator 支持哪些平台?

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

谁开发了 Thor Generator?

由 thortheai1-hash(@thortheai1-hash)开发并维护,当前版本 v1.0.0。

💬 留言讨论