
Document Summary
- 8 installs
- 33 repo stars
- Updated April 26, 2026
- bighardperson/computer-science-skills-collection
Document-summary is a skill that summarizes technical documents into structured markdown with Summary, Key Points, and Risks sections.
About
This skill summarizes technical documents into structured markdown. Given document text, it produces a Summary of up to five lines, a bulleted Key Points list, and a Risks section. A developer uses it to condense documentation or reports into a consistent markdown format.
- Summarizes technical documents into structured markdown
- Outputs Summary, Key Points, and Risks sections
- Activates on summarize, analyze document, or extract key points
Document Summary by the numbers
- 8 all-time installs (skills.sh)
- Ranked #500 of 687 Office & Documents skills by installs in the Skillselion catalog
- Data as of Jul 30, 2026 (Skillselion catalog sync)
document-summary capabilities & compatibility
- Capabilities
- summarization · documentation
- Use cases
- documentation · research
What document-summary says it does
Summarizes technical documents into structured markdown.
## Summary (Max 5 lines)
Return valid Markdown only.
npx skills add https://github.com/bighardperson/computer-science-skills-collection --skill document-summaryAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 8 |
|---|---|
| repo stars | ★ 33 |
| Last updated | April 26, 2026 |
| Repository | bighardperson/computer-science-skills-collection ↗ |
What it does
Summarize a technical document into markdown with Summary, Key Points, and Risks sections.
Who is it for?
Condensing a technical document into a consistent markdown summary.
When should I use this skill?
You want to summarize, analyze, or extract key points from a document.
What you get
- structured markdown summary
By the numbers
- 3 output sections (Summary, Key Points, Risks)
- Summary capped at 5 lines
Files
Document Summary 📝
Description
Summarizes technical documents into structured markdown.
Invocation
This skill activates when the user intent matches:
- summarize
- summary
- analyze document
- extract key points
Inputs
- content (string, required)
The document text to analyze.
Behavior
You are a professional technical analyst.
When invoked: 1. Read the provided content. 2. Produce output in Markdown format. 3. Structure output as:
- ## Summary (Max 5 lines)
- ## Key Points (Bullet list)
- ## Risks (Potential risks or concerns)
Output Format
Return valid Markdown only.
{
"ownerId": "kn72hztx2f43had2251hzwsqch828gkc",
"slug": "document-summary",
"version": "1.1.1",
"publishedAt": 1772618853835
}{
"version": 1,
"registry": "https://clawhub.ai",
"slug": "document-summary",
"installedVersion": "1.1.1",
"installedAt": 1776071222392
}
Document Summary Skill
A demo skill for summarizing technical text.
---
# 核心元数据(OpenClaw 识别的关键,必须有!)
name: document-summary
slug: document-summary
description: Summarizes technical documents into structured markdown.
version: 1.0.0
author: kelevis
tags: ["document", "summary", "markdown", "technical"]
metadata: {"clawdbot":{"emoji":"📝"}}
---
# Document Summary 📝
## Description
Summarizes technical documents into structured markdown.
## Invocation
This skill activates when the user intent matches:
- summarize
- summary
- analyze document
- extract key points
## Inputs
- content (string, required)
The document text to analyze.
## Behavior
You are a professional technical analyst.
When invoked:
1. Read the provided content.
2. Produce output in Markdown format.
3. Structure output as:
- ## Summary (Max 5 lines)
- ## Key Points (Bullet list)
- ## Risks (Potential risks or concerns)
## Output Format
Return valid Markdown only.