# Receipt Scanner

> Receipt OCR and structuring skill. Use when Codex needs to extract vendor, date, totals, and categories from receipts or expense images.

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

---


# Receipt Scanner

Use this skill when the user has messy receipts, scans, or screenshots that need structured output.

## Workflow
- Extract key fields and normalize formats.
- Return tabular output for spreadsheets.
- Flag low-confidence fields instead of guessing.

## Deliverables
- Structured receipt rows or CSV-ready output.
- A short manual-review list.

## Guardrails
- Do not pretend uncertain OCR is certain.
- Do not mix categories without a declared taxonomy.

