Watercrawl links
Skill fernandoleyra/watercrawl-skill/skills/watercrawl-links
Extract all links from a page with anchor text and context. Use when asked to list links, find all links on a page, or audit links.From its SKILL.md
npx -y skills add fernandoleyra/watercrawl-skill --skill watercrawl-linksAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.9 KB, 196 tokens by cl100k_base, as published. Nobody here has run it
watercrawl-links
Extract all links from a page with anchor text.
Instructions
-
Parse arguments from
$ARGUMENTS:url— required.filter— optional.internal(same domain),external(other domains),all(default).
-
Fetch the page using WebFetch.
-
Extract all links: find all
[anchor text](href)patterns from the Markdown. -
Classify each link: internal (same domain as source) or external.
-
Apply filter based on
filterargument. -
Return:
## Links on <url> **Total:** N links (X internal, Y external) ### Internal Links | Anchor Text | URL | |---|---| ### External Links | Anchor Text | URL | |---|---|
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.