Run Forgent3D from your local agent

Install the skill and your local agent can do CAD: it writes the model, checks its own work, and hands you a 3D link.

Install

One command, run where you want to build models.

npx skills add forgent3d/forgent3d-skills

That's it — nothing else to install.

Works with

Any agent that supports skills. Verified on:

  • Claude Code
  • Codex
  • Cursor
  • Cline
  • GitHub Copilot
  • Windsurf

How it works

  1. Ask for a part

    Describe what you want; the agent writes the model.

  2. It checks its own work

    After every edit it builds and measures the result, so a wrong shape gets caught before it reaches you.

  3. It lands in your workspace

    You get a 3D link. Open it and the model is yours — editable in the browser, shareable, versioned.

Manual install

Prefer to vendor it? Clone the repository and point your agent at the skill.

View on GitHub