← Back to Skills Marketplace
Skill 3d Preview
by
zimuge-doudou
· GitHub ↗
· v1.0.1
· MIT-0
102
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skill-3d-preview
Description
3D效果预览 - ASCII渲染+Three.js导出
Usage Guidance
This skill appears internally consistent and implements local 3D scene creation, ASCII rendering, and an export that generates an HTML preview using Three.js from a CDN. Before installing, consider: (1) the skill will create and write files in a package-local 'scenes' directory—inspect that directory if you store sensitive data in your environment; (2) the generated HTML loads Three.js from a public CDN when opened in a browser (no network calls are made by the Python code itself), so opening the preview will cause your browser to fetch external resources; (3) the code has minor inconsistencies (version strings and missing typing imports) that are implementation issues but not malicious. If you do not trust the skill source or want tighter isolation, run it in a sandbox or review the included files locally before use.
Capability Analysis
Type: OpenClaw Skill
Name: skill-3d-preview
Version: 1.0.1
The skill bundle provides legitimate 3D scene management and visualization tools, including ASCII-based rendering and Three.js HTML export. Analysis of the code in `preview_3d.py` and `skill_3d_preview_impl.py` shows standard file handling and data processing logic without any indicators of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description align with the code: preview_3d.py implements scene creation, object addition, ASCII rendering, and export to a Three.js HTML file. Declared metadata and code functionality are coherent; small version string mismatches exist but are not security-relevant.
Instruction Scope
SKILL.md is minimal and matches the available execute(action="connect") entrypoint. The runtime code reads/writes JSON scene files under a local 'scenes' directory (created next to the module) and writes an HTML file that references Three.js on a public CDN. No instructions or code attempt to read unrelated system files or environment variables.
Install Mechanism
No install spec or remote download is present. All code is included in the bundle; nothing is fetched or executed from external URLs at install time. The only external dependency is the Three.js CDN reference embedded in the generated HTML (loaded only when the HTML is opened in a browser).
Credentials
The skill requests no environment variables, credentials, or config paths. Its file I/O is local and limited to a package-local 'scenes' directory; this is proportional to a 3D preview utility.
Persistence & Privilege
always:false and no modifications to other skills or system-wide settings. The skill writes files only to its own 'scenes' folder; it does not request elevated privileges or permanent platform-level presence.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-3d-preview - After installation, invoke the skill by name or use
/skill-3d-preview - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
3D预览优化
Metadata
Frequently Asked Questions
What is Skill 3d Preview?
3D效果预览 - ASCII渲染+Three.js导出. It is an AI Agent Skill for Claude Code / OpenClaw, with 102 downloads so far.
How do I install Skill 3d Preview?
Run "/install skill-3d-preview" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skill 3d Preview free?
Yes, Skill 3d Preview is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skill 3d Preview support?
Skill 3d Preview is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skill 3d Preview?
It is built and maintained by zimuge-doudou (@zimuge-doudou); the current version is v1.0.1.
More Skills