Wechat Ip Checker
v1.0.0Detect current public IP via ip38.com, compare with stored IP, and auto-publish WeChat articles or alert on mismatch.
⭐ 0· 100·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (detect public IP, compare with stored IP, publish/alert) matches the SKILL.md. Declared dependencies are limited to an external publishing skill (baoyu-post-to-wechat) and a browser, which are reasonable for the stated functionality.
Instruction Scope
Runtime instructions explicitly tell the agent to: (1) visit https://www.ip38.com/ via a browser to obtain the public IP, (2) read a configuration file at ~/.openclaw/workspace-libu/wechat_ip_config.md to get the stored IP, (3) compare values and either call baoyu-post-to-wechat to publish or notify the user. These actions are within the skill's purpose, but the skill will read a user file in the home directory and will autonomously invoke another skill to publish content — both deserve user review. There are no instructions to access other system paths or unrelated credentials.
Install Mechanism
No install spec and no code files—this is instruction-only. That minimizes installation risk: nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no required environment variables or credentials, which is proportional. However it delegates publishing to baoyu-post-to-wechat (an external skill) — that other skill likely needs WeChat credentials/API access. The agent will also use a browser (which may expose session cookies or logged-in state depending on platform). The only local data it reads is the specified config file; ensure it doesn't contain unrelated secrets.
Persistence & Privilege
always is false and the skill does not request permanent system-level privileges or modify other skills' configs. It can be invoked autonomously (default) but it does not request elevated persistence.
Assessment
This skill is internally consistent with its description, but check a few things before installing: 1) Review the contents of ~/.openclaw/workspace-libu/wechat_ip_config.md to ensure it doesn't contain sensitive tokens or unrelated private data. 2) Verify the baoyu-post-to-wechat skill independently — that skill will perform the actual publishing and likely requires WeChat credentials; make sure you trust it. 3) Be aware the skill uses a browser to fetch ip38.com; depending on your agent's browsing tool, that could expose browser session cookies or other web auth. 4) If you do not want automatic publishing, require manual confirmation before the skill calls the publishing skill. 5) Prefer validating the IP source (ip38.com) or allowing a configurable source if you need higher assurance.Like a lobster shell, security has layers — review code before you run it.
latestvk975jtqherg5gke4zgrwf03kf1832yw8
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
