computer-use

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

适合需要在本机执行 GUI 操作与自动化的场景。

▸ 风险提示

需安装本地驱动并赋予高权限,可能执行任意桌面操作。

这个 Skill 做什么

通过 DeepChat 的 Computer Use 工具驱动本地桌面应用。

能直接用 DeepChat 内置的 Computer Use 工具帮你在本地桌面上动手操作、检查或自动化 GUI 操作,适合需要代替人工点点鼠标、打开程序、抓取界面信息的场景。只用 DeepChat 提供的能力,不要求你安装额外的 cua-driver 或改 PATH,支持 macOS ARM64 等目标平台。

▸ 展开 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 插件通用
6.2k
Stars
707
Forks
23
仓库内 Skill
+70
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/plugins/cua/skills/computer-use/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/plugins/cua/skills/computer-use/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# computer-use

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
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有