← Back to Skills Marketplace
thortheai1-hash

Thor Generator

by thortheai1-hash · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1025
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install thor-generator
Description
Generate high-quality images locally using the ComfyUI Thor pipeline from user-provided text prompts.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install thor-generator
  3. After installation, invoke the skill by name or use /thor-generator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug thor-generator
Version 1.0.0
License
All-time Installs 3
Active Installs 3
Total Versions 1
Frequently Asked Questions

What is Thor Generator?

Generate high-quality images locally using the ComfyUI Thor pipeline from user-provided text prompts. It is an AI Agent Skill for Claude Code / OpenClaw, with 1025 downloads so far.

How do I install Thor Generator?

Run "/install thor-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Thor Generator free?

Yes, Thor Generator is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Thor Generator support?

Thor Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Thor Generator?

It is built and maintained by thortheai1-hash (@thortheai1-hash); the current version is v1.0.0.

💬 Comments