Invoices banner
thriveventurelabs thriveventurelabs

Invoices

Development community

Description

--- name: invoices description: Review outstanding and overdue invoices with chase suggestions. --- # Invoices Review all outstanding invoices and provide actionable follow-up recommendations. ## Steps 1. **Get all invoices** using `get_invoices` with `status: "all"` to get the full picture. 2. **Segment the invoices**: - **Overdue** — past due date, not yet paid - **Outstanding** — sent but not yet due - **Draft** — created but not sent - **Recently paid** — paid in the last 7

Installation

Installs to ~/.claude/skills/thriveventurelabs-accountsos-agent-plugin-invoices/SKILL.md

Terminal
mkdir -p ~/.claude/skills/thriveventurelabs-accountsos-agent-plugin-invoices && curl -fsSL https://raw.githubusercontent.com/thriveventurelabs/accountsos-agent-plugin/HEAD/commands/invoices.md -o ~/.claude/skills/thriveventurelabs-accountsos-agent-plugin-invoices/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository