---
name: "Invoice Data Extractor"
type: "skill"
version: "1.0.0"
description: "Extracts structured vendor, invoice, line item, and payment data from invoice text or descriptions."
author: "vibecodin.gg"
tags:
  - finance
  - accounting
  - invoice-processing
  - ap-automation
  - data-extraction
  - structured-data
  - accounts-payable
license: "MIT"
created: "2026-04-04"
updated: "2026-04-04"
tested_with:
  - claude-sonnet-4-6

trigger: "Use when processing vendor invoices, automating accounts payable workflows, or extracting structured invoice data from unstructured sources."
commands:
  - name: "extract"
    description: "Parse invoice text and return structured data including vendor info, invoice number, date, line items, subtotal, tax, total due, and payment terms."
dependencies:
  mcps: []
  note: "No dependencies required for this skill to function."
  tools: []
  skills: []
---
