sendcutsend

Review DXF and STEP files against SendCutSend material and service specifications.

465|41|Updated Aug 4, 2026
One-click install
npx skills add https://github.com/autonomous-ai/openharness --skill sendcutsend-autonomous-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sendcutsend
Source: https://github.com/autonomous-ai/openharness/tree/main/store/agents/text-to-cad/skills/sendcutsend
Command: npx skills add https://github.com/autonomous-ai/openharness --skill sendcutsend-autonomous-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires build123d, ezdxf, and includes references (resource) components.

What problem does it solve? Ordering laser-cut or CNC-routed parts from SendCutSend requires checking uploaded DXF or STEP files against material-specific rules for thickness, bend radii, flange lengths, hole sizes, and service availability, which is tedious and error-prone to do manually. ## Core Features & Use Cases - Geometry Inspection: Measures DXF and STEP/STP files with build123d and ezdxf to extract units, bounds, bend lines, flange depths, bend radii, and contour issues. - Spec Comparison: Fetches the live SendCutSend ordering guide, catalog JSON, and specs JSON, then compares measured file facts against exact SKU requirements for laser cutting, CNC routing, bending, tapping, countersinking, hardware insertion, and finishing. - Structured Preflight Reports: Produces pass/fail/need-more-info findings tables with row-level rule citations and a restrained readiness verdict. - Use Case: Before uploading a bent aluminum bracket DXF, run a preflight review to catch a flange that is too short for the selected SKU's minimum flange length and get a diagnostic diagram showing the failing dimension. ## Quick Start Use $sendcutsend to review my bracket.dxf for SendCutSend laser cutting and bending in 0.063 inch 5052 aluminum.

Frequently Asked Questions about sendcutsend

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check if my DXF file is ready for SendCutSend?

Run a preflight review that measures your DXF geometry with ezdxf and compares it against the current SendCutSend ordering guide, catalog JSON, and specs JSON. The report flags unit errors, open contours, duplicate geometry, and bend or flange violations with cited rule sources.

How do I validate a STEP file for SendCutSend CNC routing?

The STEP review parses the file with build123d to confirm a solid body, measure bounding box, thickness, and bend radii, then compares those facts to the selected material SKU's specs. It also flags geometry better suited to DXF laser cutting.

Does the SendCutSend review check bend radius and flange length?

Yes. For bent parts it measures local flange depth on both sides of every bend line and extracts cylindrical bend-face radii from STEP files, comparing them to the SKU's bending_specs minimum flange lengths and effective bend radius.

What happens if SendCutSend spec data is missing or conflicts?

Missing, unparsable, N/A, or conflicting source data is never turned into a pass or fail. The affected check is marked as needing more info, the conflict is recorded, and no ready verdict is issued until the uncertainty is resolved.

Can I review a file without knowing the exact material SKU?

Yes, but readiness verdicts are withheld. The review lists candidate SKUs, materials, and thicknesses with source links and images, then asks you to confirm the order context before issuing pass/fail comparisons.