← 返回
效率工具 中文

cae-skill

Control local CAE applications on Windows including launching apps, opening files, checking status, closing apps, detecting active and running apps, detectin...
控制本地 CAE 应用程序在 Windows 上,包括启动、打开文件、检查状态、关闭以及检测活跃和运行中的应用。
doudou459
效率工具 clawhub v1.0.0 1 版本 99853.2 Key: 无需
★ 0
Stars
📥 680
下载
💾 7
安装
1
版本
#latest

概述

CAE Skill

This skill controls supported local CAE applications on Windows.

Supported apps

  • abaqus
  • ansys
  • ansa
  • hyperworks

What this skill can do

  • launch a CAE app
  • open a file in a CAE app
  • check whether a CAE app is running
  • close a CAE app
  • get the current active CAE app
  • get all running supported CAE apps
  • detect an executable path using saved paths and predefined common install paths
  • save a user-provided executable path

Constraints

  • Do not scan the whole computer.
  • Do not traverse all files on disk.
  • Do not read the Windows registry.
  • Only use:
  1. saved paths in config.json
  2. predefined common install paths in config.json
    • If the executable cannot be found, ask the user to provide the full executable path.

Execution

Use skill_runner.py as the execution entrypoint.

Payload format:

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

Supported Actions

launch_app

Arguments:

  • app
  • config_file (optional)

open_file_in_app

Arguments:

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

is_app_runing

Arguments:

  • app
  • config_file(optional)

close_app

Arguments:

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

get_activate_app

Arguments:

  • config_file(optional)

get_running_apps

Arguments:

  • config_file(optional)

detect_app_path

Arguments:

  • app
  • config_file(optional)

set_app_path

Arguments:

  • app
  • path
  • config_file(optional)

Note

This skill is designed for local CAE workstation automation.

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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 23:12 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Nano Pdf

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

Weather

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

Obsidian

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