🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub✦ BytesAgain

Bytesagain Doc Summarizer

by @loutai0307-prog

Summarize and analyze text documents without external APIs. Use when extracting key points from reports, ranking bullet points, identifying keywords, checkin...

Versionv1.0.1
Downloads336
Installs1
TERMINAL
clawhub install bytesagain-doc-summarizer

πŸ“– About This Skill


description: "Summarize 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." author: BytesAgain homepage: https://bytesagain.com source: https://github.com/bytesagain/ai-skills

bytesagain-doc-summarizer

Summarize, analyze, and extract insights from text documents. Supports extractive summarization, keyword extraction, readability stats, outline detection, and document comparison β€” all without external APIs.

Usage

bytesagain-doc-summarizer summary 
bytesagain-doc-summarizer bullets 
bytesagain-doc-summarizer keywords 
bytesagain-doc-summarizer stats 
bytesagain-doc-summarizer outline 
bytesagain-doc-summarizer compare  

Commands

  • summary β€” Extract 3-5 key sentences as an extractive summary
  • bullets β€” Generate ranked bullet points from most important sentences
  • keywords β€” Extract and rank top 20 keywords with frequency chart
  • stats β€” Word count, sentence count, reading time, and text metrics
  • outline β€” Detect document structure from Markdown headers or numbered sections
  • compare β€” Compare vocabulary overlap and unique terms between two documents
  • Examples

    bytesagain-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
    

    Requirements

  • bash
  • python3
  • When to Use

    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.

    ⚑ When to Use

    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.

    πŸ’‘ Examples

    bytesagain-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