Skip to main content

processing-documents

Processes various document formats and extracts content. Use when user asks to process documents, extract text, or convert file formats.

Zur Installation springen

Quellinformationen

Repository
recca0120/skills-refactor
Letzte Quellaktivität
19. Januar 2026 um 20:33
Erkannte Sprache von SKILL.md
Englisch
Sterne
1
Forks
0

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
name
processing-documents
description
Processes various document formats and extracts content. Use when user asks to process documents, extract text, or convert file formats.
# Document Processor Processes documents and extracts content. > See [workflow-diagram.md](../shared/workflow-diagram.md) > See [reference-resources.md](../shared/reference-resources.md) ## Steps 1. Read the input document 2. Detect the format 3. Extract content 4. Output in requested format ## Output Format | Field | Type | Description | |-------|------|-------------| | content | string | Extracted text | | format | string | Original format | | pages | number | Page count |
Auf GitHub ansehen