← 返回 Skills 市场
Cn Url Health Checker
作者
freedompixels
· GitHub ↗
· v1.0.0
· MIT-0
20
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cn-url-health-checker
功能描述
Check URL health status (HTTP response code, redirect chain). Detect broken links and server errors. Pure Python standard library, no API key required.
使用说明 (SKILL.md)
URL Health Checker
Check the health status of any URL.
Features
- Get HTTP status code (200, 404, 500, etc.)
- Follow redirect chains
- Detect server errors
- Report final URL after redirects
- Pure Python, no external dependencies
HTTP Status Codes
- 200: OK (working)
- 301/302: Redirect (may need attention)
- 404: Not Found (broken link)
- 500: Server Error (problem on server side)
- Other codes: Various issues
Usage
python3 scripts/url_health.py --url https://example.com
Example Output
{
"url": "https://example.com",
"status": 200,
"final_url": "https://example.com",
"redirects": [],
"error": null
}
Example (Broken Link)
{
"url": "https://example.com/nonexistent",
"status": 404,
"error": "HTTP Error 404: Not Found"
}
Use Cases
- Check if your website pages are accessible
- Find broken links in your content
- Monitor external resource availability
安全使用建议
This appears safe for its stated purpose. Be aware that it sends a request from your environment to the URL you provide, so avoid testing private/internal URLs unless you intend to expose that network request. No credentials should be needed.
能力标签
能力评估
Purpose & Capability
The implementation matches the stated URL health-checking purpose, though the documentation claims redirect-chain reporting while the script only reports the final URL and leaves the redirects list empty.
Instruction Scope
Usage is limited to a direct command that checks one supplied URL; there are no instructions to run automatically, modify files, or perform broad scanning.
Install Mechanism
There is no install step or dependency installation; the included Python script uses only the standard library.
Credentials
The script performs outbound network access to the URL supplied by the user, which is expected for this skill. The provided capability signal says sensitive credentials are required, but the metadata, README, and code show no credential use.
Persistence & Privilege
No persistence, background process, privilege escalation, file writes, or credential storage is shown.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cn-url-health-checker - 安装完成后,直接呼叫该 Skill 的名称或使用
/cn-url-health-checker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of URL Health Checker.
- Check any URL’s HTTP status code and follow redirect chains.
- Detect broken links (404) and server errors (500).
- View final URL after redirects.
- Uses only Python standard library—no external dependencies or API keys needed.
元数据
常见问题
Cn Url Health Checker 是什么?
Check URL health status (HTTP response code, redirect chain). Detect broken links and server errors. Pure Python standard library, no API key required. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 20 次。
如何安装 Cn Url Health Checker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cn-url-health-checker」即可一键安装,无需额外配置。
Cn Url Health Checker 是免费的吗?
是的,Cn Url Health Checker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Cn Url Health Checker 支持哪些平台?
Cn Url Health Checker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Cn Url Health Checker?
由 freedompixels(@freedompixels)开发并维护,当前版本 v1.0.0。
推荐 Skills