← 返回 Skills 市场
ajmwagar

Create Dxf

作者 ajmwagar · GitHub ↗ · v0.1.1
cross-platform ✓ 安全检测通过
2532
总下载
1
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install create-dxf
功能描述
Create RFQ-ready 2D DXF (and optional SVG preview) files from a strict, validated JSON spec derived from a natural-language design prompt. Use for sheet/plate parts (waterjet/laser/router) like mounting plates, gussets, brackets, hole patterns, and slots.
使用说明 (SKILL.md)

create-dxf

Deterministically generate a manufacturing-friendly DXF from a small JSON spec (center-origin, explicit units). Also emits an SVG preview.

Quick start

  1. Convert prompt → JSON (see references/spec_schema.md).
  2. Validate:
python3 scripts/create_dxf.py validate spec.json
  1. Render:
python3 scripts/create_dxf.py render spec.json --outdir out

Outputs:

  • out/\x3Cname>.dxf
  • out/\x3Cname>.svg

Notes

  • DXF uses simple entities for compatibility: closed LWPOLYLINE outer profile + CIRCLE holes.
  • Default layers are manufacturing-oriented:
    • CUT_OUTER (outer perimeter)
    • CUT_INNER (holes/slots)
    • NOTES (optional)

Resources

  • scripts/create_dxf.py
  • references/spec_schema.md
  • references/test_prompts.md
安全使用建议
This package appears coherent and limited to DXF/SVG generation from a small JSON spec. Before installing or running, inspect the full scripts/create_dxf.py file (the preview here was truncated) to confirm there are no network calls, subprocess.exec usage, or reads of unexpected files/ENV. Run the script first in a sandbox or isolated environment with a harmless test spec to verify outputs and behaviour. If you plan to integrate the skill into an automated agent, ensure the agent only passes intentional spec.json files (don’t let untrusted inputs become spec files) to avoid generation of unexpected geometry.
功能分析
Type: OpenClaw Skill Name: create-dxf Version: 0.1.1 The skill is designed to generate DXF and SVG files from a JSON specification. The `SKILL.md` provides clear, local Python commands for validation and rendering, without any prompt injection attempts to deviate agent behavior. The `scripts/create_dxf.py` script uses standard Python libraries for file I/O (reading JSON, writing DXF/SVG) and geometric calculations, with no evidence of network communication, access to sensitive data, arbitrary command execution, or obfuscation. All observed behaviors are directly aligned with the stated purpose of a CAD file generation utility.
能力评估
Purpose & Capability
Name/description match the included spec docs and the create_dxf.py script which parses a small JSON spec and emits DXF/SVG. No unrelated binaries, credentials, or config paths are required.
Instruction Scope
SKILL.md tells the agent to validate and render a JSON spec with the included script and write outputs to an out directory. The instructions operate only on the provided spec and output files, with no guidance to read unrelated system files or exfiltrate data.
Install Mechanism
There is no install spec (instruction-only for runtime use of the included Python script). That keeps disk/write and network-install risks low.
Credentials
The skill requires no environment variables, secrets, or external credentials; the fields declared and used in the spec are specific to DXF generation and are proportionate.
Persistence & Privilege
always is false and the skill is user-invocable (normal). The skill does not request persistent/system-level privileges or modification of other skill settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install create-dxf
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /create-dxf 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
Add kind=polyline for arbitrary cut outlines (e.g. state silhouettes)
v0.1.0
Initial release: deterministic DXF+SVG for plate cut files; defaults to CUT_OUTER/CUT_INNER layers
元数据
Slug create-dxf
版本 0.1.1
许可证
累计安装 2
当前安装数 2
历史版本数 2
常见问题

Create Dxf 是什么?

Create RFQ-ready 2D DXF (and optional SVG preview) files from a strict, validated JSON spec derived from a natural-language design prompt. Use for sheet/plate parts (waterjet/laser/router) like mounting plates, gussets, brackets, hole patterns, and slots. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2532 次。

如何安装 Create Dxf?

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

Create Dxf 是免费的吗?

是的,Create Dxf 完全免费(开源免费),可自由下载、安装和使用。

Create Dxf 支持哪些平台?

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

谁开发了 Create Dxf?

由 ajmwagar(@ajmwagar)开发并维护,当前版本 v0.1.1。

💬 留言讨论