article-extractor_skill

This skill extracts clean article content from URLs, saves as markdown, and supports offline reading via Wayback when needed.
  • Shell

0

GitHub Stars

1

Bundled Files

2 months ago

Catalog Refreshed

4 months ago

First Indexed

Readme & install

Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.

Installation

Preview and clipboard use veilstrat where the catalogue uses aiagentskills.

npx veilstrat add skill jrajasekera/claude-skills --skill article-extractor

  • SKILL.md2.1 KB

Overview

This skill extracts clean article content from a webpage URL and saves it as a markdown file with frontmatter. It removes ads, navigation, and clutter so you get a reader-friendly version for offline reading, archiving, or publishing. The tool supports fallback extractors and Wayback Machine retrieval for dead or paywalled links.

How this skill works

Give the script a URL and it fetches the page, runs content-extraction tools, cleans HTML, and writes a markdown file with frontmatter. You must call the extraction script directly with the URL; the script handles fetching, extraction, and saving. It supports forcing a specific extractor, quiet mode, and an option to try the Wayback Machine when the original fails.

When to use it

  • Save a blog post, news article, or tutorial for offline reading
  • Archive a webpage or capture content before it changes
  • Extract documentation or long-form content for notes or publication
  • Grab content from pages behind mild paywalls using Wayback fallback
  • Prepare clean markdown for static sites or content pipelines

Best practices

  • Call the provided extraction script directly with the URL; do not prefetch the page with other tools
  • Set an explicit output path (-o and -d) to keep files organized
  • If extraction fails, try --wayback or change the extractor (-t) before troubleshooting networking
  • Make the script executable (chmod +x) and install optional local tools for best reliability
  • Use quiet mode (-q) in scripts or cron jobs to reduce logs

Example use cases

  • Download a news article and save as my-article.md for research notes
  • Archive an important tutorial before it’s updated or removed using --wayback
  • Extract multiple blog posts into a content folder for reuse in a static site generator
  • Clip long-form interviews or op-eds for offline reading on a mobile device
  • Automate weekly saves of documentation pages for team knowledge backups

FAQ

Try the --wayback option to fetch an archived copy. If that fails, the page may require credentials or advanced bypasses that the extractor can’t handle.

Extraction returned no content or heavy JavaScript page — what now?

Retry with a different tool using -t (options like jina, trafilatura, readability, fallback). If network issues occurred, check the URL and your connection and consult the exit code for details.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational