Web summarizer
Skill next-open-ai/openclawx/presets/workspaces/news-assistant/skills/web-summarizer
Reads the content of an article or webpage, extracts the main points, and provides a concise, structured summary.From its SKILL.md
npx -y skills add next-open-ai/openclawx --skill web-summarizerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
0.9 KB, 171 tokens by cl100k_base, as published. Nobody here has run it
Web Summarizer Skill
Use this skill to extract the core message from long articles, blog posts, or webpage content without the user having to read the whole text.
Workflow
- Receive a URL from the user or from a previous step (like
news-fetcher). - Use the
read_url_contenttool to retrieve the page content. - Analyze the returned markdown content, ignoring navigation elements, ads, and footers.
- Generate a structured summary containing:
- Title: The main topic.
- TL;DR: A one-sentence summary.
- Key Points: 3 to 5 bullet points with the most important facts.
- If the article is too long to read in one go, inform the user you are summarizing the beginning of the article.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.