agentsclimarketplace

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

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.

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

  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 |
    |---|---|
    

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. 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.