Web to Scrap
Summarize a web article and create a scrap by calling scraps-writer skill.
Arguments
- •url:
$ARGUMENTS- URL of the web article to summarize - •max-lines: (optional) - Maximum number of lines for the generated scrap
Workflow
- •
Fetch the Article
- •Use
WebFetchto retrieve the web article content - •Extract the title and main content
- •Use
- •
Research Existing Tags
- •Use
list_tagsto get available tags - •Identify tags relevant to the article topic
- •Use
- •
Search Related Scraps
- •Use
search_scrapsto find related content - •Only use
titleandctxfrom results as link targets (ensures links point to existing scraps)
- •Use
- •
Create the Scrap
- •Call
scraps-writerskill with max-lines argument - •Generate a concise summary of the article
- •Include the source URL as autolink:
<https://...>
- •Call