com um clique
autopilot-cad-builder
// Deterministic CAD build orchestration for Autopilot Chat using openagents CAD and pane tools, including week-1 gripper flow.
// Deterministic CAD build orchestration for Autopilot Chat using openagents CAD and pane tools, including week-1 gripper flow.
Typed OpenAgents DS-first Data Market tool contract for seller publication and market read-back.
Shell-first OpenAgents DS-first Data Market packaging and publication workflow using the deterministic packaging helper, autopilotctl, and the no-window headless runtime.
Conversational seller-authoring policy for DS-first Data Market listings in OpenAgents.
Bitcoin Lightning wallet for agents — balances, invoices, payments, BTC/USD swaps, QR codes, price conversion, and transaction history via the Blink API. All output is JSON.
Charms CAST DEX workflows for order creation, cancellation/replacement, partial fulfillment, signing, and Bitcoin transaction verification.
Mezo integration workflows for apps, autonomous agents, and Mezo Earn operations.
| name | autopilot-cad-builder |
| description | Deterministic CAD build orchestration for Autopilot Chat using openagents CAD and pane tools, including week-1 gripper flow. |
| metadata | {"oa":{"project":"openagents","identifier":"autopilot-cad-builder","version":"0.1.0","expires_at_unix":1798761600,"capabilities":["codex:tool-call","cad:orchestration","cad:intent-control","desktop:pane-control"]}} |
Use this skill for CAD design turns from the main Autopilot Chat pane.
Use only:
openagents.pane.listopenagents.pane.openopenagents.pane.focusopenagents.pane.actionopenagents.cad.intentopenagents.cad.actionintent_json with typed payloads over free-form prompt edits.intent_json.Use this exact natural-language prompt when user intent is week-1 gripper build:
Create a basic 2-jaw robotic gripper with a base plate, two parallel fingers, and mounting holes for a servo motor. Make it 3D-printable and parametric for easy scaling.
intent_json For Week-1Use strict typed payloads:
{
"intent": "CreateParallelJawGripperSpec",
"jaw_open_mm": 42.0,
"finger_length_mm": 65.0,
"finger_thickness_mm": 8.0,
"base_width_mm": 78.0,
"base_depth_mm": 52.0,
"base_thickness_mm": 8.0,
"servo_mount_hole_diameter_mm": 2.9,
"print_fit_mm": 0.15,
"print_clearance_mm": 0.35
}
For week-1 variants, require deterministic IDs in stable order:
variant.baselinevariant.wide-jawvariant.long-reachvariant.stiff-fingerSet material per active variant with explicit SetMaterial calls and verify variant_materials map after each assignment.
openagents.pane.open for CAD.openagents.pane.focus for CAD.openagents.cad.intent with strict CreateParallelJawGripperSpec intent_json.openagents.cad.intent for GenerateVariants with count=4.SetMaterial for each target variant.toggle_viewport_layout or toggle_layout) to quad.Before asserting layout/visibility, verify:
design_profile == "parallel_jaw_gripper" for week-1 path.viewport_layout is single or quad.visible_variant_ids matches current rendered layout.all_variants_visible is false in single and true in quad.variant_materials map includes all four week-1 variant IDs.all_variants_visible=true and visible_variant_ids includes all four IDs.openagents.* tools for CAD pane mutation.