Watercrawl links
Skill fernandoleyra/watercrawl-skill/skills/watercrawl-links
Open Source Agentic scrapping skill with 8 hyperfocused skills, to give research subagents web-search on steroids.
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.
What its author says it does
Copied from the file, not written here
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.
SKILL.md
0.9 KB, 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 | |---|---|