Extract text and metadata from documents in 97+ formats.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-3b67b27a)More formats (shields.io, HTML) on the badges page.
# Kreuzberg Quickstart
Extract text and metadata from documents in 97+ formats.
## Installation
```bash
cargo install kreuzberg-cli
```
## Basic Usage
```bash
# Extract text from a PDF
kreuzberg extract document.pdf
# Extract metadata
kreuzberg metadata document.docx
# Process entire directory
kreuzberg batch ./documents/
```
## Supported Formats
- PDF (with OCR for scanned documents)
- Microsoft Office (DOCX, XLSX, PPTX)
- OpenDocument (ODT, ODS, ODP)
- Images (PNG, JPG, TIFF with OCR)
- Archives (ZIP, TAR)
- Email formats (EML, MSG)
- And 90+ more formats
## Options
```bash
# Output as JSON
kreuzberg extract file.pdf --format json
# Specify output file
kreuzberg extract file.pdf -o output.txt
# Extract with OCR
kreuzberg extract scanned.pdf --ocr
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!