ahk_status
Checks whether AutoHotkey is installed, returning its path and version to confirm the automation environment is ready.
Instructions
Report whether AutoHotkey is installed and where.
Returns: str: JSON {"ok": true, "installed": bool, "path": "...", "version": "v2", ...}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |