atomcad

Query, edit, and replace CAD geometry nodes in atomCAD via CLI.

51|14|Updated Feb 21, 2020
One-click install
npx skills add https://github.com/atomCAD/atomCAD --skill atomcad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: atomcad
Source: https://github.com/atomCAD/atomCAD/tree/main/.claude/skills/atomcad
Command: npx skills add https://github.com/atomCAD/atomCAD --skill atomcad

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

atomCAD users can programmatically interact with node networks to query, edit, and replace CAD geometry nodes, enabling automation of design workflows and batch processing.

Core Features & Use Cases

  • CLI-driven interaction to query network state and modify nodes
  • Create, modify, and deploy geometry and atomic structures within node networks
  • Use cases include automating repetitive tasks in atomCAD projects, bulk updating motifs, and validating network configurations

Quick Start

Use the atomcad skill to connect to a running atomCAD instance and run example commands such as listing networks, querying a node, or editing the active network.

Frequently Asked Questions about atomcad

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

FAQPage Schema
How do I automate batch editing of CAD geometry nodes in atomCAD?

Querying and modifying node networks is done via the atomcad-cli tool, which connects to a running atomCAD instance and executes text-based network scripts to directly edit active CAD geometry nodes.

Do I need a running atomCAD instance to use the CLI for node network automation?

A running atomCAD instance is required. The CLI tool interacts programmatically with the active session to query network state, modify CAD geometry nodes, and deploy atomic structures within existing projects.

What is the best way to generate atomic structures from parameterized motifs in a CAD project?

Generating atomic structures from parameterized motifs is achieved by using the CLI to apply text-based network scripts, which programmatically create and deploy the desired geometry nodes into the active atomCAD network.

Can I use CSG operations to validate atomCAD node network configurations?

Yes, the CLI supports querying network state and applying CSG operations to validate atomCAD node configurations, ensuring that geometry nodes and atomic structures are correctly batch-processed and updated.

What are the limitations of using text-based network scripts for CAD geometry automation?

Text-based network scripts are limited to interacting with nodes in a running atomCAD instance via the CLI, meaning they cannot execute offline and depend on the active session's state for batch-editing and querying CAD geometry.