invoice

invoice is a skill for Claude Code, Codex from Jakeintech/waybill. It costs 133 tokens per session (1,155 once invoked), scanned A, original, MIT.

An invoicing skill that turns recorded work, hours, and AI costs into billing documents. It separates recorded facts from the user's decision about what to charge.

In plain words
What is it for?
Use it to prepare invoice packs, internal billing reports, or CSV expense reports for a chosen period.
Why use it?
It provides receipts and summaries for client billing without exposing raw local ledger files.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the waybill plugin — 12 skills, 2 hooks, 2 MCP servers shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/jakeintech/waybill/invoice
Any agent
npx skills add Jakeintech/waybill --skill invoice
Clone the repo
git clone --depth 1 https://github.com/Jakeintech/waybill

Made for: Claude Code, Codex.

Or install waybill, the plugin that ships this one along with the rest of its 12 skills, 2 hooks, 2 MCP servers.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for invoice

README.md
[![agentmods](https://agentmods.dev/badge/skills/jakeintech/waybill/invoice.svg)](https://agentmods.dev/skills/jakeintech/waybill/invoice)
Your own site
<a href="https://agentmods.dev/skills/jakeintech/waybill/invoice"><img src="https://agentmods.dev/badge/skills/jakeintech/waybill/invoice.svg" alt="Measured on agentmods" height="20"></a>
Per session 133 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,155 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00133 $0.01155
Opus 5 $0.00067 $0.00577
Sonnet 5 $0.00027 $0.00231
Haiku 4.5 $0.00013 $0.00115

Measured 3d ago against content hash 77ffb1ca4223, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

invoice scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/invoice/SKILL.md · 103 lines

How it starts

The opening of the file, as written. The whole thing — 103 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Invoice

A freelancer's invoice dispute is the same problem as a token-budget pitch: claims that need receipts. The ledger already holds the receipts — shipped items, recorded hours, metered AI costs. This skill renders them as billing paperwork and stops exactly at the line where pricing begins: what to charge is the user's business decision; what happened is the ledger's.

"${CLAUDE_PLUGIN_ROOT}/bin/waybill" mine --all      # catch-up metering first, always
"${CLAUDE_PLUGIN_ROOT}/bin/waybill" query report --from <iso> --to <iso> --audience internal
"${CLAUDE_PLUGIN_ROOT}/bin/waybill" export --format csv --from <iso> --to <iso>   # expense mode

Window: the billing period the user names; default the last full calendar month. State it in the header.

Audience: internal. For a freelancer, the client is the org — the work items ARE the client's project, so keys/titles/PR links belong on the invoice; machine-local detail (paths, session ids) is dropped. external would pseudonymize the very titles the client is paying for — wrong tool. What leaves the machine is the rendered document below, never raw ledger files.

Mode 1 — the client invoice pack

From query report's .data.shipped, one line item per shipped entry:

Item Delivered Hours (recorded) AI assistance
KEY — title PR/deploy link, ship date actual_hours or "—" role + metered_cost_usd (or tokens when unpriced)

Then three closing lines:

  • Totals — items, points if the client uses them, summed recorded hours (sum only entries that HAVE actual_hours; say how many don't), and total disclosed AI cost from the rows' metered_cost_usd (labeled with pricing_version, list-price equivalent).
  • AI disclosure — one sentence: which items Claude touched (claude_role ≠ "none"), verifiable per item via the disclose skill. Billing transparency on AI use is fast becoming a client expectation — an invoice that discloses it with receipts beats one that hopes nobody asks.
  • Verification offer — if the client relationship warrants it, export --pack gives them the one-command integrity check (see the report skill). Mention, don't build unprompted.

Read the full file on GitHub · 103 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 103 lines · 133 tokens per session scan A 77ffb1ca4223

Subscribe to this mod's changes

invoice is a skill published in the GitHub repository Jakeintech/waybill (1 stars, last pushed 11d ago), licensed MIT. It adds 133 tokens to every session and 1,155 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

dcf-model

Build discounted cash flow valuation workbooks in Excel.

NousResearch/hermes-agent · 14 tokens

comps-analysis

Build comparable-company valuation workbooks in Excel.

NousResearch/hermes-agent · 13 tokens

pitch-deck

Populates investment banking pitch deck templates with data from source files. Use when: user provides a PowerPoint template to fill in, user has source data (Excel/CSV) to populate into slides, user mentions populating or filling a pitch deck template, or user needs to transfer data into existing slide layouts. Not…

anthropics/financial-services · 73 tokens

lbo-model

This skill should be used when completing LBO (Leveraged Buyout) model templates in Excel for private equity transactions, deal materials, or investment committee presentations. The skill fills in formulas, validates calculations, and ensures professional formatting standards that adapt to any template structure.

anthropics/financial-services · 57 tokens

audit-xls

Audit a spreadsheet for formula accuracy, errors, and common mistakes. Scopes to a selected range, a single sheet, or the entire model (including financial-model integrity checks like BS balance, cash tie-out, and logic sanity). Triggers on "audit this sheet", "check my formulas", "find formula errors", "QA this…

anthropics/financial-services · 104 tokens

kami

Typeset professional documents and product landing pages: resumes, one-pagers, white papers, letters, portfolios, slide decks, landing pages. Warm parchment, ink-blue accent, serif-led hierarchy. CN uses TsangerJinKai02, EN uses Charter, JA uses YuMincho (best-effort). Triggers on "做 PDF / 排版 / 一页纸 / 白皮书 / 作品集 / 简历 /…

tw93/Kami · 155 tokens