Install
openclaw skills install @loutai0307-prog/bytesagain-doc-summarizerSummarize and analyze text documents without external APIs. Use when extracting key points from reports, ranking bullet points, identifying keywords, checking document quality, or comparing two versions.
openclaw skills install @loutai0307-prog/bytesagain-doc-summarizerSummarize, analyze, and extract insights from text documents. Supports extractive summarization, keyword extraction, readability stats, outline detection, and document comparison — all without external APIs.
bytesagain-doc-summarizer summary <file>
bytesagain-doc-summarizer bullets <file>
bytesagain-doc-summarizer keywords <file>
bytesagain-doc-summarizer stats <file>
bytesagain-doc-summarizer outline <file>
bytesagain-doc-summarizer compare <file1> <file2>
summary — Extract 3-5 key sentences as an extractive summarybullets — Generate ranked bullet points from most important sentenceskeywords — Extract and rank top 20 keywords with frequency chartstats — Word count, sentence count, reading time, and text metricsoutline — Detect document structure from Markdown headers or numbered sectionscompare — Compare vocabulary overlap and unique terms between two documentsbytesagain-doc-summarizer summary report.txt
bytesagain-doc-summarizer bullets meeting-notes.md
bytesagain-doc-summarizer keywords article.txt
bytesagain-doc-summarizer stats essay.md
bytesagain-doc-summarizer outline documentation.md
bytesagain-doc-summarizer compare v1.txt v2.txt
Use when you need to quickly digest long documents, extract key points from reports, analyze text metrics, or compare two document versions for content differences.