返回顶部
c

cae_skill 控制本地CAE应用

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

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
226
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

cae_skill

CAE 技能

该技能用于控制 Windows 上支持的本地 CAE 应用程序。

支持的应用程序

  • - abaqus
  • ansys
  • ansa
  • hyperworks

该技能的功能

  • - 启动 CAE 应用程序
  • 在 CAE 应用程序中打开文件
  • 检查 CAE 应用程序是否正在运行
  • 关闭 CAE 应用程序
  • 获取当前活动的 CAE 应用程序
  • 获取所有正在运行的受支持的 CAE 应用程序
  • 使用已保存的路径和预定义的常见安装路径检测可执行文件路径
  • 保存用户提供的可执行文件路径

限制条件

  • - 不要扫描整个计算机。
  • 不要遍历磁盘上的所有文件。
  • 不要读取 Windows 注册表。
  • 仅使用:
1. config.json 中保存的路径 2. config.json 中预定义的常见安装路径
  • - 如果找不到可执行文件,请用户提供完整的可执行文件路径。

执行

使用 skill_runner.py 作为执行入口点。

负载格式:

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

支持的操作

launch_app

参数:

  • - app
  • - config_file(可选)

openfilein_app

参数:

  • - app
  • filepath
  • configfile(可选)
  • autolaunch(可选)
  • waitseconds(可选)

isappruning

参数:

  • - app
  • config_file(可选)

close_app

参数:

  • - app
  • config_file(可选)
  • force(可选)

getactivateapp

参数:

  • - config_file(可选)

getrunningapps

参数:

  • - config_file(可选)

detectapppath

参数:

  • - app
  • config_file(可选)

setapppath

参数:

  • - app
  • path
  • config_file(可选)

注意

该技能专为本地 CAE 工作站自动化而设计。

它有意避免繁重的文件系统扫描,以保持快速响应和可预测的行为。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 cae-skill-1776130095 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 cae-skill-1776130095 技能

通过命令行安装

skillhub install cae-skill-1776130095

下载

⬇ 下载 cae_skill v1.0.0(免费)

文件大小: 6.51 KB | 发布时间: 2026-4-15 11:58

v1.0.0 最新 2026-4-15 11:58
Initial release: Control and manage local CAE applications on Windows.

- Supports launching, opening files, closing, and checking status for abaqus, ansys, ansa, and hyperworks.
- Detects and saves executable paths using only user-provided and predefined locations.
- Provides actions to detect running/active apps and manage user path settings.
- Avoids broad filesystem scanning or registry access for efficiency and security.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部