Invoice csv export
Skill blackblue-labs/skill2/tests/fixtures/visualize-library/skills/invoice-csv-export
Skills for your skills. Create, test, audit, package, and visualize Agent Skill libraries—locally.
npx -y skills add blackblue-labs/skill2 --skill invoice-csv-exportAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 27 days oldThe repository was created 27 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
What its author says it does
Copied from the file, not written here
Use when exporting monthly invoices from the finance pipeline into CSV packages for accounting review.
SKILL.md
0.4 KB, as published. Nobody here has run it
Invoice CSV Export
Export invoice rows for a billing period into a reviewable CSV package.
Workflow
- Confirm billing period and output directory.
- Load invoice rows from the local finance config.
- Write the CSV package and return row count.