Summarize

Extract the main text from web pages and generate concise summaries.

pipixia-labs Updated

File contents

summarize

Use trafilatura to extract the main text from web pages and generate concise summaries.

Usage

  1. Summarize a web page Provide a URL. The skill uses trafilatura to fetch the main content and summarize it. Example: Summarize this page: https://example.com

  2. Core flow

    • Run trafilatura --markdown -u <URL> to extract content.
    • Use AI to condense the extracted Markdown content.

Dependency

  • trafilatura, already installed

pipixia-labs/openteamwork/tree/main/openppx/skills/summarize commit d7838efae1

Frequently asked questions

npx skillmds@latest add pipixia-labs/summarize-2