---
name: Invoice CSV Export
slug: invoice-csv-export
category: Data
description: Use when exporting monthly invoices from the finance pipeline into CSV packages for accounting review.
github: "https://github.com/MisterBrookT/skill2/tree/main/tests/fixtures/visualize-library/skills/invoice-csv-export"
language: Python
stars: 10
forks: 0
install: "git clone https://github.com/MisterBrookT/skill2"
added: 2026-07-17T07:10:04.238Z
last_synced: 2026-07-17T07:10:04.238Z
canonical_url: "https://dirskills.com/skills/invoice-csv-export"
---

# Invoice CSV Export

Use when exporting monthly invoices from the finance pipeline into CSV packages for accounting review.

**Install:** `git clone https://github.com/MisterBrookT/skill2`

## README

# Invoice CSV Export

Export invoice rows for a billing period into a reviewable CSV package.

## Workflow

1. Confirm billing period and output directory.
2. Load invoice rows from the local finance config.
3. Write the CSV package and return row count.
