返回顶部
m

mouse-keyboard

Control mouse and keyboard on Mac using cliclick. Use when you need to automate clicking, typing, or controlling the mouse cursor.

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

mouse-keyboard

# Mouse & Keyboard Control Use `cliclick` tool for mouse/keyboard automation on Mac. ## Tools ### exec Use `exec` to run cliclick commands. ## Available Commands - `c:X,Y` - Click at coordinates X,Y - `c:~100,~200` - Click at relative position - `w:500` - Wait 500ms - `t:hello` - Type "hello" - `kd:cmd` - Key down command - `ku:cmd` - Key up command - `p:return` - Press return/enter - `p:space` - Press space - `p:tab` - Press tab - `m:X,Y` - Move mouse to X,Y - `dp` - Double click - `rc:X,Y` - Right click at X,Y ## Common Workflows ### Click at position ```bash cliclick c:500,300 ``` ### Type text ```bash cliclick t:Hello World ``` ### Click and type ```bash cliclick c:500,300 && cliclick t:username ``` ### Keyboard shortcut ```bash cliclick kd:cmd ku:cmd # Press cmd ``` ### Move and click ```bash cliclick m:100,100 && cliclick c:100,100 ``` ## Getting Coordinates Use `cliclick p` to print current mouse position, or use macOS screenshot tool (Shift+Cmd+4) to get coordinates. ## Notes - Coordinates are screen-based (0,0 is top-left) - Use `osascript` for more complex keyboard operations - Combine with `sleep` for timing

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 mouse-keyboard-1776097096 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 mouse-keyboard-1776097096 技能

通过命令行安装

skillhub install mouse-keyboard-1776097096

下载 Zip 包

⬇ 下载 mouse-keyboard v1.0.0

文件大小: 1.24 KB | 发布时间: 2026-4-14 13:57

v1.0.0 最新 2026-4-14 13:57
Initial release — automate Mac mouse and keyboard using cliclick.

- Enables click, double-click, right-click, type, key down/up, and key press actions at specified coordinates.
- Supports both absolute and relative positions for mouse actions.
- Provides tools to execute custom cliclick command sequences and combine actions (e.g. click + type).
- Includes usage instructions, common workflows, and tips for obtaining screen coordinates.

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

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

p2p_official_large
返回顶部