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
  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

7w4.net提供免费和付费技能下载。

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