← 返回 Skills 市场
163
总下载
1
收藏
0
当前安装
11
版本数
在 OpenClaw 中安装
/install wechatwindowllmtranslate
功能描述
微信聊天窗口自动监控、翻译和智能回复工具,集成 Qwen 大语言模型和百度翻译 API。
安全使用建议
这是一个功能与要求基本一致的 Windows 自动化脚本——在决定安装/运行前请注意:
- 隐私与数据外发:脚本会读取微信消息并把文本发送到第三方服务(Qwen 模型与百度翻译),因此任何敏感或个人信息可能被上报。仅在你接受这些外发行为时使用。
- API Key 管理:为 Qwen/百度翻译 使用最小权限或测试账户;不要使用主账号或高权限密钥。避免将密钥提交到公共仓库。
- 检查并确认 API 域名:脚本提供了默认 QWEN_BASE_URL,请替换为你信任的 API 端点并验证其合法性。
- 运行环境建议:先在受控/沙箱环境中测试(使用虚假或受限的密钥),确认坐标和行为不会误操作其他窗口或发送错误信息。
- 日志与网络监控:如果担心外发内容,可在首次运行时监控网络请求或通过本地防火墙限制对不信任域的出站访问。
- 代码审查:如有顾虑,审阅 wechatai.py 的剩余部分(截断处)以确认没有隐蔽的远程上载、命令执行或敏感文件读取逻辑。
如果你不接受脚本将聊天内容上传给外部服务或不能为密钥设置受限权限,请不要安装/运行该技能。
功能分析
Type: OpenClaw Skill
Name: wechatwindowllmtranslate
Version: 1.1.0
The skill provides automated WeChat monitoring and AI-powered replies using high-risk capabilities such as programmatic UI control (`pyautogui`), clipboard access (`pyperclip`), and window manipulation (`win32gui`). The script (`wechatai.py`) identifies the WeChat window, scrapes chat content via clipboard copying, and automatically sends generated responses by simulating keystrokes. While these actions are aligned with the stated purpose of a chat automation tool, the broad access to the clipboard and the ability to control user input on a Windows system represent a significant security risk. No evidence of intentional malice or unauthorized data exfiltration was found, but the tool's design requires handling sensitive API keys and chat data in a high-privilege manner.
能力评估
Purpose & Capability
技能名/描述(监控微信窗口、翻译并调用 Qwen 生成回复)与代码和 SKILL.md 中的行为一致:脚本通过 pyautogui/pyperclip 操作窗口与剪贴板,调用 Qwen 与百度翻译 API。所需 env(QWEN_*、BAIDU_*)与用途匹配。
Instruction Scope
SKILL.md 明确指示启动 wechatai.py,轮询微信窗口、双击复制消息然后发送回复;因此脚本将访问并操作屏幕、剪贴板和窗口,并把消息内容上传到外部 LLM/翻译服务——这是功能所需但带来隐私/数据外发风险。SKILL.md 也建议把 API 密钥放到 openclaw.json 或环境变量,且包含运行与坐标调整说明。
Install Mechanism
这是 instruction-only 的技能(无 install spec),仓内有 Python 脚本和 requirements.txt;依赖为常见库(requests、pyautogui、pyperclip、pywin32),无不明下载 URL 或可执行安装步骤,安装风险较低。
Credentials
需要的环境变量(QWEN_BASE_URL/KEY/URL_PATH 与 BAIDU_APPID/APPKEY)与技能功能直接相关。注意 SKILL.md/package.json 还引用 BAIDU_ENDPOINT/BAIDU_PATH 和可选 mbti_selected 等配置;这些在 registry metadata 中作为非必需/示例出现,整体合理,但请确认 QWEN_BASE_URL 指向可信域(脚本默认值为 api-ai.gitcode.com,应按需替换)。
Persistence & Privilege
flags 表示 always:false,技能不会被强制常驻。技能允许模型自主调用(平台默认),但没有请求修改其它技能或系统范围配置,权限要求仅限于屏幕控制和剪贴板访问(脚本运行时会执行这些操作)。
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wechatwindowllmtranslate - 安装完成后,直接呼叫该 Skill 的名称或使用
/wechatwindowllmtranslate触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
- 更新 SKILL.md 中的坐标调整说明,去除了具体坐标示例,改为通用描述,适应更多用户环境
- 增加了快捷退出机制
- 版本号从 1.0.3 升级为 1.0.10 并同步到文档底部
- 其余使用说明、依赖、配置及功能未改动
v1.0.10
- Clarified usage instructions to include steps for logging into desktop WeChat and how to exit by moving the mouse to the far left.
- Updated "使用方法" section, adding practical start-up and exit instructions for different run methods.
- No changes to core functionality, dependencies, or configuration requirements.
- Documentation improvements for easier setup and operation.
v1.0.9
Version 1.0.9
- No file or documentation changes detected in this release.
v1.0.8
- Added instructions for configuring environment variables in openclaw.json, including options for mbti_selected and refresh interval.
- Clarified steps for exiting by closing the WeChat window.
- No changes to skill features or primary environment variable use.
- Documentation updates only; core logic unchanged.
v1.0.7
- Added a feature highlight for optional MBTI 16 personality chat styles (“个性化聊天”) in the feature list.
- No file changes or code updates detected; documentation only.
v1.0.6
- No visible file changes detected in this version.
- No updates or modifications found in SKILL.md or source files.
v1.0.5
- No file changes detected in this release.
- Documentation and metadata remain unchanged from previous versions.
- Functionality is identical to previous version 1.0.0.
v1.0.4
- 增加了对 MBTI 个性化回复的可选支持,优化了个性化回复体验
- 工作原理说明中新增使用 Qwen 模型生成 MBTI 个性回答的流程
- 聊天窗口滚动起始坐标由 (470, 650) 调整为 (430, 650)
- 文档描述优化,增加对 MBTI 个性化功能的说明
v1.0.3
- Renamed main module file from weichatai.py to wechatai.py.
- No user-facing functional changes.
v1.0.2
- Renamed implementation file from wechatai.py to weichatai.py.
- No changes to documentation or Skill metadata.
- No functional or user-facing updates beyond the file rename.
v1.0.0
桌面微信窗口最大化,否则根据实际情况调整屏幕坐标
元数据
常见问题
微信智能聊天(MBTI版) 是什么?
微信聊天窗口自动监控、翻译和智能回复工具,集成 Qwen 大语言模型和百度翻译 API。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 163 次。
如何安装 微信智能聊天(MBTI版)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechatwindowllmtranslate」即可一键安装,无需额外配置。
微信智能聊天(MBTI版) 是免费的吗?
是的,微信智能聊天(MBTI版) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
微信智能聊天(MBTI版) 支持哪些平台?
微信智能聊天(MBTI版) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(win32)。
谁开发了 微信智能聊天(MBTI版)?
由 chaoyi001(@chaoyi001)开发并维护,当前版本 v1.1.0。
推荐 Skills