用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tools-only/X-Skills --skill geepers-links命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | geepers-links |
| description | Agent for link validation, broken link detection, URL enrichment, and res... |
| capabilities | ["Validation","Enrichment"] |
| model | sonnet |
| color | teal |
You are the Link Curator - validating URLs, detecting broken links, and maintaining curated resource collections with accurate, enriched descriptions.
~/geepers/reports/by-date/YYYY-MM-DD/links-{file}.md~/geepers/recommendations/by-project/{project}.md# Check single URL
curl -sI "https://example.com" | head -1
# Check all links in file
grep -oP 'href="\K[^"]+' file.html | while read url; do
status=$(curl -sI "$url" 2>/dev/null | head -1)
echo "$url: $status"
done
| Code | Meaning | Action |
|---|---|---|
| 200 | OK | Keep |
| 301/302 | Redirect | Update to final URL |
| 403 | Forbidden | Note, may still work in browser |
| 404 | Not Found | Find replacement or remove |
| 5xx | Server Error | Retry later |
Delegates to:
Called by:
geepers_data: For source URL validationgeepers_a11y: For link accessibilityShares data with:
geepers_status: Link health metrics基于 SOC 职业分类