desktop-operator

Operate Electron desktop applications on macOS via Puppeteer CDP. Open an app, find a UI element by text, click it, and take a screenshot.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "desktop-operator" with this command: npx skills add desktop-operator

desktop-operator

通过 Puppeteer CDP 连接 Electron 桌面应用,自动完成打开应用、点击指定文本元素、截图的操作。

适用场景

用于自动化本地 Electron 应用(如各类管理后台、工具软件)。

示例触发语:

  • 打开 DaveBella 应用,点击订单中心,然后截图
  • 打开 xx 应用,点击顶部的订单中心
  • 打开 xx 应用,进入数据分析页面截图

Parameters

参数说明
--app应用名称,即 /Applications/.app 文件名(不含 .app)
--target要点击的元素文本内容

Execution

node dist/index.js --app "{appName}" --target "{targetText}"

示例:

node dist/index.js --app "DaveBella" --target "订单中心"

Output

成功后输出 JSON:

{ "screenshot": "/tmp/desktop_operator_skill_xxxxxxxxx.png" }

截图路径即为操作完成后的页面截图,可直接展示给用户。


注意事项

  • 仅适用于 Electron 应用
  • 应用需安装在 /Applications/ 目录下
  • 首次使用需在「系统设置 → 隐私与安全性 → 辅助功能」中授权 Terminal

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

run.dev — Local Dev Environment Manager

Local dev environment manager. Process management, automatic HTTPS domains, SSL certificates, reverse proxy, and AI crash diagnosis — single binary, zero con...

Registry SourceRecently Updated
Coding

ifly-image-understanding

iFlytek Image Understanding (图片理解) — analyze and answer questions about images using Spark Vision model. WebSocket API, pure Python stdlib, no pip dependencies.

Registry SourceRecently Updated
Coding

Civic Google

Use gog (Google CLI) without manual OAuth setup — Civic handles token management automatically

Registry SourceRecently Updated
2000Profile unavailable
Coding

Agent Browser.Skip

A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured co...

Registry SourceRecently Updated
2000Profile unavailable