← Back to Skills Marketplace
126
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wechat-moment
Description
微信朋友圈操作技能。用于打开朋友圈、浏览动态、滚动查看内容等。使用场景:(1) 打开朋友圈,(2) 滚动浏览朋友圈内容,(3) 查看好友动态,(4) 给朋友圈点赞评论
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wechat-moment - After installation, invoke the skill by name or use
/wechat-moment - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 微信操作手册?
微信朋友圈操作技能。用于打开朋友圈、浏览动态、滚动查看内容等。使用场景:(1) 打开朋友圈,(2) 滚动浏览朋友圈内容,(3) 查看好友动态,(4) 给朋友圈点赞评论. It is an AI Agent Skill for Claude Code / OpenClaw, with 126 downloads so far.
How do I install 微信操作手册?
Run "/install wechat-moment" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 微信操作手册 free?
Yes, 微信操作手册 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 微信操作手册 support?
微信操作手册 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 微信操作手册?
It is built and maintained by islandlxl (@islandlxl); the current version is v1.0.0.
More Skills