A specialized plugin for LM Studio designed to fetch web pages, strip away HTML noise, and provide clean, readable text for AI summarization and analysis.
When feeding web content to an LLM, HTML boilerplate (navigation menus, footers, ads, and scripts) consumes precious context window space and introduces noise that can degrade the quality of the AI's summary.
Web Scrapping RU solves this by extracting only the core content of a page, ensuring the model focuses on the actual information.
script, style, nav, footer, header, iframe, and common ad/sidebar classes.<article>, <main>, and common content-body classes (including support for sites like Habr).@lmstudio/sdkcheeriozodThe plugin provides a tool called fetch_and_clean_web_text_webscrapping_ru.
Input:
url: The full URL of the target webpage.Output: A string containing the source URL and the cleaned textual content of the page.
MIT
A specialized plugin for LM Studio designed to fetch web pages, strip away HTML noise, and provide clean, readable text for AI summarization and analysis.
When feeding web content to an LLM, HTML boilerplate (navigation menus, footers, ads, and scripts) consumes precious context window space and introduces noise that can degrade the quality of the AI's summary.
Web Scrapping RU solves this by extracting only the core content of a page, ensuring the model focuses on the actual information.
script, style, nav, footer, header, iframe, and common ad/sidebar classes.<article>, <main>, and common content-body classes (including support for sites like Habr).@lmstudio/sdkcheeriozodThe plugin provides a tool called fetch_and_clean_web_text_webscrapping_ru.
Input:
url: The full URL of the target webpage.Output: A string containing the source URL and the cleaned textual content of the page.
MIT