Ai Intelligent 3d Model Generation
AI 3D模型生成,文生3D + 图片转3D。
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 211 · 1 current installs · 1 all-time installs
MIT-0
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
The declared purpose (AI 3D model generation) matches the SKILL.md content (mentions Python/FastAPI, 3D models). However the registry metadata lists no install steps or bundled code while the SKILL.md tells you to clone and run a GitHub repo — that discrepancy is unexpected and reduces coherence.
Instruction Scope
The runtime instructions explicitly tell a user/agent to run shell commands that fetch and execute external code (git clone https://github.com/openclaw-skills/..., pip install -r requirements.txt, python app.py). Those steps allow arbitrary remote code and dependencies to be installed and run locally; the SKILL.md gives no guidance to inspect or sandbox that code.
Install Mechanism
There is no formal install spec in the registry, but the SKILL.md prescribes cloning a GitHub repo and running pip install on its requirements. Pulling unreviewed dependencies from PyPI and running an app is a moderate-to-high risk operation if you can't verify the repository and its requirements.txt.
Credentials
The skill does not request any environment variables, credentials, or config paths in metadata. That is proportionate to the stated purpose — however the implicit requirement to run third‑party code could lead to unexpected environment access at runtime (via the cloned software).
Persistence & Privilege
The skill is not marked always:true and does not request persistent privileges. Still, the instructions start a Python app (python app.py) which could run a local service/process; users should be aware this may persist or open network ports until stopped.
What to consider before installing
This skill's metadata contains no code, yet the included SKILL.md tells you to clone and run a GitHub repository and pip-install its dependencies. That means installing and executing unreviewed third-party code. Before running or installing anything: 1) inspect the referenced GitHub repository (verify owner, commit history, README, license, and requirements.txt); 2) review the server/app code (app.py) for network, filesystem, or credential access; 3) run installation in a sandboxed environment or VM with no sensitive credentials mounted; 4) avoid giving any API keys or secrets to the software unless you fully trust it; 5) prefer an official homepage or publisher confirmation — if you cannot verify the repo and its dependencies, treat the skill as risky. If you want, I can fetch the GitHub repo URL (if reachable) and summarize files you should review, but I cannot access external URLs without your explicit instruction and environment.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🤖 Clawdis
SKILL.md
AI 智能3D模型生成
描述
AI 3D模型生成,文生3D + 图片转3D。
功能
- 文生3D(文本生成模型)
- 图片转3D(图片生成模型)
- 模型优化(自动优化)
- 材质生成(智能材质)
- 批量生成(批量处理)
定价
- 基础版:¥299/月(100 个模型)
- 专业版:¥1499/月(1000 个模型)
- 企业版:¥4999/月(无限模型)
适用场景
- 游戏开发
- VR/AR
- 建筑设计
- 产品设计
技术栈
- Python + FastAPI
- 3D生成模型
- 模型优化
- 渲染引擎
安装
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
创建:2026-03-13 作者:OpenClaw Skills Team
Files
1 totalSelect a file
Select a file to preview.
Comments
Loading comments…
