Skip to main content

url-summary

Fetch a URL and produce a structured summary

Jump to install

Source facts

Repository
redhat-et/docsclaw
Last source activity
August 23, 2026 at 00:51
Detected SKILL.md language
English
Stars
2
Forks
1

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
url-summary
description
Fetch a URL and produce a structured summary
# URL summary skill When asked to summarize content from a URL: 1. Use the `web_fetch` tool to retrieve the page content 2. If the content is HTML, extract the main text (ignore nav, ads) 3. Produce a summary with: - **Title**: the page or document title - **Key points**: 3-5 bullet points - **Notable details**: dates, numbers, names mentioned 4. Use `write_file` to save the summary if the user requests it
View on GitHub