cua-driver

仓库创建 2025年2月14日最近提交 4 小时前SkillHot 收录 20 天前
▸ 精选理由

适合在真实桌面应用上自动化复杂 GUI 流程,提高重复任务效率。

▸ 风险提示

需要本机高权限或 GUI 自动化权限,可能涉及敏感操作风险。

这个 Skill 做什么

通过 DeepChat 的 Computer Use 工具驱动本地桌面应用,执行点击与输入等操作。

用 DeepChat 提供的 Computer Use 工具直接操控本地桌面应用,能完成点击、输入、界面检查等真实 GUI 操作。需要在真实桌面程序里演示、自动化或代劳某些操作时启用。注意只能通过 DeepChat 的插件工具运行,不需要也不能要求额外安装外部驱动或把程序放到 PATH。

▸ 展开 SKILL.md 英文原文

Drive native desktop apps through DeepChat's built-in Computer Use tools. Use when the user asks to operate, inspect, automate, or perform a GUI task in a real desktop application.

自动化集成桌面自动化GUI 驱动DeepChat 插件Claude Code
6.2k
Stars
707
Forks
23
仓库内 Skill
+70
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/plugins/cua/skills/cua-driver/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/plugins/cua/skills/cua-driver/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# cua-driver

Use DeepChat's plugin-provided Computer Use tools as the only action surface for this skill. Do not
ask the user to install `cua-driver`, configure an external server, or put anything on PATH for the
bundled DeepChat plugin.

## Runtime Context

- Plugin id: `${OWNER_PLUGIN_ID}`.
- Plugin root: `${PLUGIN_ROOT}`.
- Process arch: `${PROCESS_ARCH}`.
- Supported targets: `darwin/arm64`, `darwin/x64`, `win32/x64`, `win32/arm64`,
  `linux/x64`.
- Unsupported targets: `linux/arm64`.
- macOS helper app: packaged builds prefer
  `DeepChat.app/Contents/Helpers/DeepChat Computer Use.app`; the plugin-local fallback is
  `${PLUGIN_ROOT}/runtime/darwin/${PROCESS_ARCH}/DeepChat Computer Use.a
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有