Skill 3d Preview
v1.0.13D效果预览 - ASCII渲染+Three.js导出
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latest
skill 3d preview技能
功能概述
3D效果预览 - ASCII渲染+Three.js导出
核心功能
- 基础功能实现
- 状态管理
- 数据处理
应用场景
- 日常业务流程
- 自动化任务
- 数据处理
使用方法
from skill_3d_preview import execute
result = execute(action="connect")
参数说明
| 参数 | 类型 | 说明 |
|---|---|---|
| action | str | 执行动作 |
技能信息
- 调用模式: both
- 推荐套餐: MiniMax
- 版本: 1.0.0
Comments
Loading comments...
