agentsclimarketplace

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.

Install
npx -y skills add fernandoleyra/watercrawl-skill --skill watercrawl-links

Assembled 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

  1. Parse arguments from $ARGUMENTS:

    • url — required.
    • filter — optional. internal (same domain), external (other domains), all (default).
  2. Fetch the page using WebFetch.

  3. Extract all links: find all [anchor text](href) patterns from the Markdown.

  4. Classify each link: internal (same domain as source) or external.

  5. Apply filter based on filter argument.

  6. Return:

    ## Links on <url>
    **Total:** N links (X internal, Y external)
    
    ### Internal Links
    | Anchor Text | URL |
    |---|---|
    
    ### External Links
    | Anchor Text | URL |
    |---|---|
    

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.