← 返回 Skills 市场
mouse-keyboard
作者
calvin-dean
· GitHub ↗
· v1.0.0
· MIT-0
639
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mouse-keyboard
功能描述
Control mouse and keyboard on Mac using cliclick. Use when you need to automate clicking, typing, or controlling the mouse cursor.
安全使用建议
This skill is coherent and does what it says: it documents how to run cliclick to control the mouse and keyboard. Before installing, ensure you understand these points: (1) macOS requires granting Accessibility permissions to tools that control input — only grant those to trusted binaries and verify cliclick's origin. (2) The agent will use exec to run commands; avoid allowing autonomous invocation unless you trust the agent and the environment, because automated UI control can perform sensitive actions (clicking, typing passwords, approving dialogs). (3) Because the skill has no install step, make sure cliclick is installed from an official source (Homebrew or the project's release page). If you want additional safety, restrict the skill to manual (user-invoked) use and review any command strings before execution. If you see any later changes that add downloads, env vars, or always: true, re-evaluate — those would raise concerns.
功能分析
Type: OpenClaw Skill
Name: mouse-keyboard
Version: 1.0.0
The skill bundle provides a legitimate interface for using the 'cliclick' utility to automate mouse and keyboard actions on macOS. The instructions in SKILL.md are consistent with the stated purpose of UI automation and do not contain any malicious commands, obfuscation, or data exfiltration logic.
能力评估
Purpose & Capability
Name and description match the SKILL.md: it documents how to run cliclick commands to control mouse and keyboard on macOS. No unrelated env vars, binaries, or config paths are requested.
Instruction Scope
Instructions are limited to running cliclick (and optionally osascript/sleep) via exec; they do not instruct reading files, exfiltrating data, or accessing unrelated system paths. Note: the skill tells the agent to execute system commands (exec), which is expected for this purpose but inherently powerful because it enables UI control.
Install Mechanism
No install spec or code is provided (instruction-only). That reduces disk-write risk. The skill assumes cliclick is available but does not attempt to download or install it.
Credentials
No environment variables, credentials, or config paths are requested — proportionate to the described single-purpose automation task.
Persistence & Privilege
always is false and the skill is user-invocable. However, the platform allows autonomous model invocation by default; since this skill performs UI control, allowing it to run autonomously increases potential for unwanted actions. The skill itself does not request persistent privileges or modify other skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mouse-keyboard - 安装完成后,直接呼叫该 Skill 的名称或使用
/mouse-keyboard触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
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.
元数据
常见问题
mouse-keyboard 是什么?
Control mouse and keyboard on Mac using cliclick. Use when you need to automate clicking, typing, or controlling the mouse cursor. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 639 次。
如何安装 mouse-keyboard?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mouse-keyboard」即可一键安装,无需额外配置。
mouse-keyboard 是免费的吗?
是的,mouse-keyboard 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
mouse-keyboard 支持哪些平台?
mouse-keyboard 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 mouse-keyboard?
由 calvin-dean(@calvin-dean)开发并维护,当前版本 v1.0.0。
推荐 Skills