← 返回 Skills 市场
115
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install shop-health-check
功能描述
跨境电商店铺健康度自动巡检 Skill。支持多店铺配置,定时检查站点可用性、响应时间、SSL证书健康度、关键页面404/内容缺失,异常时自动推送到飞书。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install shop-health-check - 安装完成后,直接呼叫该 Skill 的名称或使用
/shop-health-check触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
跨境电商店铺健康度自动巡检,支持多店铺配置、SSL证书检测、商品页404动态抽检、飞书告警推送
元数据
常见问题
Shop Health Check 是什么?
跨境电商店铺健康度自动巡检 Skill。支持多店铺配置,定时检查站点可用性、响应时间、SSL证书健康度、关键页面404/内容缺失,异常时自动推送到飞书。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 115 次。
如何安装 Shop Health Check?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install shop-health-check」即可一键安装,无需额外配置。
Shop Health Check 是免费的吗?
是的,Shop Health Check 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Shop Health Check 支持哪些平台?
Shop Health Check 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Shop Health Check?
由 zzhimin(@zzhimin)开发并维护,当前版本 v1.0.0。
推荐 Skills