← 返回
效率工具 中文

Doc Summarize Pro

Enhanced document summarizer. Smart summary, bullet extraction, executive summary, chapter breakdown, multi-doc comparison, translate+summarize.
{"answer":"增强文档摘要器。智能摘要、要点提取、执行摘要、章节拆解、多文档对比、翻译并摘要。"}
xueyetianya
效率工具 clawhub v3.0.0 4 版本 99944.3 Key: 无需
★ 0
Stars
📥 1,794
下载
💾 76
安装
4
版本
#chinese#latest#productivity

概述

📝 Doc Summarize Pro — Document Analysis Toolkit

> Pure-bash document summarizer: extract summaries, keywords, outlines, stats, and more — no external dependencies.

Commands

summarize

Generate a document summary by extracting key sentences from each paragraph (first and last sentences, plus topic sentences).

keywords

Extract keywords via word-frequency analysis. Filters common stop-words and ranks by occurrence count.

outline

Extract document structure and outline by detecting heading lines (Markdown # headers, ALL-CAPS lines, numbered sections).

stats

Document statistics: word count, character count, paragraph count, sentence count, unique words, and estimated reading time.

compare

Compare two documents side-by-side: word count difference, shared keywords, and unique keywords per file.

batch

Batch-summarize all text files in a directory. Processes .txt, .md, .rst, .log files and outputs a summary for each.

export

Export a file's summary in a specified format. Supported formats: md (Markdown), txt (plain text), json.

history

Display processing history — shows all previously run commands with timestamps.

config

View or update configuration. Settings: summary_sentences (sentences per paragraph in summary), keyword_count (max keywords to display).

help

Show usage information and available commands.

version

Print the current version number.

Examples

# Summarize a document
bash scripts/script.sh summarize ~/Documents/report.md

# Extract keywords from a file
bash scripts/script.sh keywords paper.txt

# Get document outline
bash scripts/script.sh outline thesis.md

# Show file statistics
bash scripts/script.sh stats notes.txt

# Compare two documents
bash scripts/script.sh compare draft-v1.md draft-v2.md

# Batch summarize a directory
bash scripts/script.sh batch ~/Documents/notes/

# Export summary as JSON
bash scripts/script.sh export report.md json

# View processing history
bash scripts/script.sh history

# View/update config
bash scripts/script.sh config
bash scripts/script.sh config summary_sentences 3
bash scripts/script.sh config keyword_count 20

Configuration

Settings are stored in $HOME/.doc-summarize-pro/config:

KeyDefaultDescription
--------------------------------------------------------------------
summary_sentences2Sentences extracted per paragraph
keyword_count15Maximum keywords to display

Update via config or edit the config file directly.

Data Storage

All data is stored under $HOME/.doc-summarize-pro/:

FilePurpose
-------------------------------------------------
configKey-value configuration file
history.logProcessing history with timestamps

Powered by BytesAgain | bytesagain.com

版本历史

共 4 个版本

  • v3.0.0 当前
    2026-03-29 04:34 安全 安全
  • v1.0.0
    2026-03-26 22:24
  • v2.3.5
    2026-03-18 17:28
  • v1.0.2
    2026-03-14 01:48

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Excel Formula

xueyetianya
根据描述生成Excel公式并诊断电子表格错误。适用于编写VLOOKUP公式、调试错误或转换公式。支持...
★ 2 📥 6,164
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,990
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 446 📥 226,483