← 返回
效率工具 中文

cad-skill

Control local CAD applications on Windows including launching apps, opening files, checking status, closing apps, detecting active or running apps, detecting...
控制本地 Windows CAD 应用程序,包括启动应用、打开文件、检查状态、关闭应用、检测活动或运行中的应用、检测...
doudou459
效率工具 clawhub v1.0.0 1 版本 99719.5 Key: 无需
★ 3
Stars
📥 3,140
下载
💾 789
安装
1
版本
#latest

概述

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.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 15:35 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 430 📥 103,715
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,156
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,761