summarize
Use trafilatura to extract the main text from web pages and generate concise summaries.
Usage
Summarize a web page Provide a URL. The skill uses
trafilaturato fetch the main content and summarize it. Example:Summarize this page: https://example.comCore flow
- Run
trafilatura --markdown -u <URL>to extract content. - Use AI to condense the extracted Markdown content.
- Run
Dependency
trafilatura, already installed