📦 Grasshopper Generator — 草图参数生成

v1.0.0

用自然语言或图片一键生成 Rhino 7 Grasshopper 的 .ghx XML 文件,自动拼装原生组件与 GhPython 脚本,快速构建可复用参数化模型。

0· 77·0 当前·0 累计
elliotbian 头像by @elliotbian (ElliotBian)
下载技能包
最后更新
2026/4/11
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
The skill's core .ghx generation code is coherent and local, but the SKILL.md and README claim image-based analysis and a reference template that are not present in the shipped files — this mismatch is unexplained and worth clarifying before install.
评估建议
The generator code appears to legitimately create .ghx files and uses an included GUID database, but the docs overpromise: they mention image analysis and a reference template that aren't present in the package. Before installing or using this skill, ask the author to confirm (1) whether image-to-geometry functionality exists and, if so, where the image-processing code or model lives and what dependencies are required; (2) why template_voronoi.ghx is referenced but not shipped; and (3) whether t...
详细分析 ▾
用途与能力
The stated purpose (generate Rhino 7 .ghx files) matches the included Python generator and GUID database. However, the documentation claims image-based analysis and provides a 'reference template' file (template_voronoi.ghx) that is referenced in docs but not present in the provided file manifest. The image-processing capability would normally require additional dependencies or code (e.g., ML model, OpenCV), none of which are present.
指令范围
SKILL.md describes an input analysis step for images ('Identify form...') and suggests the skill can accept images, but there is no code or listed dependency to perform image analysis in scripts/ghx_generator.py. The runtime instructions show only programmatic API usage for building XML and adding GhPython code; they do not describe how image data would be processed or uploaded. The docs also reference a template file that is missing from the manifest, which is an inconsistency between instructions and delivered files.
安装机制
This is an instruction-only skill with a bundled Python script; there is no installer, no external download, and no install-time network fetches declared. That lowers risk — nothing will be automatically written or downloaded beyond the packaged files.
凭证需求
The skill requests no environment variables, binaries, or external credentials. The code reads only its own companion JSON (references/component_guids.json) and writes .ghx output files, which is proportionate to its stated function.
持久化与权限
The skill does not request always:true and does not declare any behavior that modifies other skills or global agent settings. It runs locally when invoked and has no autonomous installation behaviors in the manifest.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/11

Initial release: generate Rhino 7 Grasshopper .ghx files from natural language

无害

安装命令

点击复制
官方npx clawhub@latest install grasshopper-generator
镜像加速npx clawhub@latest install grasshopper-generator --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库