# Quickstart

> Kreuzberg Quickstart

- Skill: `javimosch/quickstart-1853` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/quickstart-1853`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/quickstart-1853/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/quickstart-1853

---

# 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
```

