memstack-business-invoice-generator

memstack-business-invoice-generator is a skill for Claude Code, Codex from cwinvestments/memstack. It costs 57 tokens per session (2,199 once invoked), scanned A, original, MIT.

An invoice-writing skill for creating client bills with itemized work, taxes, payment terms, due dates, and payment instructions. It returns structured Markdown that can be converted to PDF.

In plain words
What is it for?
Use it to prepare professional invoices for clients, including line items, tax calculations, and instructions for paying.
Why use it?
It helps avoid unclear charges, missing tax details, invoice numbers, or payment deadlines that can delay payment or cause accounting problems.

Skill for Claude CodeCodex

Part of the memstack plugin — 53 skills, 2 commands, 5 hooks 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/cwinvestments/memstack/invoice-generator
Any agent
npx skills add cwinvestments/memstack --skill invoice-generator
Clone the repo
git clone --depth 1 https://github.com/cwinvestments/memstack

Made for: Claude Code, Codex.

Or install memstack, the plugin that ships this one along with the rest of its 53 skills, 2 commands, 5 hooks.

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 memstack-business-invoice-generator

README.md
[![agentmods](https://agentmods.dev/badge/skills/cwinvestments/memstack/invoice-generator.svg)](https://agentmods.dev/skills/cwinvestments/memstack/invoice-generator)
Your own site
<a href="https://agentmods.dev/skills/cwinvestments/memstack/invoice-generator"><img src="https://agentmods.dev/badge/skills/cwinvestments/memstack/invoice-generator.svg" alt="Measured on agentmods" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,199 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.00057 $0.02199
Opus 5 $0.00028 $0.01099
Sonnet 5 $0.00011 $0.00440
Haiku 4.5 $0.00006 $0.00220

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

Security

Grade A, and why

memstack-business-invoice-generator 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 4d 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/business/invoice-generator/SKILL.md · 259 lines

How it starts

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

Invoice Generator — Creating professional invoice...

Generates professional invoices with line items, tax calculations, payment terms, due dates, and payment instructions — output as structured markdown ready for PDF conversion.

Activation

When this skill activates, output:

Invoice Generator — Creating professional invoice...

Then execute the protocol below.

Context Guard

Context Status
User says "invoice", "generate invoice", "create invoice", "bill client" ACTIVE
User says "line items" or "payment terms" ACTIVE
User needs a professional invoice for a client ACTIVE
User wants a contract or service agreement DORMANT — use Contract Template
User wants financial projections DORMANT — use Financial Model

Common Mistakes

Mistake Why It's Wrong
"No invoice number" Sequential invoice numbers are required for accounting and tax compliance.
"Vague line items" "Consulting — $5,000" invites disputes. Itemize by deliverable, hours, or phase.
"No payment terms" Without explicit terms (Net 30, due on receipt), clients have no obligation to pay on time.
"Skip tax line" Even if tax is $0, show the tax line. It demonstrates professionalism and compliance.
"No late payment terms" Without stated consequences, you have no leverage on overdue invoices.

Protocol

Step 1: Gather Invoice Details

If the user hasn't provided details, ask:

  1. Client — company name, contact person, billing address
  2. Your business — business name, address, tax ID / EIN (if applicable)
  3. Line items — what are you billing for? (description, quantity, rate)
  4. Payment terms — Net 30, Net 15, due on receipt?
  5. Tax — applicable tax rate? (state sales tax, VAT, or exempt)
  6. Currency — USD, EUR, GBP, etc.?

Step 2: Generate Invoice Number

Invoice numbering convention:

[PREFIX]-[YEAR][MONTH]-[SEQUENCE]
Example: INV-202603-001

Read the full file on GitHub · 259 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. 4d ago First seen · 259 lines · 57 tokens per session scan A d406928ea20d

Subscribe to this mod's changes

memstack-business-invoice-generator is a skill published in the GitHub repository cwinvestments/memstack (419 stars, last pushed 7d ago), licensed MIT. It adds 57 tokens to every session and 2,199 once invoked, about $0.0003 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-30.

Related

Other skills, from other repositories

goal-draft

Turn a fuzzy intention into a /goal objective the Goal verifier can actually judge - one outcome, numbered binary "Done when" checks that leave evidence in the transcript, guardrails, a budget, and a block protocol. Use when the user wants to set or define a goal, asks whether a goal is good enough, or says "keep…

QwenLM/qwen-code · 114 tokens

om-integration-builder

Build integration provider packages for the Open Mercato Integration Marketplace (payment, shipping, data-sync, webhook). Scaffolds the npm package, adapter, credentials, widget injection, webhook processing, health checks, i18n, tests. Triggers on "build integration", "add provider", "integrate with…

open-mercato/open-mercato · 73 tokens

moai-foundation-core

Provides MoAI-ADK foundational principles including TRUST 5 quality framework, SPEC-First DDD methodology, delegation patterns, progressive disclosure, agent catalog reference, and token budget management (absorbed from moai-foundation-context). Use when referencing TRUST 5 gates, SPEC workflow, or context window…

modu-ai/moai-adk · 68 tokens

om-create-ai-agent

Build, override, or extend a typed Open Mercato AI agent (chat or structured-object) using the unified AI framework — declare ai-agents.ts, register tool packs via defineAiTool, patch existing agents with aiAgentExtensions, configure agentic loop controls (loop.stopWhen / loop.prepareStep / loop.budget /…

open-mercato/open-mercato · 227 tokens

moai-domain-html-report

Markdown-to-single-file-HTML report renderer. Six modes (status, incident, plan, explainer, financial, pr) selected by report type, crossed with three audience tiers (expert, basic, learn) derived from the active output style. The basic and learn tiers enrich the HTML with mermaid flowcharts, worked examples, and…

modu-ai/moai-adk · 128 tokens

ap-researcher

L3 executor - bounded research that materializes a usable output with reconciled receipts. Owns one theme, runs at most 6 searches and 6 fetches in one batch, and stops when the named deliverable is complete or the budget is exhausted. Does not spawn.

Spielewoy/autoprompt-skill · 61 tokens