← 返回 Skills 市场
smseow001

Smseow Peekaboo

作者 SMS · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
40
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install smseow-peekaboo
功能描述
(Simon专属) 桌面控制 skill - AI 操控电脑。macOS 用 Peekaboo,Linux 用 MCP 工具。
使用说明 (SKILL.md)

桌面控制 (Desktop Control)

AI 操控电脑 - macOS / Linux / WSL2


概述

让 AI 能"看"屏幕、"动"桌面。

系统 工具 GitHub
macOS 15+ Peekaboo openclaw/Peekaboo
Linux Ubuntu Desktop Control MCP charettep/...
WSL2 python-xlib + X server -

触发词

桌面控制 / 操控电脑 / 截屏 / desktop


🖥️ macOS (Peekaboo)

安装

npx -y @steipete/peekaboo

# 授权
peekaboo permissions grant

命令

# 截图
peekaboo image --mode screen

# 点击
peekaboo click --on "按钮文字"

# 输入
peekaboo type --text "内容"

# 快捷键
peekaboo hotkey cmd,c

🐧 Linux (桌面 MCP)

方案1: Ubuntu Desktop Control MCP

# 安装
pip install mcp-desktop-control

# 运行
mcp-desktop-control

方案2: mcp-desktop-pro (跨平台)

# 安装运行
npx -y mcp-desktop-pro serve

# 截图
# mcp-desktop-pro screenshot

# 点击
# mcp-desktop-pro click --x 100 --y 200

方案3: kwin-mcp (KDE Wayland)

git clone https://github.com/bhyoo/kwin-mcp
cd kwin-mcp
python kwin-mcp.py

💻 WSL2 方案

1. 安装 X server (Windows)

下载安装 VcXsrv

2. WSL2 配置

# .bashrc 添加
export DISPLAY=localhost:0

# 安装依赖
sudo apt install python3-xlib flameshot scrot

3. Python 自动化

from pymouse import PyMouse
from pykeyboard import PyKeyboard

m = PyMouse()
k = PyKeyboard()

# 点击
m.click(100, 200)

# 输入
k.type_string("Hello")

# 快捷键
k.press_key('ctrl')
k.tap_key('c')
k.release_key('ctrl')

使用示例

macOS

你说:打开Safari去openclaw官网
我 → peekaboo app launch Safari
   → peekaboo type --text "openclaw.ai"
   → peekaboo press return

Linux

你说:截个图
我 → mcp-desktop-control screenshot

WSL2

你说:点击这个按钮
我 → 用坐标点击

注意事项

  • ⚠️ macOS 需要 15+,授权辅助功能
  • ⚠️ Linux 需要 X server 或 Wayland
  • ⚠️ WSL2 需要 VcXsrv

桌面控制 | AI 操控电脑

安全使用建议
Install only if you intentionally want an agent to operate your desktop. Verify the external tools first, grant permissions only during a trusted session, keep sensitive apps closed, require confirmation before any click/type/hotkey action, and stop or revoke desktop-control access when finished.
功能分析
Type: OpenClaw Skill Name: smseow-peekaboo Version: 1.0.2 The skill enables full desktop automation (screenshots, input simulation, and UI interaction) across macOS, Linux, and WSL2 by installing third-party tools like @steipete/peekaboo and mcp-desktop-control. While these actions are consistent with the stated purpose of 'Desktop Control,' the broad system permissions required and the execution of external packages via npx/pip introduce high-risk capabilities. No evidence of intentional data exfiltration or malicious logic was found in SKILL.md.
能力评估
Purpose & Capability
The stated purpose is coherent with the instructions, but the capability is high-impact: it lets an agent view the screen and operate the desktop across apps.
Instruction Scope
The instructions list direct screenshot, click, typing, and hotkey operations without guardrails such as app/path limits, confirmation before actions, or rollback guidance.
Install Mechanism
The skill is instruction-only, but it tells users to install and run unpinned third-party desktop-control tools via npx, pip, and git clone; this is purpose-aligned but should be verified before use.
Credentials
Desktop automation and screen capture can affect any visible local app or account session; the artifacts do not define containment such as a VM, test account, allowlist, or session-only use.
Persistence & Privilege
macOS accessibility permission and MCP desktop-control processes are expected for this kind of skill, but they are powerful privileges and should be granted only to trusted tools and revoked or stopped when finished.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install smseow-peekaboo
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /smseow-peekaboo 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Added Linux and WSL2 support alongside macOS; now supports cross-platform desktop control. - Updated description and keywords to reflect broader OS compatibility and tools. - Simplified and restructured documentation for clarity, separating instructions for macOS, Linux, and WSL2. - Included setup steps and example commands for each supported platform. - Clarified requirements and added notes on system dependencies for each environment.
v1.0.0
Initial release of smseow-peekaboo – AI-powered macOS desktop control skill. - Enables AI to see and interact with your macOS desktop (macOS 15+ required) - Provides 30+ operations: screenshot, click, type, scroll, window/app management - Supports automation scripting and natural language control (Agent mode) - Integrates with OpenClaw for remote/AI-driven control via Telegram/Discord - Detailed command examples and setup instructions included in the documentation
元数据
Slug smseow-peekaboo
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Smseow Peekaboo 是什么?

(Simon专属) 桌面控制 skill - AI 操控电脑。macOS 用 Peekaboo,Linux 用 MCP 工具。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 40 次。

如何安装 Smseow Peekaboo?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install smseow-peekaboo」即可一键安装,无需额外配置。

Smseow Peekaboo 是免费的吗?

是的,Smseow Peekaboo 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Smseow Peekaboo 支持哪些平台?

Smseow Peekaboo 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Smseow Peekaboo?

由 SMS(@smseow001)开发并维护,当前版本 v1.0.2。

💬 留言讨论