cad_skills

Control local CAD applications on Windows including launching apps, opening files, checking status, closing apps, detecting active or running apps, detecting common executable paths, and saving user-provided executable paths.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "cad_skills" with this command: npx skills add doudou459/cad-skill

CAD Skill

This skill allows an AI assistant to control locally installed CAD applications on Windows.

Supported software currently includes:

  • solidworks
  • catia
  • creo
  • ug (Siemens NX)

The skill enables launching CAD software, opening files with specific applications, checking running status, closing applications, and detecting active CAD windows.

This skill is intended for local workstation automation.


Important Constraints

The assistant must follow these constraints when using this skill:

  1. Do not scan the entire computer filesystem.
  2. Do not traverse all directories on disk.
  3. Do not read the Windows registry.
  4. Only use paths stored in config.json.
  5. Only check predefined candidate install paths.

If the executable cannot be located:

  • ask the user to provide the full executable path
  • then call set_app_path to store the path.

Supported Applications

Currently supported CAD software:

  • solidworks
  • catia
  • creo
  • ug

Execution

All commands are executed through:

skill_runner.py

Input payload format:

{
  "skill": "launch_app",
  "args": {
    "app": "solidworks"
  }
}

Supported Actions

launch_app

Launch a CAD application.

Arguments:

  • app

  • config_file (optional)

open_file_in_app

Open a file using a specified CAD application.

Arguments:

  • app
  • file_path
  • config_file(optional)
  • auto_launch(optional)
  • wait_seconds(optional)

is_app_runing

Check whether a CAD application is currently running.

Arguments:

  • app
  • config_file(optional)

close_app

Close a CAD application.

Arguments:

  • app
  • config_file(optional)
  • force(optional)

get_activate_app

Detect which CAD application window is currently active.

Arguments:

  • config_file(optional)

get_running_apps

Return all currently running supported CAD applications.

Arguments:

  • config_file(optional)

detect_app_path

Detect an executable path using only predefined paths and saved paths.

Arguments:

  • app
  • config_file(optional)

set_app_path

Save a user provided executable path into the configuration file.

Arguments:

  • app
  • path
  • config_file(optional)

Example Usage

Launch SolidWorks:

{
  "skill": "launch_app",
  "args": {
    "app": "solidworks"
  }
}

open a STEP file in SolidWorks:

{
  "skill": "open_file_in_app",
  "args": {
    "app": "solidworks",
    "file_path": "D:\\DESKTOP\\solvi_project\\moca\\moca.STEP",
    "auto_launch": true,
    "wait_seconds": 5
  }
}

Save a user provided executable path:

{
  "skill": "set_app_path",
  "args": {
    "app": "solidworks",
    "path": "E:\\Program Files\\SOLIDWORKS Corp\\SOLIDWORKS\\SLDWORKS.exe"
  }
}

Note

This skill is designed for local CAD workstation automation.

It intentionally avoids heavy filesystem scanning to maintain fast response and predictable behavior.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Sendflare

通过 Sendflare SDK 发送带附件的电子邮件,管理联系人列表,支持 CC/BCC 和安全 API 认证。

Registry SourceRecently Updated
General

Playtomic - Book courts using padel-tui

This skill should be used when the user asks to "book a padel court", "find available padel courts", "search padel courts near me", "reserve a Playtomic cour...

Registry SourceRecently Updated
General

Fund Keeper

国内场外基金智能顾问 + 股票行情查询。实时估值、买卖建议、收益统计、定投计划、OCR 识图、股票 - 基金联动。支持离线模式、多数据源缓存。

Registry SourceRecently Updated