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
npx -y skills add santiago-afonso/read-webpage-content-as-markdownAssembled 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
scripts/
- read-webpage-content-as-markdown.shruns7.7 KB
- README.md1.2 KB