← Back to Skills Marketplace
Photo to 3D
by
m15010495895-sudo
· GitHub ↗
· v1.0.0
· MIT-0
340
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install photo-to-3d
Description
One-click photo to 3D model pipeline. Upload any photo, AI generates a clean isometric view via Gemini (Nano Banana), then converts it to a production-ready...
Usage Guidance
This skill appears internally consistent and does what it describes, but review these points before installing:
- The script uploads your images to two external services (Google generativelanguage and Tripo3D). Do not use sensitive or private images unless you accept those services' privacy/retention policies.
- You must provide GEMINI_API_KEY and TRIPO_API_KEY; check billing and permissions for those keys. The script prints small token fragments in logs (not full keys) but network requests will include your keys — treat them as sensitive.
- Ensure your environment has Python and the 'requests' library installed (the skill does not include dependency installation instructions).
- Origin is unknown and there's no homepage; if you need higher assurance, request provenance or a vetted package/repository for the code, and consider running it in an isolated environment first.
- If you plan to run at scale, verify Tripo3D's rate/usage limits and costs and confirm the Gemini usage method matches your Google/API account setup.
Capability Analysis
Type: OpenClaw Skill
Name: photo-to-3d
Version: 1.0.0
The skill provides a legitimate pipeline for converting 2D images into 3D models using the Gemini and Tripo3D APIs. The script `scripts/photo_to_3d.py` implements the described two-step process (preprocessing via Gemini and generation via Tripo3D) using standard HTTP requests and environment variables for API keys, with no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
The name/description require Gemini and Tripo3D access; the script uses GEMINI_API_KEY and TRIPO_API_KEY and calls the expected endpoints. Required credentials and network calls are proportionate to converting images → isometric view → 3D model.
Instruction Scope
Instructions and the script operate within the stated pipeline: they read the input image, call Gemini and Tripo3D APIs, and write output files. Important privacy note: the user's image is uploaded to external services (Google generativelanguage and api.tripo3d.ai); this is expected but should be considered before use.
Install Mechanism
No install spec (instruction-only with an included script) — low install risk. One practical omission: the script uses the Python 'requests' library but the skill metadata does not declare dependencies or give an install step; users must ensure Python and requests are available.
Credentials
Only GEMINI_API_KEY and TRIPO_API_KEY are required, which directly match the two external services used. No unrelated secrets or config paths are requested.
Persistence & Privilege
always is false, the skill does not request persistent or elevated agent privileges, and it does not modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install photo-to-3d - After installation, invoke the skill by name or use
/photo-to-3d - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
One-click photo to 3D model: Gemini + Tripo3D
Metadata
Frequently Asked Questions
What is Photo to 3D?
One-click photo to 3D model pipeline. Upload any photo, AI generates a clean isometric view via Gemini (Nano Banana), then converts it to a production-ready... It is an AI Agent Skill for Claude Code / OpenClaw, with 340 downloads so far.
How do I install Photo to 3D?
Run "/install photo-to-3d" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Photo to 3D free?
Yes, Photo to 3D is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Photo to 3D support?
Photo to 3D is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Photo to 3D?
It is built and maintained by m15010495895-sudo (@m15010495895-sudo); the current version is v1.0.0.
More Skills