← 返回 Skills 市场
Skill 3d Preview
作者
zimuge-doudou
· GitHub ↗
· v1.0.1
· MIT-0
102
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-3d-preview
功能描述
3D效果预览 - ASCII渲染+Three.js导出
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-3d-preview - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-3d-preview触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
3D预览优化
元数据
常见问题
Skill 3d Preview 是什么?
3D效果预览 - ASCII渲染+Three.js导出. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 102 次。
如何安装 Skill 3d Preview?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-3d-preview」即可一键安装,无需额外配置。
Skill 3d Preview 是免费的吗?
是的,Skill 3d Preview 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill 3d Preview 支持哪些平台?
Skill 3d Preview 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill 3d Preview?
由 zimuge-doudou(@zimuge-doudou)开发并维护,当前版本 v1.0.1。
推荐 Skills