Wechat Ip Checker

v1.0.0

Detect current public IP via ip38.com, compare with stored IP, and auto-publish WeChat articles or alert on mismatch.

0· 153·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for achievejia/wechat-ip-checker.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Wechat Ip Checker" (achievejia/wechat-ip-checker) from ClawHub.
Skill page: https://clawhub.ai/achievejia/wechat-ip-checker
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install wechat-ip-checker

ClawHub CLI

Package manager switcher

npx clawhub@latest install wechat-ip-checker
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
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
153downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

微信公众号 IP 检测 Skill

用于检测公网 IP 是否匹配,并发布微信公众号文章。

功能

  1. IP 检测:使用 https://www.ip38.com/ 获取当前公网 IP
  2. IP 比对:与记录的 IP 进行对比
  3. 自动发布:IP 匹配时自动发布文章
  4. IP 不匹配提醒:IP 不同时通知用户确认

配置文件

配置文件位置:~/.openclaw/workspace-libu/wechat_ip_config.md

格式:

# 微信公众号发布公网IP记录
公网IP地址: 111.194.216.135
IP查询来源: https://www.ip38.com/

使用方法

手动检测 IP

告诉我要检测 IP 或发布文章,例如:

  • "检测微信公众号 IP"
  • "发布公众号文章 xxx.md"
  • "检查 IP 后发布文章"

自动流程

  1. 使用浏览器访问 https://www.ip38.com/ 获取当前公网 IP
  2. 读取配置文件中的记录 IP
  3. 比对结果:
    • 相同:自动调用 baoyu-post-to-wechat 发布文章
    • 不同:告知用户新 IP,等待确认后更新配置并发布

依赖

  • baoyu-post-to-wechat skill(用于发布文章)
  • 浏览器(用于访问 ip38.com)

注意事项

  • 首次使用需配置 IP 白名单
  • 每次发布前自动检测 IP
  • 如 IP 变化需用户在微信公众平台添加新 IP 到白名单

Comments

Loading comments...