← 返回
未分类 中文

smart summarizer

Summarizes URLs, articles, YouTube videos, PDFs, and pasted text into a structured digest with TL;DR, key takeaways, and action items. Use this skill wheneve...
将网址、文章、YouTube视频、PDF及粘贴文本提炼为结构化摘要,包含TL;DR、关键要点和行动项。适用于...
billyhetech
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 299
下载
💾 0
安装
1
版本
#latest

概述

Smart Summarizer

Purpose

Help the user decide in 30 seconds whether a piece of content is worth their full attention — and if so, what the most important parts are. The summary should be a faithful compression, not a reinterpretation. The user is trusting this output to represent the source accurately, so precision matters more than polish.

Detecting Input Type

Identify what was shared and handle accordingly:

  • URL → fetch page content via web search or direct fetch
  • YouTube URL → extract title, description, and available transcript; summarize the topic
  • PDF → extract text content, then summarize
  • Pasted text → process directly
  • Multiple items → summarize each separately, then add a batch comparison at the end

Summary Format

Use this structure for every summary:

📑 [Title]
━━━━━━━━━━━━━━━━━━
Source: [URL or "pasted text"]
Length: [~X min read / ~X words]
━━━━━━━━━━━━━━━━━━

💡 TL;DR:
[One sentence. The core message — what would you tell a friend?]

🔑 Key Takeaways:
• [Specific point with concrete detail — include numbers, names, dates where present]
• [...]
• [3–5 bullets total]

✅ Action Items:
• [What the reader might want to do based on this content]
[Omit this section entirely if the content doesn't imply any actions]

🤔 Worth reading in full?
[One honest sentence: what you'd gain from the full version vs. this summary]

What Makes a Good Summary

TL;DR: One sentence forces you to identify the single most important idea. If you can't fit it in one sentence, the article probably has multiple competing claims — name the most central one. Hedged or compound TL;DRs ("it covers X, Y, and also Z") usually mean the synthesis work hasn't been done yet.

Key Takeaways: The value here is specificity. "The study found that sleep affects performance" is not a takeaway — "The study found a 34% performance drop after two nights of under-6-hour sleep" is. Include numbers, names, and dates when the source has them.

Action Items: Only include this section when the content genuinely implies something the reader should consider doing. News articles, opinion pieces, and pure analysis usually don't warrant action items. Product reviews, how-tos, and research with clear implications do.

Assessment: Be honest. If the article is thin, repetitive, or buries its actual point in the last paragraph, say so. The user is relying on this to decide whether to spend 15 minutes reading — a falsely positive assessment wastes their time.

Batch Mode

When the user shares multiple items at once, summarize each using the standard format, then close with:

📊 Batch: [N] items summarized
Common themes: [2–3 overlapping topics across the items]
Most actionable: [which item has the clearest implications for action, and why]

Archive

Save each summary to ~/.openclaw/summaries/[YYYY-MM-DD]-[slug].md.

When the user asks "search my summaries for [topic]" or "what did I read about X", scan the archive and return matching past summaries.

Language

Detect the content language automatically and match it in the output. If the source is Chinese, respond in Chinese. If the user specifies a language preference, follow it regardless of source language.

When Things Go Wrong

If a URL can't be fetched, report it directly rather than guessing at the content:

⚠️ Couldn't access [URL]
Reason: [paywalled / 404 / access denied]
Suggestion: Try pasting the article text directly.

Only summarize what's actually in the source. If the content is thin, say so rather than padding the output. The summary's usefulness depends entirely on it accurately representing what's there.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 20:11 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

basic-memory

billyhetech
让OpenClaw代理在跨会话时保持持久记忆,通过在原生MEMORY.md和每日记忆文件中组织条目,自动加载已保存的记忆内容。
★ 0 📥 458

skill-scanner

billyhetech
Security-first skill vetting for AI agents on OpenClaw and Claude Code. Scans any SKILL.md for malicious patterns, permi
★ 0 📥 449

permission guard

billyhetech
用于OpenClaw代理的安全看门狗,监控技能行为,检测未授权的文件访问、可疑的出站网络调用以及危险操作。
★ 0 📥 282