技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 200 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:27555402-spec/smart-summarizer
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill is an instruction-only summarizer that only asks for URLs or pasted text and does not request credentials, install software, or perform unrelated actions — its declared requirements match its described purpose.
目的
Name/description (summarize articles, PDFs, videos, pasted text) align with the SKILL.md instructions. The skill declares no binaries, env vars, or installs, which is proportionate for an instruction-only summarizer.
说明范围
Runtime instructions only tell the agent to accept URLs or pasted text and return summaries in several modes. The SKILL.md does not instruct the agent to read local files, environment variables, or system config, nor to exfiltrate data to third-party endpoints beyond fetching public URLs/text provided by the user.
安装机制
No install spec or code files are present (instruction-only). Nothing will be written to disk or downloaded by the skill itself.
证书
The skill requests no environment variables, credentials, or config paths. This is proportional to the claimed functionality.
持久
always is false and the skill is user-invocable; it does not request elevated or persistent privileges or modify other skills or system settings.
综合结论
This skill appears internally consistent and low-risk because it only describes how to summarize content you supply. Before using it: do not paste sensitive secrets, credentials, or private data you don't want processed by the agent; be aware that summarizing a URL implies the agent (or your environment) may fetch remote content—only allow public URLs you trust; if you need the agent to fetch web or YouTube content, confirm how the agent will …
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Smart Summarizer」。简介:Instantly summarize any content — articles, PDFs, YouTube videos, web pages, lo…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/27555402-spec/smart-summarizer/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: smart-summarizer
description: Instantly summarize any content — articles, PDFs, YouTube videos, web pages, long documents, or pasted text. Extracts key points, action items, and insights. Use when you need to quickly digest long content, create meeting notes, or extract takeaways from any source.
---
# Smart Summarizer
Summarize anything in seconds. Articles, videos, PDFs, meetings, books — you name it.
## What It Can Summarize
| Source | How to Use |
|--------|-----------|
| Web article | Paste URL |
| YouTube video | Paste YouTube URL |
| PDF / document | Paste text content |
| Meeting notes | Paste transcript |
| Long email | Paste email body |
| Book chapter | Paste excerpt |
| Any text | Just paste it |
## Summary Modes
### ⚡ Quick (3 bullets)
Best for: News articles, emails, short posts
```
Quick summary: [URL or text]
```
Returns 3 bullet points. Done.
### 📋 Standard (structured)
Best for: Blog posts, reports, research
```
Summarize: [URL or text]
```
Returns:
- **TL;DR** — 1 sentence
- **Key Points** — 5 bullets
- **Takeaway** — what to do with this info
### 📊 Deep Analysis
Best for: Research papers, long reports, books
```
Deep summary: [URL or text]
```
Returns:
- Executive summary
- Main arguments with evidence
- Counterarguments / limitations
- Actionable insights
- Recommended next steps
### 📝 Meeting Notes
Best for: Transcripts, call recordings
```
Meeting notes: [transcript]
```
Returns:
- Attendees & context
- Decisions made
- Action items (with owners if mentioned)
- Open questions
## Output Languages
Summarize in any language:
```
Summarize in Chinese: [English article URL]
用中文总结:[English article]
```
## Examples
**Input:**
```
Quick summary: https://example.com/long-article
```
**Output:**
> ⚡ Quick Summary
> • AI is transforming healthcare diagnostics with 94% accuracy rates
> • Major hospitals are adopting AI tools faster than regulations can keep up
> • Patients remain skeptical but outcomes data is changing opinions
---
**Input:**
```
用中文总结:[paste 5000-word English report]
```
**Output:**
> 📋 摘要
> **一句话:** 该报告分析了2024年全球AI市场,预测到2030年规模将达1.8万亿美元。
> **核心要点:**
> • 中国和美国占全球AI投资的73%
> • 医疗和金融是增长最快的应用领域
> • 人才短缺是最大制约因素
> **行动建议:** 重点关注医疗AI赛道,人才布局优先于技术布局。
## Tips
- Works best with public URLs (no login required)
- For paywalled content, paste the text directly
- Combine with translation for multilingual research
- Save summaries to your workspace for future reference