← 返回 Skills 市场
islandlxl

微信操作手册

作者 islandlxl · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
126
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-moment
功能描述
微信朋友圈操作技能。用于打开朋友圈、浏览动态、滚动查看内容等。使用场景:(1) 打开朋友圈,(2) 滚动浏览朋友圈内容,(3) 查看好友动态,(4) 给朋友圈点赞评论
安全使用建议
This skill will simulate your mouse and keyboard using fixed screen coordinates. Before installing or running it: (1) Review and understand the PowerShell code; (2) test it in a safe, non-critical session (or virtual machine) to adjust coordinates and timing for your display; (3) avoid running it while you use the computer because it can click/type into other apps and can send messages or place calls; (4) prefer manual invocation (disable autonomous runs) until you trust it; (5) do not run with elevated privileges and ensure you are present to abort if it behaves unexpectedly.
功能分析
Type: OpenClaw Skill Name: wechat-moment Version: 1.0.0 The skill uses PowerShell to invoke low-level Win32 API calls (SetCursorPos, mouse_event) and System.Windows.Forms.SendKeys to perform UI automation on the host system. While these capabilities are aligned with the stated purpose of navigating WeChat in SKILL.md, they represent high-risk primitives that could be used to interact with unauthorized applications or bypass security prompts. No evidence of data exfiltration, persistence, or intentional malice was found.
能力评估
Purpose & Capability
Name/description (WeChat Moments automation) align with the provided PowerShell automation steps: clicking taskbar icons, opening Moments, scrolling, sending keys, and initiating calls are all consistent with the stated capabilities.
Instruction Scope
The SKILL.md contains explicit PowerShell code that moves the mouse, clicks, scrolls, and sends keystrokes (SetCursorPos, mouse_event, SendKeys). These actions are coherent with GUI automation but are global (they affect the whole desktop) and use hard-coded coordinates/resolution assumptions. That means the script can mis-click other windows, send messages, or initiate calls if focus/resolution differ. The instructions do not read files, environment variables, or exfiltrate data to external endpoints.
Install Mechanism
Instruction-only skill with no install spec and no code files beyond the SKILL.md. Nothing is downloaded or written to disk by an installer—lowest install risk.
Credentials
No environment variables, credentials, or config paths are requested. The skill does not ask for unrelated secrets or cloud credentials.
Persistence & Privilege
always is false and the skill does not request system-wide persistence or modify other skills/config. Model invocation is enabled by default (normal for skills); consider restricting autonomous invocation if you want manual control.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wechat-moment
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wechat-moment 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
wechat-moments v1.0.0 released. - Initial release with skills to automate WeChat Moments: - Open WeChat Moments, scroll through posts, and interact with friend updates. - Click-to-activate and coordinate-based navigation for consistent operation. - Includes sample PowerShell scripts for key actions: activation, opening Moments, scrolling, searching contacts, sending messages, and making voice calls. - Added tips for coordinate adaptation and troubleshooting common issues.
元数据
Slug wechat-moment
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

微信操作手册 是什么?

微信朋友圈操作技能。用于打开朋友圈、浏览动态、滚动查看内容等。使用场景:(1) 打开朋友圈,(2) 滚动浏览朋友圈内容,(3) 查看好友动态,(4) 给朋友圈点赞评论. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 126 次。

如何安装 微信操作手册?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-moment」即可一键安装,无需额外配置。

微信操作手册 是免费的吗?

是的,微信操作手册 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

微信操作手册 支持哪些平台?

微信操作手册 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 微信操作手册?

由 islandlxl(@islandlxl)开发并维护,当前版本 v1.0.0。

💬 留言讨论