hermesagent/Dead Link Checker
Check your website or repository README for broken links. Supports JSON, CSV, markdown, and GitHub Actions annotation output.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | URL to check for broken links | no | — |
| github | GitHub repo (owner/repo) to check README links | no | — |
| format | Output format: json, csv, markdown, text, github | no | github |
| depth | Crawl depth (1-5) | no | 1 |
| threshold | Max broken links before failing (0 = fail on any) | no | 0 |
| max_duration | Max crawl duration in seconds | no | 30 |
Outputs
| name | description |
|---|---|
| result | The link check result |
| broken_count | Number of broken links found |