forgent3d

作者 forgent3d已验证

Using AI to generate 3D models

223
Stars
27
Forks
TypeScript
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/forgent3d/forgent3d

快速入门

使用 forgent3d 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

Forgent3D logo

Forgent3D

A local AI CAD companion for building, previewing, and iterating parametric 3D models with coding agents.

Release GitHub stars License: MIT AI CAD

中文 · Download · AI Agent Workflow · Develop From Source · Releases

Forgent3D is an independent project exploring what CAD workflows look like when coding agents can generate, rebuild, inspect, and revise real geometry locally.

Download the desktop app from Releases. The bundled build includes the CAD runtime, so you can start without setting up Python or build123d manually.

Download Forgent3D

Planetary gear set

Forgent3D: planetary gear set preview

Quadrotor drone

Forgent3D: parametric quadrotor drone preview

Turbofan engine

Forgent3D: turbofan engine preview

✨ Why Forgent3D

Most AI-generated CAD workflows stop at source code. Forgent3D closes the loop: it gives agents and humans a fast way to build, preview, inspect, and iterate on real geometry.

  • Parametric CAD by default: models are driven by part.py or asm.xml plus params.json, so dimensions and visual choices stay editable.
  • Live local preview: rebuild models and inspect them in a Three.js viewer without leaving the desktop app.
  • AI-agent friendly: built-in project skills and MCP tooling help agents generate, rebuild, screenshot, and verify CAD output.
  • Geometry-first validation: model packages preview through MJCF, with screenshots and bounding-box data available for inspection.
  • Assemblies and motion: compose multi-body systems with MJCF, reusable STL meshes, joints, constraints, and optional MuJoCo simulation.
  • Renderer materials: use __viewer.materials in params.json to assign preview material presets and colors without mixing styling into geometry.

🚀 Download

Download the latest release:

https://github.com/forgent3d/forgent3d/releases/

The release app is the recommended way to try Forgent3D. It is packaged with the local CAD runtime and viewer, so you can create and inspect models without preparing a separate CAD development environment.

The app creates self-contained model packages under models/. Each model has a root asm.xml and params.json, with local editable parts beneath it:

models/
  reference_mount/
    asm.xml
    params.json
    parts/
      mounting_plate/
        part.py
        params.json
      fastener_stack/
        part.py
        params.json

🧩 How It Works

AI agent or editor
        |
        v
models/<name>/asm.xml + params.json
models/<name>/parts/<part>/part.py + params.json
        |
        v
Forgent3D build runner
        |
        v
MJCF model package preview
        |
        v
Interactive viewer, screenshots, geometry info, MCP feedback

🤖 AI Agent Workflow

Forgent3D is designed to sit next to AI coding tools. Launch your agent from the viewer so project-specific skills, rules, and MCP configuration are available.

A typical loop:

  1. Ask the agent to create or modify a model.
  2. The agent edits part.py, asm.xml, and params.json.
  3. The agent calls the viewer rebuild tool.
  4. Forgent3D updates the preview and caches geometry info.
  5. The agent uses screenshots or bounding-box data to verify the result.

This keeps the workflow grounded in real geometry instead of text-only reasoning.

🛠️ Develop From Source

Most users should start with the release app. If you want to work on Forgent3D itself, run it from source with pnpm:

pnpm install
pnpm run build:electron
pnpm run build:runner
pnpm run dev

Building the embedded CAD runner currently requires Python 3.13. You can set AICAD_PYTHON_BIN if you want to point the build at a specific Python executable.

Useful scripts:

pnpm run build:renderer
pnpm run build
pnpm run start

🔗 Ecosystem

Forgent3D is part of a growing wave of open AI-assisted CAD experiments. Several projects are exploring how language models, code, and CAD geometry can work together.

  • CADAM explores browser-based text-to-CAD, with natural language or image input, parametric controls, browser preview, and common export formats.
  • text-to-cad explores CAD skills and workflows for coding agents such as Codex and Claude Code. It is one of the closest projects in spirit to Forgent3D.
  • ForgeCAD explores code-first parametric CAD using JavaScript/TypeScript, with a browser workbench, local CLI, and agent-ready workflows.

Forgent3D focuses on the desktop workflow around agent-generated CAD: packaging the CAD runtime, viewer, agent bridge, rebuild loop, and geometry feedback into one installable app.

📄 License

The source code in this repository is available under the MIT License.

常见问题

What is forgent3d?

forgent3d is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by forgent3d. Using AI to generate 3D models. It has 223 GitHub stars.

Is forgent3d safe to use?

Yes. forgent3d passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install forgent3d?

Clone the repository with "git clone https://github.com/forgent3d/forgent3d" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is forgent3d written in?

forgent3d is primarily written in TypeScript. It is open-source under forgent3d on GitHub, so you can review or fork the full source.

Are there alternatives to forgent3d?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh forgent3d against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情