重要前提
安装AI Skills的关键前提是:必须科学上网,且开启TUN模式,这一点至关重要,直接决定安装能否顺利完成,在此郑重提醒三遍:科学上网,科学上网,科学上网。查看完整安装教程 →
link-validation by terrylica/cc-skills
npx skills add https://github.com/terrylica/cc-skills --skill link-validation使用 lychee 验证工作区中的 Markdown 链接。
在以下情况下使用此技能:
调用此技能时,它会:
brew install lychee)结果将写入工作区的 .link-check-results.md 文件:
# 链接检查结果
**关联 ID**:`01JEGQXV8KHTNF3YD8G7ZC9XYK`
## Lychee 链接验证
未发现失效链接。
## 路径策略违规
未发现路径违规。
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 规则 | 严重性 | 描述 |
|---|---|---|
| NO_ABSOLUTE_PATHS | 错误 | 不允许文件系统绝对路径 |
| NO_PARENT_ESCAPES | 警告 | 过多的 ../ 可能超出仓库范围 |
| MARKETPLACE_RELATIVE | 警告 | 插件应使用 ./ 相对路径 |
在工作区根目录放置 .lycheerc.toml 文件以覆盖默认的 lychee 配置。
默认配置请参阅 config/lychee.toml。
| 问题 | 原因 | 解决方案 |
|---|---|---|
| 未找到 lychee | 未安装 | 运行 mise install lychee |
| 过多 403 错误 | 速率限制 | 在 .lycheerc.toml 中添加速率限制 |
| 相对路径错误 | 基础目录错误 | 从仓库根目录运行 |
| 误报 | 动态内容 | 将 URL 模式添加到排除列表 |
| 链接超时 | 外部站点响应慢 | 在配置中增加超时时间 |
| 缓存问题 | 缓存结果过时 | 使用 --no-cache 标志清除缓存 |
每周安装量
69
代码仓库
GitHub 星标数
24
首次出现时间
2026年1月21日
安全审计
已安装于
opencode63
claude-code62
gemini-cli61
codex60
cursor58
github-copilot57
Validates markdown links in your workspace using lychee.
Use this skill when:
When invoked, this skill:
brew install lychee)Results are written to .link-check-results.md in your workspace:
# Link Check Results
**Correlation ID**: `01JEGQXV8KHTNF3YD8G7ZC9XYK`
## Lychee Link Validation
No broken links found.
## Path Policy Violations
No path violations found.
| Rule | Severity | Description |
|---|---|---|
| NO_ABSOLUTE_PATHS | Error | Filesystem absolute paths not allowed |
| NO_PARENT_ESCAPES | Warning | Excessive ../ may escape repository |
| MARKETPLACE_RELATIVE | Warning | Plugins should use ./ relative paths |
Override the default lychee config by placing .lycheerc.toml in your workspace root.
See config/lychee.toml for the default configuration.
| Issue | Cause | Solution |
|---|---|---|
| lychee not found | Not installed | Run mise install lychee |
| Too many 403 errors | Rate limiting | Add rate limit to .lycheerc.toml |
| Relative path errors | Wrong base directory | Run from repository root |
| False positives | Dynamic content | Add URL pattern to exclude list |
| Timeout on links | Slow external sites | Increase timeout in config |
| Cache issues | Stale cached results | Clear cache with --no-cache flag |
Weekly Installs
69
Repository
GitHub Stars
24
First Seen
Jan 21, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
opencode63
claude-code62
gemini-cli61
codex60
cursor58
github-copilot57
通过 LiteLLM 代理让 Claude Code 对接 GitHub Copilot 运行 | 高级变通方案指南
46,900 周安装