text-to-cad: AI Agent Skills for CAD, CAE, and CAM Workflows

This repository profile is provided by osrepos.com, an open source repository discovery platform.

text-to-cad: AI Agent Skills for CAD, CAE, and CAM Workflows

Summary

text-to-cad is a comprehensive Python library developed by earthtojake, providing a rich set of agent skills for Computer-Aided Design (CAD), Computer-Aided Engineering (CAE), and Computer-Aided Manufacturing (CAM). It enables AI agents to generate, inspect, source, slice, and manage CAD and robot-description artifacts, streamlining complex engineering processes.

Repository Information

Analyzed by OSRepos on September 24, 2026

Topics

Click on any tag to explore related repositories

Use at your own risk

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.

Introduction

text-to-cad, developed by earthtojake, is an innovative Python library designed to empower AI agents with a wide array of skills for CAD, CAE, and CAM workflows. This project simplifies the creation, manipulation, and analysis of mechanical designs and robot descriptions, making advanced engineering tasks more accessible and automated. It acts as a bridge between natural language instructions and complex engineering software, facilitating rapid prototyping and design iterations.

Why Use and Key Benefits

The primary benefit of text-to-cad lies in its ability to automate and accelerate various stages of mechanical design and manufacturing. By providing specialized skills, it allows AI agents to handle tasks such as generating CAD models from text descriptions, creating detailed engineering drawings, finding off-the-shelf parts, and even slicing models for 3D printing. It supports critical industry standards like STEP, STL, 3MF, URDF, SRDF, and SDF, ensuring broad compatibility. The library's modular design, with skills for CAD creation, robot description, simulation, and fabrication checks (DfAM, DFM), makes it a versatile tool for engineers and developers looking to integrate AI into their design pipelines. This significantly reduces manual effort and potential errors in complex engineering projects.

Installation

Installing text-to-cad is straightforward, with options for both the Skills CLI and provider-native plugins. The recommended method is via the Skills CLI:

npx skills add earthtojake/text-to-cad

This command installs individual skills directly for supported agents and can also be used to update existing installations. For provider-native plugin installs, options are available for Codex, Claude Code, and Grok Build. For example, with Codex (version 0.142.0 or newer):

codex plugin marketplace add earthtojake/text-to-cad
codex plugin add cad@text-to-cad

Refer to the official documentation for detailed instructions on other plugin installations and local development.

Examples

text-to-cad offers a diverse set of capabilities through its specialized skills. For instance, the CAD skill can create and edit CAD models from plain-language requests, outputting in formats like STEP, STL, and 3MF. The URDF skill enables the writing of robot structure files complete with links, joints, and meshes, while the SRDF skill adds MoveIt planning groups for advanced robotics. For manufacturing, skills like G-code can slice mesh files into validated FDM .gcode, and DfAM Check assesses printability. The project also includes a CAD Viewer for local browser previews of designs, and skills for generating engineering drawings or finding standard parts.

Links

Explore text-to-cad further through these official resources:

Related repositories

Similar repositories that may be relevant next.

AgentFS: The Filesystem Designed for AI Agents and Their State Management

AgentFS: The Filesystem Designed for AI Agents and Their State Management

September 5, 2026

AgentFS is an innovative filesystem specifically engineered for AI agents, providing robust storage abstractions. It leverages SQLite to offer auditability, reproducibility, and portability for agent states, tool calls, and file operations. This solution simplifies debugging, analysis, and deployment of AI agents by encapsulating their entire runtime into a single, queryable database file.

agentsfilesystemsqlite
CQ: An Open Standard for Shared Agent Learning by Mozilla.ai

CQ: An Open Standard for Shared Agent Learning by Mozilla.ai

September 5, 2026

CQ is an open standard designed to prevent AI agents from repeatedly making the same mistakes by enabling them to persist, share, and query collective knowledge. It facilitates a structured exchange of ideas, allowing agents to learn from each other's experiences and accelerate development. This system helps agents avoid redundant debugging and discover solutions more efficiently.

agentsgopython
Agent Sandbox: Secure Local Development for AI Coding Agents

Agent Sandbox: Secure Local Development for AI Coding Agents

August 17, 2026

Agent Sandbox provides a robust and secure local development environment specifically designed for collaborating with AI coding agents. It ensures minimal filesystem access, configurable network egress policies, and secure secret injection, protecting your local machine from potentially risky agent operations. This project supports various AI agents and integrates seamlessly with both CLI and popular IDE devcontainer setups.

agent-harnessagent-sandboxagents
FastMCP: The Pythonic Framework for Model Context Protocol Applications

FastMCP: The Pythonic Framework for Model Context Protocol Applications

August 11, 2026

FastMCP is a robust, Pythonic framework developed by PrefectHQ, designed to simplify the creation of Model Context Protocol (MCP) servers and clients. It provides a comprehensive application framework for connecting Large Language Models (LLMs) to tools and data, handling complexities like schema generation, validation, and protocol lifecycle. As the standard framework for MCP, FastMCP empowers developers to build powerful LLM-integrated applications efficiently.

fastmcpmcpmodel-context-protocol

Source repository

Open the original repository on GitHub.

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️