Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Click desktop elements or coordinates. When you need to click buttons/icons in applications, select menu items, or interact with desktop UI. Supports element description, name prefix, or coordinates. For browser webpage elements, use browser_click instead.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-08 | ✗→✓ | ▲ Improved | -7% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 48% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 83% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -35% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -53% | 0% |
点击桌面上的 UI 元素或指定坐标。
| 参数 | 类型 | 必填 | 说明 | |-----|------|-----|------| | target | string | 是 | 元素描述或坐标(如 '确定按钮' 或 '100,200') | | button | string | 否 | 鼠标按钮:left, right, middle,默认 left | | double | boolean | 否 | 是否双击,默认 false | | method | string | 否 | 查找方法:auto, uia, vision,默认 auto |
"保存按钮"、"name:确定""100,200"auto: 自动选择(推荐)uia: 只用 UIAutomationvision: 只用视觉识别点击按钮(元素描述):
json{"target": "确定按钮"}
点击坐标:
json{"target": "100,200"}
右键点击:
json{"target": "文件图标", "button": "right"}
双击打开:
json{"target": "文档.txt", "double": true}
browser_clickbrowser-click: 点击浏览器网页元素desktop-type: 输入文本desktop-find-element: 先查找元素Other measured skills in the registry, with their headline benchmark lift.