/install cae-skill
\r \r
CAE Skill\r
\r This skill controls supported local CAE applications on Windows.\r \r
Supported apps\r
\r
- abaqus\r
- ansys\r
- ansa\r
- hyperworks\r \r
What this skill can do\r
\r
- launch a CAE app\r
- open a file in a CAE app\r
- check whether a CAE app is running\r
- close a CAE app\r
- get the current active CAE app\r
- get all running supported CAE apps\r
- detect an executable path using saved paths and predefined common install paths\r
- save a user-provided executable path\r \r
Constraints\r
\r
- Do not scan the whole computer.\r
- Do not traverse all files on disk.\r
- Do not read the Windows registry.\r
- Only use:\r
- saved paths in
config.json\r - predefined common install paths in
config.json\r
- saved paths in
- If the executable cannot be found, ask the user to provide the full executable path.\r \r
Execution\r
\r
Use skill_runner.py as the execution entrypoint.\r
\r
Payload format:\r
\r
{\r
"skill": "launch_app",\r
"args": {\r
"app": "abaqus"\r
}\r
}\r
```\r
\r
# Supported Actions\r
\r
## launch_app\r
\r
Arguments:\r
\r
- app\r
\r
- config_file (optional)\r
\r
## open_file_in_app\r
\r
Arguments:\r
\r
- app\r
- file_path\r
- config_file(optional)\r
- auto_launch(optional)\r
- wait_seconds(optional)\r
\r
## is_app_runing\r
\r
Arguments:\r
\r
- app\r
- config_file(optional)\r
\r
## close_app\r
\r
Arguments:\r
\r
- app\r
- config_file(optional)\r
- force(optional)\r
\r
## get_activate_app\r
\r
Arguments:\r
\r
- config_file(optional)\r
\r
## get_running_apps\r
\r
Arguments:\r
\r
- config_file(optional)\r
\r
## detect_app_path\r
\r
Arguments:\r
\r
- app\r
- config_file(optional)\r
\r
## set_app_path\r
\r
Arguments:\r
\r
- app\r
- path\r
- config_file(optional)\r
\r
# Note\r
\r
This skill is designed for **local CAE workstation automation**.\r
\r
It intentionally avoids heavy filesystem scanning to maintain fast response and predictable behavior.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cae-skill - After installation, invoke the skill by name or use
/cae-skill - Provide required inputs per the skill's parameter spec and get structured output
What is cae-skill?
Control local CAE applications on Windows including launching apps, opening files, checking status, closing apps, detecting active and running apps, detectin... It is an AI Agent Skill for Claude Code / OpenClaw, with 258 downloads so far.
How do I install cae-skill?
Run "/install cae-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is cae-skill free?
Yes, cae-skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does cae-skill support?
cae-skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created cae-skill?
It is built and maintained by solvi (@doudou459); the current version is v1.0.0.