Borrowing it
Nothing to install: this file belongs to cedrickchee/text-to-cad. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/cedrickchee/text-to-cad/main/.agents/skills/cad/SKILL.mdgit clone --depth 1 https://github.com/cedrickchee/text-to-cadWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/cedrickchee/text-to-cad/cad)<a href="https://agentmods.dev/skills/cedrickchee/text-to-cad/cad"><img src="https://agentmods.dev/badge/skills/cedrickchee/text-to-cad/cad.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00080 | $0.01884 |
| Opus 5 | $0.00040 | $0.00942 |
| Sonnet 5 | $0.00016 | $0.00377 |
| Haiku 4.5 | $0.00008 | $0.00188 |
Grade A, and why
cad scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 109 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CAD generation, inspection, and validation
Purpose
Create or modify parametric CAD models from natural-language requirements, generate validated STEP/STP artifacts, inspect geometry references, and return checked outputs plus CAD Explorer links. Treat STEP as the primary CAD artifact. Treat DXF, STL, and 3MF as secondary workflows that branch from, or accompany, a STEP-first process. For assemblies, prefer source-level build123d joints and named mating datums when the parts have functional assembly relationships.
Use this skill when
Use this skill when the user asks for CAD files, STEP/STP files, build123d source, @cad[...] references, mechanical parts, assemblies, enclosures, brackets, fixtures, holes, counterbores, countersinks, slots, pockets, bosses, standoffs, ribs, fillets, chamfers, shells, source-level joints, mating, measurements, or CAD Explorer review links.
Also use it when the user asks for DXF, STL, or 3MF output from CAD geometry. Keep those workflows secondary and load dxf.md or supported-exports.md for details.
Do not use this skill for render-only concept art, CAM toolpaths, engineering certification, FEA conclusions, architectural BIM, or freehand illustration unless the user also needs CAD geometry.
Default assumptions
Use these defaults unless the user specifies otherwise:
- Units: millimeters.
- Origin: center of the main part or assembly unless a mating interface or fixed root component suggests a better origin.
- Base plane: XY.
- Up/extrusion axis: positive Z.
- Output geometry: closed, positive-volume solids unless the user requests surfaces or construction geometry.
- STEP structure: one valid solid, a compound of solids, or a labeled assembly compound.
- Assembly structure: fixed root part, part-local frames, named mating datums, build123d joints where applicable, and explicit generated placements.
- Small plastic enclosure wall: 2.0-3.0 mm when unspecified.
- Cosmetic fillet: 1.0-3.0 mm when safe for local geometry.
- M3/M4/M5 normal clearance holes: 3.4/4.5/5.5 mm unless another standard is requested.
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- agents/openai.yaml 245 B
- assets/design-brief-template.md 480 B
- explorer/.gitignore 326 B
- explorer/app/favicon.png 162 KB
- explorer/app/globals.css 11 KB
- explorer/components.json 446 B
- explorer/components/CadExplorer.js 223 KB runs code
- explorer/components/CadWorkspace.js 159 KB runs code
- explorer/components/DxfExplorer.js 12 KB runs code
- explorer/components/explorer/hooks/useExplorerDrawingOverlay.js 8.1 KB runs code
- explorer/components/explorer/hooks/useExplorerPicking.js 39 KB runs code
- explorer/components/explorer/hooks/useExplorerPicking.test.js 1.6 KB runs code
- explorer/components/explorer/hooks/useExplorerRuntime.js 20 KB runs code
- explorer/components/explorer/ViewPlaneControl.js 9.4 KB runs code
- explorer/components/ui/accordion.jsx 1.8 KB
- explorer/components/ui/alert-dialog.jsx 3.2 KB
- explorer/components/ui/alert.jsx 1.4 KB
- explorer/components/ui/badge.jsx 1022 B
- explorer/components/ui/breadcrumb.jsx 2.1 KB
- explorer/components/ui/button.jsx 2.2 KB
- explorer/components/ui/collapsible.jsx 540 B
- explorer/components/ui/dropdown-menu.jsx 6.1 KB
- explorer/components/ui/input.jsx 934 B
- explorer/components/ui/scroll-area.jsx 1.4 KB
- explorer/components/ui/select.jsx 5.0 KB
- explorer/components/ui/separator.jsx 623 B
- explorer/components/ui/sheet.jsx 3.6 KB
- explorer/components/ui/sidebar.jsx 20 KB
- explorer/components/ui/skeleton.jsx 248 B
- explorer/components/ui/slider.jsx 1.9 KB
- explorer/components/ui/switch.jsx 992 B
- explorer/components/ui/tabs.jsx 1.5 KB
- explorer/components/ui/textarea.jsx 704 B
- explorer/components/ui/toast.jsx 1.2 KB
- explorer/components/ui/toggle-group.jsx 1.5 KB
- explorer/components/ui/toggle.jsx 1.4 KB
- explorer/components/ui/tooltip.jsx 1.6 KB
- explorer/components/workbench/CadRenderPane.js 13 KB runs code
- explorer/components/workbench/CadWorkspaceAssemblyInspectPill.js 1.6 KB runs code
- explorer/components/workbench/CadWorkspaceTopBar.js 9.1 KB runs code
- explorer/components/workbench/DrawingToolbar.js 2.4 KB runs code
- explorer/components/workbench/DxfFileSheet.js 8.3 KB runs code
- explorer/components/workbench/ExplorerAlertCommand.js 1.9 KB runs code
- explorer/components/workbench/ExplorerAlertDialog.js 1.7 KB runs code
- explorer/components/workbench/ExplorerLoadingOverlay.js 5.9 KB runs code
- explorer/components/workbench/FileExplorerSidebar.js 10 KB runs code
- explorer/components/workbench/FileSheet.js 2.1 KB runs code
- explorer/components/workbench/FloatingToolBar.js 5.4 KB runs code
- explorer/components/workbench/hooks/useCadAssets.js 20 KB runs code
- explorer/components/workbench/hooks/useCadWorkspaceLayout.js 5.8 KB runs code
- explorer/components/workbench/hooks/useCadWorkspaceSelection.js 3.4 KB runs code
- explorer/components/workbench/hooks/useCadWorkspaceSelectors.js 3.7 KB runs code
- explorer/components/workbench/hooks/useCadWorkspaceSession.js 9.7 KB runs code
- explorer/components/workbench/hooks/useCadWorkspaceShortcuts.js 3.1 KB runs code
- explorer/components/workbench/LookSettingsPopover.js 37 KB runs code
- explorer/components/workbench/StatusToast.js 822 B runs code
- explorer/components/workbench/StepAssemblyFileSheet.js 11 KB runs code
- explorer/components/workbench/ToolbarButton.js 1.4 KB runs code
- explorer/components/workbench/ToolbarShell.js 463 B runs code
- explorer/components/workbench/UrdfFileSheet.js 19 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 109 lines · 80 tokens per session scan A da533e7b5ac1
cad is a skill published in the GitHub repository cedrickchee/text-to-cad (23 stars, last pushed 4mo ago), licensed MIT. It adds 80 tokens to every session and 1,884 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
bambu-labs
Dry-run, upload, and cautiously initiate local Bambu Lab print jobs from validated plain .gcode, using Bambu LAN FTPS/MQTT handoffs.
cad-viewer
Start CAD Viewer and return review links for CAD and robot-description files. Use when visually reviewing .step, .stp, .glb, .stl, .3mf, .dxf, .urdf, .srdf, or .sdf files, especially when handed off from CAD, URDF, SRDF, or SDF generation skills.
srdf
MoveIt2 SRDF authoring, validation, and planning-semantics workflow. Use when creating, editing, inspecting, or validating .srdf files, MoveIt planning groups, virtual joints, passive joints, end effectors, group states, disabled collisions, URDF-paired planning semantics, or SRDF handoff for live review. Use the URDF…
urdf
URDF robot description authoring and validation. Use when creating, editing, inspecting, validating, or debugging .urdf files, robot links, joints, limits, inertials, visual/collision geometry, mesh references, frame conventions, or robot-description artifacts. Use the SRDF skill for MoveIt2 semantic groups and…
gcode
Generate, inspect, dry-run, and statically validate plain FDM .gcode from 3D mesh files by orchestrating real slicer CLIs. Use when Codex needs to slice .stl, .obj, unsliced .3mf, .ply, .glb, or .gltf into printer-profiled G-code, discover local slicer backends, inspect whether a mesh is slice-ready, or validate…
step-parts
Find, evaluate, and download common purchasable CAD parts from step.parts, including named off-the-shelf actuators, servos, motors, electronics boards, connectors, screws, bolts, nuts, washers, bearings, standoffs, and other catalog components. Use when Codex needs to search the hosted step.parts catalog before…