← Back to Skills Marketplace
Wechat Ip Checker
by
achievejia
· GitHub ↗
· v1.0.0
· MIT-0
158
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wechat-ip-checker
Description
Detect current public IP via ip38.com, compare with stored IP, and auto-publish WeChat articles or alert on mismatch.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: wechat-ip-checker
Version: 1.0.0
The skill is designed to automate the verification of a public IP address against a stored configuration before publishing articles to a WeChat Official Account. It uses a legitimate third-party service (ip38.com) to retrieve the current IP and interacts with a local configuration file (~/.openclaw/workspace-libu/wechat_ip_config.md) and another skill (baoyu-post-to-wechat). No malicious patterns such as data exfiltration, unauthorized execution, or obfuscation were found in SKILL.md or the JSON metadata.
Capability Assessment
Purpose & 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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wechat-ip-checker - After installation, invoke the skill by name or use
/wechat-ip-checker - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
微信号 IP 检测 Skill 首发上线:实现自动检测 IP 并控制文章发布。
- 自动获取并比对当前公网 IP 与记录 IP
- 支持 IP 匹配下自动发布公众号文章
- 未匹配时提醒用户并等待确认
- 需配置公网 IP 白名单,依赖 baoyu-post-to-wechat skill
- 使用浏览器访问 ip38.com 做 IP 检测
Metadata
Frequently Asked Questions
What is Wechat Ip Checker?
Detect current public IP via ip38.com, compare with stored IP, and auto-publish WeChat articles or alert on mismatch. It is an AI Agent Skill for Claude Code / OpenClaw, with 158 downloads so far.
How do I install Wechat Ip Checker?
Run "/install wechat-ip-checker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Wechat Ip Checker free?
Yes, Wechat Ip Checker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Wechat Ip Checker support?
Wechat Ip Checker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Wechat Ip Checker?
It is built and maintained by achievejia (@achievejia); the current version is v1.0.0.
More Skills