Ai Intelligent 3d Model Generation
PassAudited by ClawScan on May 1, 2026.
Overview
This is a coherent instruction-only 3D generation skill, but users should notice that its setup asks them to clone and run external Python code that was not included in the reviewed artifacts.
Before installing, verify that the GitHub repository is trustworthy, inspect requirements.txt and app.py, and consider running it in a virtual environment or container. The reviewed package itself does not show credential use, persistence, or hidden behavior.
Findings (1)
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.
If the user follows the setup commands, they will trust and execute code and dependencies outside this reviewed package.
The skill instructs the user to download a repository, install dependencies, and run a Python app, but that repository, requirements file, and app code are not included in the reviewed artifacts.
git clone https://github.com/openclaw-skills/ai-intelligent-3d-model-generation cd ai-intelligent-3d-model-generation pip install -r requirements.txt python app.py
Review the GitHub repository and requirements file before installing, prefer pinned dependencies, and run the app in an isolated environment.
