← 返回
未分类

Site Summarizer

URL fetcher with summarization. Fetches URLs, extracts content, generates summaries. Optional caching with configurable directory and TTL. Use for web conten...
URL抓取与摘要生成。抓取URL,提取内容,生成摘要。可选缓存,支持自定义目录和TTL。适用于网页内容...
cloudcompile
未分类 clawhub v4.1.0 1 版本 100000 Key: 无需
★ 1
Stars
📥 385
下载
💾 0
安装
1
版本
#latest

概述

Site Summarizer v4.1.0

Features

  • Content extraction from HTML pages
  • Automatic summarization
  • Keyword extraction and language detection
  • Optional caching with env vars

Output

{
  "success": true,
  "content": "...",
  "summary": "...",
  "metadata": {"title": "...", "description": "...", "author": "..."},
  "analysis": {"language": "en", "keywords": [...], "word_count": N, "read_time_min": N},
  "status": 200,
  "from_cache": false
}

Environment Variables

  • SITE_SUMMARIZER_CACHE_DIR - Cache directory (default: ~/.cache/site-summarizer)
  • SITE_SUMMARIZER_CACHE_TTL - Cache TTL in seconds (default: 3600)
  • SITE_SUMMARIZER_HIDE_IP - Set to "true" to hide resolved IP in output

Usage

python fetch_and_summarize.py <url>

v4.1.0 Fixes

  • Fixed redirect header parsing
  • Fixed regex patterns for redaction
  • Added optional IP hiding via env var
  • Code cleanup and bug fixes

版本历史

共 1 个版本

  • v4.1.0 当前
    2026-05-07 06:24 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Screenshot Analyzer

cloudcompile
分析并描述截图或图片。上传图片 → 获取详细描述,包括界面元素、文字、对象和整体情境。
★ 0 📥 539

Code Explainer Tool

cloudcompile
用简明的英语解释任意代码片段或文件。粘贴代码 → 获得对其功能、工作原理和关键概念的清晰解释。当用户提供代码时使用。
★ 0 📥 330

GitHub Automation

cloudcompile
自动化 GitHub 常见任务:创建 issue、检查 PR 状态、列出仓库、管理项目。适用于需要程序化交互 GitHub 的用户。
★ 0 📥 443