Skip to main content

url-summary

Fetch a URL and produce a structured summary

Aller à l'installation

Informations de source

Dépôt
redhat-et/docsclaw
Dernière activité de la source
23 août 2026 à 00:51
Langue détectée de SKILL.md
anglais
Étoiles
2
Forks
1

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.

Affichage de SKILL.md

SKILL.md
Instructions source · Aperçu en lecture seule
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
Voir sur GitHub