📦 Gotchi 3d Custom Render — 3D渲染自定义Gotchi
v1.1.2输入任意特征与可穿戴组合,即可渲染出专属Aavegotchi 3D形象,适合展示虚拟或假设的Gotchi造型。
0· 139·0 当前·0 累计
下载技能包
最后更新
2026/4/16
安全扫描
OpenClaw
安全
high confidenceThe skill's files, scripts, and runtime instructions align with its stated purpose of producing hosted or local Unity renders of custom Aavegotchi looks; nothing requested or installed is disproportionate or obviously unrelated.
评估建议
This package appears coherent for producing Aavegotchi renders. Before using it: (1) If you will use hosted mode, understand it posts requests to https://www.aavegotchi.com/api/renderer/batch and downloads the returned assets — only use if you trust that service. (2) If you plan to use Unity mode, install the specified Unity version and set UNITY_BIN; review the Unity C# scripts (GotchiCustomRenderCLI.cs) because editor scripts run with filesystem access when Unity runs in batch mode. (3) Run `n...详细分析 ▾
✓ 用途与能力
Name/description match the code and scripts: the repo contains a hosted-render client (posts to the Aavegotchi renderer API) and a local Unity fallback (Unity project + shell/JS/Python helpers). Files and dependencies (pngjs, node scripts, Unity C#) are appropriate for image composition and Unity batch rendering.
ℹ 指令范围
SKILL.md and scripts stick to constructing JSON requests, calling the hosted API, and running Unity in batch mode when requested. A notable operational detail: Unity-mode executes provided C# editor code inside the Unity Editor (GotchiCustomRenderCLI.cs) which has full access to the local project filesystem while running; this is expected for a local renderer but is a higher-privileged action compared to pure CLI scripts. The scripts also read local wearable assets (PackageCache, wearables.tsv) and expect/node/npm/jq for hosted-mode background compositing — these behaviours are in-scope but worth confirming before running Unity mode on a hosted machine.
✓ 安装机制
There is no automatic install spec. The repo has a package.json (pngjs) and SKILL.md / README note that `npm install` plus node/jq are needed for the hosted background compositor; Unity must be installed separately for local render. No remote arbitrary downloads or URL-shortened installs are present.
✓ 凭证需求
The skill declares no required environment variables. Scripts optionally use UNITY_BIN when running Unity and reference typical repo paths; that is proportional (Unity binary only necessary for local mode). No credentials, API keys, or unrelated environment secrets are requested.
✓ 持久化与权限
The skill is not always: true, does not request to persist or modify other skills, and writes only render outputs and trace logs under the repo and /tmp/openclaw/Renders as described. Autonomous invocation is allowed by default but not combined with other concerning privileges.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.1.22026/3/28
Reduce false-positive scan noise without changing 3D render behavior: pure-JS background compositing, split request loading from the hosted client, and a tighter published bundle.
● 无害
安装命令
点击复制官方npx clawhub@latest install gotchi-3d-custom-render
镜像加速npx clawhub@latest install gotchi-3d-custom-render --registry https://cn.longxiaskill.com镜像同步中