← Back to list
🎬

3dviz-pro-max Checked

Design and build expressive 3D scenes, explainers and interactive models with grounded subject kn…
🎬 Video & Motion skills By viettranx Version v1.0.0 Updated 2026-09-17
8.7Overall rating

Installation

🤖 Install via AI

Copy the prompt below and send it to your AI assistant (e.g. Claude Code) — it will follow the instructions and install automatically.

Install the "3dviz-pro-max" skill by following the instructions at https://skill123.me/install/3dviz-pro-max.
⌨️ Command line install

Run in your terminal — downloads and installs to ~/.claude/skills/.

curl -fsSL https://skill123.me/install/3dviz-pro-max.sh | bash
📦 Download ZIP

Download the zip and extract it into your skills directory (e.g. ~/.claude/skills/), then restart your session.

⬇ Download v1.0.0 · 4.7 MB

About this skill

Overview

Design and build expressive 3D scenes, explainers and interactive models with grounded subject knowledge. Use for 3D creation or edits, including scientific visualization and spatial puzzles.

Source

  • Repo: https://github.com/viettranx/3dviz-pro-max
  • Path: skills/3dviz-pro-max

Score breakdown

Trigger
6.0
What/When covered with topic keywords (3D scenes, explainers, scientific visualization, spatial puzzles), but no When-Not boundary and no user-phrase variants; trigger coverage is thin for a skill this broad.
Structure
9.3
136-line SKILL.md with clean scripts/references/templates/data split and an explicit 'Read only what helps' progressive-disclosure section; large but well-mapped corpus.
Workflow
9.2
Outstanding task design: routing table, per-object construction choices, run-and-inspect loop with loopback screenshot tooling, failure paths (failed shape -> different construction, not more texture) and honest reporting rules.
Content
9.0
Crisp imperative writing, runnable commands with args, consistent terminology; minor density in the ten long workflow steps.
Engineering
9.0
Correct frontmatter, all referenced paths exist, scripts stdlib-only and invoked via documented 'python3 scripts/...' (no shebangs, acceptable); host-probe is deliberately read-only and timeout-guarded.
Security
10.0
Capability manifest matches declared scope: no network egress (capture server binds 127.0.0.1 only), no credential access, no eval/base64 decode-exec (base64 used only to embed PNG data URIs), no persistence changes; all external URLs in data/ are citations to trusted reference domains.
Exceptional 3D-scene construction skill: 805-file corpus (223 recipes, 440 knowledge records) with lexical BM25 search scripts, 10-step judgment-first workflow, anti-slop checklists and honest-reporting rules. Capability manifest (6.0): reads only its own data/ plus fixed allow-list host version probes; writes host.json and screenshot captures; capture.py serves the target dir on 127.0.0.1 loopback only; no external network egress from any script; no credentials; no persistence. Capabilities match declared scope.