← 返回 Skills 市场
zimuge-doudou

Skill Cad Generator

作者 zimuge-doudou · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
75
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-cad-generator
功能描述
豆豆CAD/3D能力提升方案的核心技能。 接收用户描述,生成JSON参数定义文件,通过FRP隧道发送到M4 Pro执行重计算和渲染。 支持郁金香花瓣等参数化模型生成。
安全使用建议
This skill is plausible for forwarding CAD parameters to a local renderer, but there are multiple inconsistencies you should resolve before installing: 1) The SKILL.md shows JS API usage (generateTulipPetal/extractParams) but only Python modules are shipped — verify which runtime and API surface your agent will actually call. 2) The skill claims to POST to http://localhost:3006/generate, but no HTTP client or network code is present; ask the author for the implementation or plan for how the agent will send data. 3) The manifest grants write permission to ~/DouCAD/engine/ and ~/DouCAD/output/ even though the code writes only to a bundled 'projects' folder — narrow filesystem permissions if possible. 4) Confirm that the M4 Pro endpoint is truly internal and requires no authentication; lack of auth is a risk if the tunnel is misconfigured. 5) Test the skill in a restricted/sandboxed environment first (no sensitive files, limited network) and request updated, consistent documentation and an implementation that matches the declared APIs and permissions. If you cannot get these clarifications, treat the skill as untrusted and avoid granting broad filesystem or network privileges.
能力评估
Purpose & Capability
Name/description (generate JSON params and push to local M4 Pro via FRP) matches the declared network outbound permission to localhost:3006 and the manifest's external API dependency. However there are mismatches: SKILL.md shows JavaScript API calls (generateTulipPetal, extractParams) but repository provides only Python modules. Manifest allows writing to ~/DouCAD/engine/ and ~/DouCAD/output/, but the Python code writes only to a local 'projects' folder within the package. Also the manifest input/output schema differs from SKILL.md (e.g., SKILL.md says output limited to obj/png; manifest's input_schema allows stl/dxf).
Instruction Scope
SKILL.md instructs sending JSON to http://localhost:3006/generate (via FRP 6003) and presents JS usage examples, but none of the Python implementation files implement any HTTP client or code to POST to that endpoint. The runtime instructions assume functions/APIs that do not exist in the shipped code. SKILL.md claims network isolation and no auth on M4 Pro (internal), but there is no code-level enforcement or proof of that behavior. This gap grants the agent broad discretion in how to implement the described behavior at runtime and could lead to unexpected network/file actions if modified.
Install Mechanism
No install spec (instruction-only) and no downloads — lowest install risk. Files are bundled with the skill; nothing is fetched from external URLs during install.
Credentials
The skill declares no required environment variables or credentials, which is consistent with an internal LAN-only workflow. However the manifest requests file_system write permissions to '~/DouCAD/engine/' and '~/DouCAD/output/' that the provided code never uses (it writes to a local 'projects' directory). That elevated file write scope is disproportionate to the implemented code and should be justified or narrowed.
Persistence & Privilege
The skill is not always-enabled and does not request elevated system execution privileges. Still, the manifest grants write access to project/engine/output paths under the user's home, which is broader than the code's actual behavior; granting such filesystem write permissions increases persistence/impact if the skill were later modified. No other skills or system-wide configs are modified by the code.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-cad-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-cad-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
CAD生成器优化
元数据
Slug skill-cad-generator
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Skill Cad Generator 是什么?

豆豆CAD/3D能力提升方案的核心技能。 接收用户描述,生成JSON参数定义文件,通过FRP隧道发送到M4 Pro执行重计算和渲染。 支持郁金香花瓣等参数化模型生成。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 75 次。

如何安装 Skill Cad Generator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-cad-generator」即可一键安装,无需额外配置。

Skill Cad Generator 是免费的吗?

是的,Skill Cad Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Skill Cad Generator 支持哪些平台?

Skill Cad Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skill Cad Generator?

由 zimuge-doudou(@zimuge-doudou)开发并维护,当前版本 v1.0.1。

💬 留言讨论