Ai Intelligent Image Generation
PassAudited by ClawScan on May 1, 2026.
Overview
This is a basic image-generation skill description with no malicious behavior shown, but it points users to install and run unreviewed external code and may use an external image API.
The skill appears benign from the provided artifact, but it is mostly a description plus setup commands. If you install it, verify the linked repository and dependencies first, and do not submit private images or sensitive prompts until you understand the external API and data-handling behavior.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Installing the referenced repository could run third-party code and dependencies on the user's machine.
The skill instructs the user to clone, install, and run code from an external repository that is not included in the submitted artifact set. This is user-directed and aligned with the image-generation purpose, but the code and dependencies are not reviewed here.
git clone https://github.com/openclaw-skills/ai-intelligent-image-generation cd ai-intelligent-image-generation pip install -r requirements.txt python app.py
Before installing, inspect the GitHub repository, dependency list, and app entry point, and prefer pinned dependencies or a trusted environment.
Prompts or uploaded images may be processed by an external provider if the referenced implementation uses this API.
The skill discloses use of an external image-generation API. This is expected for the stated purpose, but the artifact does not describe what prompts or images are sent to the provider or how that data is handled.
- DALL-E API
Avoid sending confidential images or sensitive prompts unless you have reviewed the provider configuration, privacy terms, and any credentials used by the implementation.
