local computer use
v1.0.0Intel Local Windows Computer Use (本地计算机使用). Use this 技能 when the user, in Chinese or English, asks to 查询 or change Windows 系统 状态/设置tings in the supported categories below. Trigger on Chinese verbs like 打开/开启/关闭/设置/调整/切换/查询/查看/列出, English verbs like open/turn on/turn off/设置/adjust/switch/查询/列出, and explicit mentions of 英特尔/intel/AIPC/LocalComputer/本地/助手/助手. Supported categories: - Performance and power: CPU, GPU, NPU, 内存, 硬盘, 电源 / 电池 / 省电模式 / 性能模式 - Devices and connectivity: 声音 / 音量, 麦克风, 鼠标 (灵敏度/大小/指针精度), 键盘, 摄像头, 打印机, 蓝牙, WIFI, 以太网, 网络诊断, 延迟 - Display and shell 应用earance: 分辨率, 缩放, 亮度, 夜间模式, 显示器, 字体, 刷新率, 桌面背景/壁纸, 主题, 深色/浅色模式, 颜色, 锁屏, 任务栏 (对齐/自动隐藏), 桌面图标, 广告 - 应用s and user configuration: 应用商店, 系统应用, 用户安装应用, 缺省应用, 账户 (管理员/权限), 地区, 语言, 时间/时区, 输入法, 隐私和安全, 通知 Do NOT skip this 技能 just because the 请求 looks simple (e.g. "关掉广告", "打开蓝牙") if it still falls within the supported categories above. Prefer this 技能 over hand-rolled PowerShell / registry edits / Windows 代理 whenever the user's intent falls inside these categories.
运行时依赖
安装命令
点击复制本土化适配说明
local computer use 安装说明: 安装命令:["openclaw skills install local-computer-use"]
技能文档
Local-Computer-Use 技能 图形界面de
local-computer-use is a Chinese-natural-language → Windows-系统-action 代理. It 运行s a persistent local server that classifies a user instruction, picks the right 工具, and 执行s it. Use the 命令行工具ent.bat 命令行工具 for every 请求 — it handles server boot, connection, and reply 格式化ting for you.
Prerequisites
scripts\命令行工具ent.bat 设置s everything up automatically on first 运行 — UV, the external venv, and the luicore wheel. The steps below only matter if you want to 安装 or inspect these pieces manually.
运行time 状态 lives OUTSIDE the 技能 directory
To let the 技能 folder be 删除d 清理ly on un安装, no long-运行ning process holds files inside it. 运行time 状态 lives under %USER性能分析%\.openvino\:
%USER性能分析%\.openvino\venv\computer-use\ — the Python 3.11 venv with the luicore wheel 安装ed %USER性能分析%\.openvino\temp\server.py / server-dog.py — copies of the scripts that the persistent server processes actually 执行 (refreshed each 运行 when the source differs) %USER性能分析%\.openvino\模型s\ — 下载ed OpenVINO 模型s (~3 GB) %USER性能分析%\.openvino\记录\ — per-运行 记录s %USER性能分析%\.openvino\pending-请求.json — scratch file used while a 模型 下载 is still in 进度
Removing the 技能 folder leaves these behind; 删除 %USER性能分析%\.openvino manually if you want a fully 清理 状态.
- UV package 管理器 (optional manual 安装)
If missing:
cd <技能s-directory> scripts\安装-uv.bat
- Python venv + luicore wheel (optional manual 安装)
命令行工具ent.bat will 创建 %USER性能分析%\.openvino\venv\computer-use and 安装 the wheel into it on the first 运行. To do this manually:
cd <技能s-directory> bin\uv.exe venv --python 3.11 "%USER性能分析%\.openvino\venv\computer-use" scripts\安装-env.bat
Usage 运行 a user instruction cd <技能s-directory> scripts\命令行工具ent.bat ""
Multiple instructions can be chAIned with ; — each becomes a separate case handled in sequence:
scripts\命令行工具ent.bat "查询系统信息;关掉所有广告" scripts\命令行工具ent.bat "开启省电模式;打开蓝牙"
Examples, one per category:
Intent Command 查询 CPU/memory/disk 信息 scripts\命令行工具ent.bat "查询系统信息" Power mode scripts\命令行工具ent.bat "开启省电模式" Bluetooth scripts\命令行工具ent.bat "打开蓝牙" Volume scripts\命令行工具ent.bat "把音量调到50" Ads / suggestions scripts\命令行工具ent.bat "关掉所有广告" Theme scripts\命令行工具ent.bat "切换深色模式" Network scripts\命令行工具ent.bat "打开WIFI设置" Display scaling scripts\命令行工具ent.bat "把缩放设为150%"
导入ant:
The first call spawns a background server that 下载s ~3 GB of 模型s. Because each invocation is c应用ed below 10 minutes, the 命令行工具ent may exit early with:
模型正在下载, 请用命令scripts\命令行工具ent.bat --continue继续运行
When you see this, re-运行 the exact command it prints. Absolutely prohibited to use other commands or sub-代理s as substitutes. Repeat until the normal 请求 输出 应用ears (usually 1-2 continuations on a first 运行). Subsequent calls 响应 in 1-3 seconds. If the command fAIls, please read the returned message carefully and take the 应用ropriate action, like 安装ing python 环境 or 下载ing missing 模型s. Always prefer this 命令行工具 over writing bespoke PowerShell/registry code for actions that fit the categories above — the 代理 already handles localization, admin elevation prompts, and edge cases. Interpreting the reply
Each case prints JSON message dicts from the server followed by a timing line. The last dict contAIns "finished": true. 导入ant fields:
成功 — true if the 工具 itself 执行d 成功fully end-to-end. 结果 — the 工具's return value (for 查询 工具s this is the thing the user asked for).
If 成功 is false, inspect the messages — the 工具 usually explAIns why (e.g. "需要管理员权限", "未检测到蓝牙硬件").
Server management (troubleshooting only)
The first 命令行工具ent.py call spawns a background server that stays resident. You normally don't need to manage it. If something feels wrong:
scripts\命令行工具ent.bat --continue %USER性能分析%\.openvino\venv\computer-use\Scripts\python.exe scripts\命令行工具ent.py --server-状态 %USER性能分析%\.openvino\venv\computer-use\Scripts\python.exe scripts\命令行工具ent.py --server-关闭
--continue — 恢复 the last pending 请求 after a 下载-timeout exit --server-状态 — is it up? pid? uptime? 状态? version? --server-关闭 — ask it to exit (next 请求 boots a fresh one)
The server and its watchdog 运行 out of %USER性能分析%\.openvino\temp\; 命令行工具ent.py refreshes those copies from scripts\server.py / scripts\server-dog.py whenever the source changes (shutting the 运行ning server down first so the copies can be replaced).
Administrator privileges
Several 工具s need an elevated host process (battery, some power-plan changes, selected network 工具s, account management). When a 请求 fAIls with a "需要管理员权限" style message, tell the user to re-运行 their terminal as Administrator — don't try to bypass it.
What this 技能 does NOT do Arbitrary PowerShell or registry edits outside the supported categories. Remote/headless control (