invoice-summary

Summarize invoice amounts and usage from multiple PDF directories.

2|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/anzx01/LocalClaw --skill invoice-summary
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: invoice-summary
Source: https://github.com/anzx01/LocalClaw/tree/main/bundled_skills/invoice-summary
Command: npx skills add https://github.com/anzx01/LocalClaw --skill invoice-summary

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Summarizes invoice amounts and purposes from multiple directories of PDFs to reduce manual review time and improve accuracy.

Core Features & Use Cases

  • Multi-directory invoice summarization: aggregates totals and usage per invoice and per directory.
  • PDF extraction integration: leverages pdf_extract to pull data from PDFs and feed the model.
  • Use Case: Imagine you have two project folders with invoices; this skill outputs a table with filename, amount, and purpose, plus per-directory totals.

Quick Start

Place two directories containing PDF invoices into dir1 and dir2 and run the skill to produce a consolidated per-invoice and per-directory summary.

Frequently Asked Questions about invoice-summary

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I summarize invoice amounts from multiple PDF folders?

You can summarize invoices by placing PDF files into specified directories and running the skill. It groups results by directory and extracts filename, amount, and purpose using local PDF extraction to generate a consolidated summary table.

Can I extract invoice data from PDFs and output strict JSON?

Yes, the skill enforces strict JSON output for extracted invoice data. It leverages pdf_extract with a local model prompt to pull amounts and usage details from PDFs, returning structured JSON results grouped by directory.

Does this invoice summarization tool work with multiple project directories?

Yes, the tool processes multiple project directories by grouping summaries per directory. It aggregates totals and usage details for each invoice, consolidating separate folders into a single report with per-directory totals.

What is the best way to automate invoice data extraction across folders?

Automating invoice data extraction across folders is best handled by processing multiple PDF directories. This skill automates extracting amounts and purposes per file, grouping results by directory, and calculating totals for consolidated reporting.

Do I need a local model to summarize invoices from PDF files?

Yes, a local model is required as the skill uses pdf_extract paired with a local model prompt. This setup reads invoice amounts and usage details directly from PDF documents to generate the summarized output.