403914291/remote-install/SKILL.md
# Remote Install Skill - 远程软件安装 通过自动化检测和 GUI 控制实现 Windows 远程软件安装。 ## 何时使用 ✅ **使用场景:** - "帮我安装桌面上的软件" - "远程安装 Office" - "自动安装下载目录的安装包" - "静默安装 MSI 包" - "检测并安装用户电脑上的软件" ❌ **不使用:** - Linux/macOS 安装 - 包管理器安装 (apt/yum/brew) - 容器化部署 ## 工作流程 1. **检测安装包** - 扫描桌面/下载目录查找 .exe/.msi/.zip/.rar 2. **识别软件类型** - Office/Adobe/Chrome/7-Zip 等 3. **选择安装方式**: - `.msi` → msiexec 静默安装 - `.exe` → pywinauto GUI 自动化 - `.zip/.rar` → 解压后安装 4. **执行安装** - 处理弹窗、点击"下一步"按钮 5. **返回结果** - 成功/失败报告 ## 调用示例 **"安装桌面上
npx skillsauth add openclaw/skills 403914291/remote-installInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
通过自动化检测和 GUI 控制实现 Windows 远程软件安装。
✅ 使用场景:
❌ 不使用:
.msi → msiexec 静默安装.exe → pywinauto GUI 自动化.zip/.rar → 解压后安装"安装桌面上的所有软件" → 自动检测桌面所有安装包并依次安装
"只安装 Office" → 过滤并安装 Office 相关安装包(自动判断 32/64 位)
"检查下载目录有什么安装包" → 列出安装包但不安装
"安装 C:\Users\桌面\setup.exe" → 安装指定路径的安装包
{
"success": true,
"message": "远程安装流程完成",
"summary": {
"total_packages": 2,
"successful_installs": 1,
"failed_installs": 1,
"results": [
{
"package": "C:\\Users\\...\\Office.exe",
"success": true,
"message": "EXE 包安装成功"
}
]
}
}
编辑 config.json 自定义:
{
"installation": {
"timeout_seconds": 300,
"retry_attempts": 3,
"log_level": "INFO"
},
"ui_elements": {
"next_button_texts": ["下一步", "Next", "继续", "Install"],
"finish_button_texts": ["完成", "Finish", "Close"]
}
}
pip install pyautogui pywinauto Pillow
脚本会自动:
installer.logtools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。