Извлечение текста статьи по URL
★ 7.3 · vibe-coding
article-extractor is a Claude Code skill that pulls clean article text from a URL and saves it to a file, stripping away ads, navigation menus, newsletter prompts, and other clutter. It checks for available tools in priority order: reader (Mozilla Readability CLI) first, then trafilatura, and falls back to a curl-plus-Python HTML parser when neither is installed. The article's title is extracted and used as the filename, with special characters removed and length capped at 100 characters. A good fit for anyone who needs to download and store a blog post, tutorial, or news article in a readable plain-text form for further analysis or reference.