AgentSkillsCN

summarize

对来自网址、文档或文本的内容进行摘要提炼。当用户希望快速获取某事物的概要时使用。

SKILL.md
--- frontmatter
name: summarize
description: Summarize content from URLs, documents, or text. Use when the user wants a quick summary of something.
argument-hint: [url or text]
allowed-tools: web_fetch, read

Instructions

Summarize the following content: $ARGUMENTS

Steps

  1. If the input is a URL, fetch the content using web_fetch
  2. If the input is a file path, read the file
  3. Otherwise, treat the input as text to summarize

Output Format

Provide a summary with:

  • TL;DR: One sentence summary
  • Key Points: 3-5 bullet points of the main ideas
  • Notable Details: Any important specifics worth highlighting

Keep the summary concise but comprehensive. Adapt the length based on the source content.