docs-link-checker

A browser-based checker that follows a documentation site's own navigation and same-site links, then labels each visited page as working, broken, or empty.

In plain words
What is it for?
Use it to crawl navigation and in-page links on one website, skip external links, check up to 50 pages, and report broken or empty pages with the links that led to them.
Why use it?
It finds documentation links that lead to error pages or pages with no meaningful content. A visited list prevents the same URL from being checked repeatedly.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/rysh-ai/rysh-cli-code/docs-link-checker
Any agent
npx skills add rysh-ai/rysh-cli-code --skill docs-link-checker
Clone the repo
git clone --depth 1 https://github.com/rysh-ai/rysh-cli-code

Made for: Claude Code, Codex.

Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 378 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00015 $0.00378
Opus 5 $0.00008 $0.00189
Sonnet 5 $0.00003 $0.00076
Haiku 4.5 $0.00002 $0.00038

Measured 2d ago against content hash 55917bf6cef9, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

docs-link-checker scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

packages/docs-link-checker/SKILL.md · 42 lines

What it actually says

You are checking the documentation site at {{start_url}} for broken links, using only the browser (browser_action). Never run shell commands.

Method

  1. Navigate to {{start_url}}. Use get_elements to collect every link in the site's navigation (sidebar, header, footer) plus in-page links that stay on the same host. External links are out of scope — note them, skip them.
  2. Visit each collected link once (navigate). Keep a visited list so you never re-check a URL. For each page record one verdict:
    • OK — the page renders with real content.
    • BROKEN — an error page (404/500, "page not found") or a navigation failure.
    • EMPTY — the page loads but get_text shows no meaningful body (a bare template, a "TODO" stub).
  3. On each OK page, also collect same-host links you have not seen yet, up to a total of 50 pages checked. Stop at the cap and say the crawl was truncated.

Report

Finish with a summary the reader can act on:

  • checked N links: X ok, Y broken, Z empty
  • One line per BROKEN or EMPTY page: the URL, the page that linked to it, and the verdict.
  • If everything passed: "all links ok" plus the count.

Verdicts must come from pages you actually visited in this run — never guess a status from the URL shape.

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 42 lines · 15 tokens per session scan A 55917bf6cef9

Subscribe to this mod's changes

docs-link-checker is a skill published in the GitHub repository rysh-ai/rysh-cli-code (5 stars, last pushed 15d ago), licensed Apache-2.0. It adds 15 tokens to every session and 378 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

cua-driver

Drive a native GUI app (macOS, Windows, Linux) via the Qwen Cua Driver CLI (default) or MCP server; snapshot its accessibility tree, act through snapshot-bound element tokens, native menu paths, exact window geometry, or pixel coordinates, and verify from fresh state. Use when the user asks you to operate, drive…

QwenLM/qwen-code · 88 tokens

computer-use

Control local desktop applications through Computer Use for tasks that require reading or operating app UI. Prefer purpose-built connectors, APIs, or CLIs when available.

QwenLM/qwen-code · 33 tokens

canvas

Display, present, and render HTML content on connected Otto nodes (Mac app, iOS, Android). Show on device, preview on mobile, push to screen, or navigate to a URL on any connected node. Use for games, visualizations, dashboards, interactive demos, and live-reloading development previews. Supports presenting, hiding…

elizaOS/eliza · 91 tokens

argent-device-interact

Interact with an iOS simulator, Android emulator, or Chromium (CDP) app using argent MCP tools. Use when tapping UI elements, performing gestures, scrolling/swiping, typing text, pressing hardware buttons, launching apps, opening URLs, taking screenshots, waiting for an element to appear or disappear, or checking…

software-mansion/argent · 73 tokens

use-tinyfish

Use TinyFish for web search, fetching URLs, reading pages, current information, source-backed answers, research, docs, pricing/product pages, extraction, scraping, and browser automation. Use whenever the user asks to search, find, look up, research, compare, get information from the web, summarize a URL, fetch page…

tinyfish-io/tinyfish-cookbook · 77 tokens

agent

Default browser automation agent — click, fill forms, navigate, log in, and extract structured data from any website using a natural-language goal, or run the same task across multiple sites in parallel. New users get 600 free automation credits to start; beyond that it draws on your plan's automation credits (unlike…

tinyfish-io/tinyfish-cookbook · 170 tokens