← 返回 Skills 市场
Wechat Ip Checker
作者
achievejia
· GitHub ↗
· v1.0.0
· MIT-0
158
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-ip-checker
功能描述
Detect current public IP via ip38.com, compare with stored IP, and auto-publish WeChat articles or alert on mismatch.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wechat-ip-checker - 安装完成后,直接呼叫该 Skill 的名称或使用
/wechat-ip-checker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
微信号 IP 检测 Skill 首发上线:实现自动检测 IP 并控制文章发布。
- 自动获取并比对当前公网 IP 与记录 IP
- 支持 IP 匹配下自动发布公众号文章
- 未匹配时提醒用户并等待确认
- 需配置公网 IP 白名单,依赖 baoyu-post-to-wechat skill
- 使用浏览器访问 ip38.com 做 IP 检测
元数据
常见问题
Wechat Ip Checker 是什么?
Detect current public IP via ip38.com, compare with stored IP, and auto-publish WeChat articles or alert on mismatch. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 158 次。
如何安装 Wechat Ip Checker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-ip-checker」即可一键安装,无需额外配置。
Wechat Ip Checker 是免费的吗?
是的,Wechat Ip Checker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Wechat Ip Checker 支持哪些平台?
Wechat Ip Checker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Wechat Ip Checker?
由 achievejia(@achievejia)开发并维护,当前版本 v1.0.0。
推荐 Skills