← Back to Skills Marketplace
zzhimin

Shop Health Check

by zzhimin · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
115
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install shop-health-check
Description
跨境电商店铺健康度自动巡检 Skill。支持多店铺配置,定时检查站点可用性、响应时间、SSL证书健康度、关键页面404/内容缺失,异常时自动推送到飞书。
Usage Guidance
This skill appears to do what it says: periodic availability, response-time, SSL expiry, and sample product-page checks, and to post reports to a Feishu webhook. Before installing: - Review and create config/shops.conf inside the skill folder with only the domains you control/monitor. The scripts will make outbound HTTP/S connections to those domains and open an SSL socket to their hostname:443. - Provide a Feishu webhook only if you want notifications; treat that webhook URL as a secret (it can post messages into your Feishu space). The webhook may be placed in config/shops.conf or set as FEISHU_WEBHOOK in the environment. - Install the Python deps in an isolated environment (virtualenv) to avoid impacting system Python packages. - If you will run this on a schedule, run it from an account/environment with limited privileges and only necessary network access. Audit cron or scheduler commands to ensure they run the scripts from the intended skill directory. - If you need tighter guarantees, inspect or run the scripts locally to verify behavior and modify timeouts/thresholds to suit your needs.
Capability Analysis
Type: OpenClaw Skill Name: shop-health-check Version: 1.0.0 The skill bundle is a legitimate monitoring tool designed to check the health of e-commerce shops, including site availability, SSL certificate expiration, and broken product links (404 errors). The Python scripts (check_sites.py, check_ssl.py, check_404.py, and report.py) perform standard HTTP requests and certificate inspections based on a user-provided configuration file. Results are aggregated and sent to a user-configured Feishu webhook. No evidence of malicious intent, unauthorized data exfiltration, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description (site availability, SSL, 404 checks, Feishu notifications) align with the included scripts (check_sites.py, check_ssl.py, check_404.py, report.py). The scripts implement the described checks and reporting behavior and only require the listed Python libraries.
Instruction Scope
SKILL.md instructs the agent to run the included Python scripts and to provide a config/shops.conf and (optionally) FEISHU_WEBHOOK. The scripts read only the skill-local config/shops.conf, perform network checks against the configured shop domains, and post to the configured Feishu webhook. They do not attempt to read unrelated system files, other credentials, or arbitrary environment variables.
Install Mechanism
This is instruction-only (no install spec), but the package contains runnable scripts. The user must install Python dependencies manually (pip3 install requests beautifulsoup4 urllib3 python-dateutil). No external download/extract steps or remote installers are present.
Credentials
No required environment variables are declared in the registry metadata, but the code optionally uses a FEISHU_WEBHOOK (env or config) to post alerts — this is appropriate for the feature. The webhook is optional and per-shop/default webhook URLs can be configured in config/shops.conf. No other credentials or secrets are requested.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system configs. It runs on demand/cron and can be invoked autonomously (platform default), which is reasonable for a monitoring task.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install shop-health-check
  3. After installation, invoke the skill by name or use /shop-health-check
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
跨境电商店铺健康度自动巡检,支持多店铺配置、SSL证书检测、商品页404动态抽检、飞书告警推送
Metadata
Slug shop-health-check
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Shop Health Check?

跨境电商店铺健康度自动巡检 Skill。支持多店铺配置,定时检查站点可用性、响应时间、SSL证书健康度、关键页面404/内容缺失,异常时自动推送到飞书。 It is an AI Agent Skill for Claude Code / OpenClaw, with 115 downloads so far.

How do I install Shop Health Check?

Run "/install shop-health-check" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Shop Health Check free?

Yes, Shop Health Check is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Shop Health Check support?

Shop Health Check is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Shop Health Check?

It is built and maintained by zzhimin (@zzhimin); the current version is v1.0.0.

💬 Comments