AI Agent Hub
Back to skills
Smart Content Summarizer icon

Smart Content Summarizer

Knowledge Management Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_7ca4c668/summarize-v2 into your AI assistant according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem

When engineers process meeting notes, papers, product pages, or repository docs, the main cost is not reading itself, but locating core conclusions, parameters, dates, and owners. summarize compresses source material into a structured digest: it extracts core claims, important data, and terminology, then preserves source, time, and naming cues so you can re-check the original material without rereading everything.

Capabilities and limits

The skill targets three input types: raw text, local documents, and web pages. For text, it supports material up to roughly 100,000 characters and can use short, medium, or long summaries. For documents, it handles .txt, .md, .docx, and .pdf, while preserving outline, layout clues, and important details when possible. For web pages, it filters noise such as ads and navigation, and retains metadata like source links and publication time when available. Output can be plain text, Markdown, or JSON; keywords are ranked by importance and the count can be controlled with --keywords-count. Results are saved to the current working directory, usually with file names containing keywords or timestamps for easier backup and tracking. This is best for “read conclusions first, then verify sources” workflows, not for final factual verification, contract review, or complete citation. Items marked with [!] should be cached separately according to the material’s guidance.

Use Cases

  • Summarize a 100k-character technical plan into a short digest and extract key AI terminology.
  • Convert a local .pdf product document into a Markdown summary with outline, metrics, and publication time.
  • Read a vendor web page, filter navigation and ads, then summarize the main content with the source link.
  • Export meeting notes to JSON, ranking 8 keywords and listing core conclusions.

Best For

  • Engineers processing large technical documents who need outlines, key conclusions, and terminology lists.
  • Product managers reviewing vendor pages or papers who need noise filtering, source links, and timestamps.
  • Project leads organizing meeting notes who need JSON exports and importance-ranked keywords.
  • Documentation engineers maintaining knowledge bases who need cached structured summaries from .txt, .md, or .docx files.