← 返回 Skills 市场
kryzl19

Link Checker

作者 KRYZL19 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
139
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install strd-link-checker
功能描述
Check all links in a website's HTML files and report broken, redirected, and slow links. Supports internal links, external links, and affiliate link identifi...
安全使用建议
This skill appears to do what it says: it reads HTML files and issues HTTP requests to test links. Before running: (1) be explicit about SITE_DIR when invoking (SKILL.md treats it as required even though the registry doesn't), (2) understand the script will make outbound requests to every discovered URL (which can be slow, generate traffic to third parties, or trigger rate limits), (3) set LINK_CHECK_TIMEOUT to a sensible value and consider running on a copy of your site if you want to avoid contacting production endpoints, (4) note affiliate detection is substring-based (e.g., 'ref=' or simple domain fragments) and may produce false positives, and (5) ensure typical utilities (find, grep, sed, bc, mktemp) are available on the system. No credentials or hidden endpoints were found.
功能分析
Type: OpenClaw Skill Name: strd-link-checker Version: 1.0.0 The skill is a legitimate utility for auditing links within HTML files, checking for broken links, redirects, and response times. It uses standard system tools like `curl`, `grep`, and `python3` to perform its tasks and outputs reports in Markdown format. No evidence of data exfiltration, malicious execution, or prompt injection was found in `SKILL.md` or the scripts (`check.sh`, `quick.sh`, `affiliate.sh`).
能力评估
Purpose & Capability
Name/description (link checking, broken/redirect/slow/affiliate detection) aligns with the included scripts. The scripts only read HTML files and make HTTP requests to discovered links, which is coherent with the stated purpose.
Instruction Scope
Runtime instructions and scripts stay within scope: they search for *.html files, extract href values, and use curl to check link status. They do make outbound network requests to every discovered URL (following redirects with -L) — expected for a link checker but worth noting because it will contact arbitrary third-party servers found in the site content. Scripts skip mailto, anchors, and javascript: links. No instructions attempt to access unrelated system secrets or config.
Install Mechanism
No install spec; scripts are included and executed directly. This is low-risk compared with remote downloads or package installs.
Credentials
SKILL.md documents an expected required environment variable (SITE_DIR) plus optional LINK_CHECK_TIMEOUT and AFFILIATE_DOMAINS, but the registry metadata lists no required env vars. The binaries declared (curl, python3) are appropriate, though the scripts also rely on standard POSIX utilities (find, grep, sed, mktemp, date, bc) which are typically present but not declared. No credentials or sensitive environment variables are requested.
Persistence & Privilege
The skill does not request persistent/always-on privileges and does not modify other skills or system-wide settings. It runs on-demand and prints reports to stdout.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install strd-link-checker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /strd-link-checker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the link-checker skill: - Scans HTML files to find and validate all internal, external, and affiliate links. - Reports broken (4xx/5xx), redirected (3xx), and slow links (>5s response time). - Separates links by type and outputs a severity-sorted, markdown report. - Provides fast, full, and affiliate-focused scan scripts. - Includes configurable options for timeouts and affiliate domains via environment variables.
元数据
Slug strd-link-checker
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Link Checker 是什么?

Check all links in a website's HTML files and report broken, redirected, and slow links. Supports internal links, external links, and affiliate link identifi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 139 次。

如何安装 Link Checker?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install strd-link-checker」即可一键安装,无需额外配置。

Link Checker 是免费的吗?

是的,Link Checker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Link Checker 支持哪些平台?

Link Checker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Link Checker?

由 KRYZL19(@kryzl19)开发并维护,当前版本 v1.0.0。

💬 留言讨论