agentsclimarketplace

Read webpage content as markdown

Skill santiago-afonso/read-webpage-content-as-markdown

Read a webpage into cleaned markdown using curl + markitdown + codex exec. Use whenever asked to read a webpage or extract article content from a URL. Static HTML only; JS/client-rendered pages require a Playwright workflow.From its SKILL.md

Install
npx -y skills add santiago-afonso/read-webpage-content-as-markdown

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 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, 148 tokens by cl100k_base, as published. Nobody here has run it

Read Webpage Content as Markdown

Use:

scripts/read-webpage-content-as-markdown.sh [--navlinks] <url> [output_md]

Notes:

  • Uses curl (static HTML only); JavaScript is not executed.
  • Temp artifacts are stored under /tmp.
  • Output includes YAML frontmatter: source_url, accessed_at, commands.
  • Output path defaults to /tmp/read-webpage-content-as-markdown.<timestamp>.md; relative output paths are written under /tmp/.
  • --navlinks keeps only topic-relevant navigation links (e.g., in-page table of contents); it drops site-wide menus and unrelated links.
  • If the script reports JS/client rendering, retry with Playwright.

What ships with it: 2 files

8.9 KB alongside SKILL.md, 1 of them executable

Keep looking

Skills are one crate of 326,758. 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.