·invoice

Generate professional PDF invoices from client billing data. Supports fixed-fee and hourly billing with auto-incrementing invoice IDs. Pass client name and line items as args, or invoke interactively.

14Installs·1Trend·@skinnyandbald

Installation

$npx skills add https://github.com/skinnyandbald/fish-skills --skill invoice

How to Install invoice

Quickly install invoice AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/skinnyandbald/fish-skills --skill invoice
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: skinnyandbald/fish-skills.

SKILL.md

View raw

Generate a professional PDF invoice by combining client billing data with line item details, then output a ready-to-send PDF.

| client | Yes | — | Client slug or alias (matched against client YAML files) | | description | No | prompted | Line item description | | amount | No | prompted | Total amount in USD | | --net N | No | client default or 15 | Payment terms (NET-N days) | | --quantity N | No | 1 | Line item quantity |

| --notes "..." | No | none | Notes to display below the total | | --hourly | No | false | Interactive mode for multiple line items with rates |

Generate professional PDF invoices from client billing data. Supports fixed-fee and hourly billing with auto-incrementing invoice IDs. Pass client name and line items as args, or invoke interactively. Source: skinnyandbald/fish-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/skinnyandbald/fish-skills --skill invoice
Category
#Documents
Verified
First Seen
2026-03-09
Updated
2026-03-11

Browse more skills from skinnyandbald/fish-skills

Quick answers

What is invoice?

Generate professional PDF invoices from client billing data. Supports fixed-fee and hourly billing with auto-incrementing invoice IDs. Pass client name and line items as args, or invoke interactively. Source: skinnyandbald/fish-skills.

How do I install invoice?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/skinnyandbald/fish-skills --skill invoice Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/skinnyandbald/fish-skills