AI Agent Hub
Back to skills
Efficient Document Processing Multi-Agent Team icon

Efficient Document Processing Multi-Agent Team

Office Efficiency Updated 2026.08.30

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

Install @user_d76c672d/doc-processing-team by following https://skillhub.cn/install/skillhub.md.

About this skill

Problem to solve

When you have multiple bilingual PDF, Word, Excel, or image documents and need to read, translate, classify, summarize, and report them in one pass, manual extraction is brittle and hard to reproduce. doc-processing-team targets batch document processing, not quick single-document edits or original content generation.

How it works

The skill runs a five-agent pipeline: Reader extracts text, tables, and metadata; Translator converts English content into Chinese; Classifier groups documents by themes such as technical specs, commercial quotations, or solutions; Summarizer produces key points and metrics; ReportWriter outputs a Markdown report.

A typical run starts with confirming the file list and target language, choosing --demo or --files, installing optional dependencies, then executing the pipeline. Results are written to scripts/document_report.md. The engine includes blackboard communication, checkpoint resume, circuit breakers, and watchdog timeouts; it can also learn terminology or category rules via --teach and persist local state under state/.

Boundaries and caveats

This skill runs offline and does not perform live web retrieval. Real file parsing requires pymupdf, openpyxl, and python-docx. --demo uses mock data; translation relies on terminology and phrase tables rather than a large model; classification uses keyword rules. Keep --files batches under about 10 documents. For important contracts, niche domains, or very long files, review output manually or split the input.

Use Cases

  • Translate and classify an English bid package of PDFs, Word files, and spreadsheets, then produce a Markdown report.
  • Archive supplier technical specs and quotations by translating them and grouping similar files into fixed categories.
  • Extract key metrics from bilingual project contracts, equipment lists, and solution docs into a review-ready report.
  • Resume a stopped English document batch job from its checkpoint without rerunning finished translation and summary steps.

Best For

  • Pre-sales engineers organizing bid packages need to translate, classify, and report English specs, quotes, and solutions.
  • Procurement specialists handling supplier documents need to translate and archive technical specs and commercial quotations.
  • Documentation engineers summarizing project files need to extract key metrics from PDFs, Word files, and Excel sheets into Markdown reports.
  • Automation engineers running offline batch jobs need checkpoint resume, local terminology learning, and sensitive-field masking.