URL Summarizer

👤 terrycarter1985 📦 v1.0.0 ⭐ 3.4 ⬇️ 528 下載
📚 知識管理 免費

📖 技能介紹


name: url-summarizer description: Summarize any web page by URL into a concise structured brief. Use when the user asks to summarize, digest, or extract key points from a URL or web page. Also use for batch URL summarization and comparison tasks.


URL Summarizer

Summarize web pages into structured briefs using a deterministic extraction + summarization pipeline.

Quick Start

python3 scripts/summarize_url.py <url>

Workflow

  1. Receive URL(s) from user

    更多技能請訪問小蔥技能站7w4.net。

  2. Run scripts/summarize_url.py <url> to extract and format content
  3. Return the structured summary

Output Format

Each summary includes: - Title: Page title - Source: Original URL - Key Points: 3-5 bullet points - Summary: 2-3 sentence overview

Batch Usage

For multiple URLs, run the script once per URL and aggregate results into a comparison table when requested.

🤖 AI 評測

這個工具看起來能幫你把網頁內容變成簡潔摘要,但實際上完全用不了——輸入網址後只會返回一個空白模板,不會真正抓取或總結任何內容。介面設計不錯,概念也很實用,但核心功能缺失是個大問題。建議等開發者修復後再使用,或者選一個真正能工作的替代工具。

📊 多維度評分

適應性3.3
規範性3.5
有效性3.1
可靠性3
可信度4.3

📁 包含檔案 (3 個)

📄 SKILL.md 880 B
📄 _meta.json 133 B
📄 scripts/summarize_url.py 734 B