Skip to main content

url-summary

Fetch a URL and produce a structured summary

インストールへ移動

ソース情報

リポジトリ
redhat-et/docsclaw
ソースの最終更新活動
2026年8月23日 00:51
検出された SKILL.md の言語
英語
スター
2
フォーク
1

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
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
GitHubで見る