Back to Registry View Author Profile
Official Verified
mouse-keyboard
Control mouse and keyboard on Mac using cliclick. Use when you need to automate clicking, typing, or controlling the mouse cursor.
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/calvin-dean/mouse-keyboardOr
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,Yc:~100,~200- Click at relative positionw:500- Wait 500mst:hello- Type "hello"kd:cmd- Key down commandku:cmd- Key up commandp:return- Press return/enterp:space- Press spacep:tab- Press tabm:X,Y- Move mouse to X,Ydp- Double clickrc:X,Y- Right click at X,Y
Common Workflows
Click at position
cliclick c:500,300
Type text
cliclick t:Hello World
Click and type
cliclick c:500,300 && cliclick t:username
Keyboard shortcut
cliclick kd:cmd ku:cmd # Press cmd
Move and click
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
osascriptfor more complex keyboard operations - Combine with
sleepfor timing
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-calvin-dean-mouse-keyboard": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.
Related Skills
wechat-send-message
在微信 Mac 版发送消息。当用户提到"微信发消息"、"发微信"、"给 XXX 发微信"时触发。
calvin-dean 4072
person-relation-manager
人物关系与平台昵称管理器。当需要给某人发消息、但不知道对方在某平台的昵称时触发。自动查询记忆,如果没有记录则询问用户并记忆。
calvin-dean 4072
douyin-send-message
在抖音网页版发送私信消息。当用户想发送抖音私信、提醒续火花、或者提到"抖音发消息"、"发抖音私信"、"douyin send message"时触发。支持独立使用或配合人物关系管理技能使用。
calvin-dean 4072