Skip to main content

url-summary

Fetch a URL and produce a structured summary

Zur Installation springen

Quellinformationen

Repository
redhat-et/docsclaw
Letzte Quellaktivität
23. August 2026 um 00:51
Erkannte Sprache von SKILL.md
Englisch
Sterne
2
Forks
1

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
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
Auf GitHub ansehen