evo-receipt-parse-export

evo-receipt-parse-export is a skill for Claude Code, Codex from OpenLAIR/OpenSkill. It costs 34 tokens per session (323 once invoked), scanned A, original, Apache-2.0.

A receipt parser that reads OCR text, extracts the date and total amount, and writes the results to an Excel workbook. OCR is text produced from an image by optical character recognition.

In plain words
What is it for?
Use it to find receipt dates and final totals from OCR output and export the structured results to an .xlsx spreadsheet.
Why use it?
It removes manual searching through receipt text and reduces mistakes from confusing totals with tax, discounts, subtotals, or change.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to find receipt dates and final totals from OCR output and export the structured results to an .xlsx spreadsheet.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/openlair/openskill/evo-receipt-parse-export
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add OpenLAIR/OpenSkill --skill evo-receipt-parse-export
Clone the repo
git clone --depth 1 https://github.com/OpenLAIR/OpenSkill

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for evo-receipt-parse-export

README.md
[![agentmods](https://agentmods.dev/badge/skills/openlair/openskill/evo-receipt-parse-export/github.svg)](https://agentmods.dev/skills/openlair/openskill/evo-receipt-parse-export)
Your own site
<a href="https://agentmods.dev/skills/openlair/openskill/evo-receipt-parse-export"><img src="https://agentmods.dev/badge/skills/openlair/openskill/evo-receipt-parse-export/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for evo-receipt-parse-export

Your own site · 80×15
<a href="https://agentmods.dev/skills/openlair/openskill/evo-receipt-parse-export"><img src="https://agentmods.dev/badge/skills/openlair/openskill/evo-receipt-parse-export.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 323 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00034 $0.00323
Opus 5 $0.00017 $0.00161
Sonnet 5 $0.00007 $0.00065
Haiku 4.5 $0.00003 $0.00032

Measured today against content hash 0aa62ae42e4f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

evo-receipt-parse-export scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/utils.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

tasks-evolved/jpg-ocr-stat/environment/skills/evo-receipt-parse-export/SKILL.md · 36 lines

What it actually says

evo-receipt-parse-export

Parses OCR text from receipts to extract dates and total amounts using prioritized keyword matching with exclusion rules, then writes structured results to Excel.

Key Functions

  • extract_date(ocr_text) - Extract date from OCR text, returns ISO format (YYYY-MM-DD) or None
  • extract_total_amount(ocr_text) - Extract total amount using keyword priority, returns string with 2 decimals or None
  • parse_receipt_text(ocr_text) - Returns dict with date and total_amount
  • write_results_to_excel(results, output_path) - Write results to xlsx with sheet "results"

Usage

import sys
sys.path.insert(0, '/app/environment/skills/evo-receipt-parse-export/scripts')
from utils import parse_receipt_text, write_results_to_excel

parsed = parse_receipt_text(ocr_text)
write_results_to_excel(results_list, '/app/workspace/stat_ocr.xlsx')

Total Amount Priority Keywords

  1. GRAND TOTAL
  2. TOTAL RM, TOTAL: RM
  3. TOTAL AMOUNT
  4. TOTAL, AMOUNT, TOTAL DUE, AMOUNT DUE, BALANCE DUE, NETT TOTAL, NET TOTAL

Exclusion Keywords

SUBTOTAL, SUB TOTAL, TAX, GST, SST, DISCOUNT, CHANGE, CASH TENDERED

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today First seen · 36 lines · 34 tokens per session scan A 0aa62ae42e4f

Subscribe to this mod's changes

evo-receipt-parse-export is a skill published in the GitHub repository OpenLAIR/OpenSkill (88 stars, last pushed yesterday), licensed Apache-2.0. It adds 34 tokens to every session and 323 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-11.

Related

Other skills, from other repositories

shopify-admin-gift-message-extraction

Read-only: extracts gift messages, gift recipients, and gift flags from order custom attributes and notes for fulfillment teams to print on packing slips.

40RTY-ai/shopify-admin-skills · 37 tokens

amazon-listing

Amazon listing CRUD via the category flat-file (Add Products via Upload). Create a variation family (parent + colour/size children), update attributes, change parent-child relationships, and delete SKUs — all in one template round trip. Also covers the end-to-end sourcing flow: a supplier link (e.g. 1688) → extract…

zpoint/vibe-seller · 149 tokens

data-formats

Reading, writing, and converting common data formats (CSV, Excel, JSON, YAML) with correct handling of encoding, types, and edge cases.

A-EVO-Lab/a-evolve · 34 tokens

xlsx

Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for creating new spreadsheets, reading/analyzing data, modifying existing spreadsheets, or recalculating…

YunjueTech/Yunjue-Agent · 68 tokens

generate-order-export

Export e-commerce order data to CSV with order numbers, customer details, amounts, and fulfillment status.

iterationlayer/skills · 24 tokens

extract-supplier-catalog-to-spreadsheet

Extract every product from a supplier catalog PDF — SKUs, names, prices, MOQs — and generate a ready-to-import XLSX in two API calls.

iterationlayer/skills · 42 tokens