invompt-local-beta-invoice

invompt-local-beta-invoice is a skill for Claude Code, Codex from Invompt/invompt-mcp. It costs 86 tokens per session (2,153 once invoked), scanned A, original, MIT.

A workflow for creating or managing Invompt invoices, quotes, estimates, and pro forma invoices from natural-language requests. It supports requests in many writing systems and can reuse relevant details from earlier messages.

In plain words
What is it for?
It helps create, find, list, retrieve, update, archive, and inspect billing documents, including choosing or saving the correct client and returning the hosted document link after creation.
Why use it?
It reduces the effort of turning a conversation into a billing document and routes requests to the appropriate document action. It also requires connection setup first and avoids silently saving or selecting client information.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

Part of the invompt-local-beta plugin — 2 skills, 1 command, 1 agent shipped together

Good fit It helps create, find, list, retrieve, update, archive, and inspect billing documents, including choosing or saving the correct client and returning the hosted document link after creation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/invompt/invompt-mcp/invompt-local-beta-invoice
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.

Any agent
npx skills add Invompt/invompt-mcp --skill invompt-local-beta-invoice
Clone the repo
git clone --depth 1 https://github.com/Invompt/invompt-mcp

Made for: Claude Code, Codex.

Or install invompt-local-beta, the plugin that ships this one along with the rest of its 2 skills, 1 command, 1 agent.

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 invompt-local-beta-invoice

README.md
[![agentmods](https://agentmods.dev/badge/skills/invompt/invompt-mcp/invompt-local-beta-invoice/github.svg)](https://agentmods.dev/skills/invompt/invompt-mcp/invompt-local-beta-invoice)
Your own site
<a href="https://agentmods.dev/skills/invompt/invompt-mcp/invompt-local-beta-invoice"><img src="https://agentmods.dev/badge/skills/invompt/invompt-mcp/invompt-local-beta-invoice/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for invompt-local-beta-invoice

Your own site · 80×15
<a href="https://agentmods.dev/skills/invompt/invompt-mcp/invompt-local-beta-invoice"><img src="https://agentmods.dev/badge/skills/invompt/invompt-mcp/invompt-local-beta-invoice.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,153 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00086 $0.02153
Opus 5 $0.00043 $0.01077
Sonnet 5 $0.00017 $0.00431
Haiku 4.5 $0.00009 $0.00215

Measured 4d ago against content hash 02ffb09d2bf7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

invompt-local-beta-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 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.

packages/invompt-mcp/.agents/skills/invompt-local-beta-invoice/SKILL.md · 142 lines

How it starts

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

Invompt Invoice Workflow

Before any MCP call, load invompt-local-beta-onboarding. On the first Invompt request in this conversation, it checks redacted local state and, when undecided, asks the user to choose Guest or OAuth in the user's language. Do not call invompt-local-beta until onboarding confirms an active binding. Match semantic intent rather than requiring the word “Invompt”, an English command, or a fixed keyword list. Respond in the user's language unless they request another language.

Load the bundled MCP surface contract with this skill. It records the required mutation keys, optimistic versions, template IDs, and settings fields; the live MCP schemas remain final if the connected server exposes a newer compatible surface.

Route The Request

Intent Action
Price, cost, or budgeting advice without a document request Answer normally; do not call Invompt.
Create an invoice, quote, estimate, or pro forma Follow the creation workflow.
Convert earlier conversation into a billing document Reuse relevant earlier facts and create it.
Find or read existing documents Use list_invoices and get_invoice when exposed.
Revise, translate, correct, or restyle an existing document Use update_invoice when exposed.
Renew an expired hosted link Use renew_invoice_link when exposed.
Send an existing invoice to a recipient by email Use send_invoice_email when exposed; identify the invoice first, confirm the recipient, pass a stable idempotencyKey, and never echo subject/message/cc back to the user.
Claim the active Guest workspace into an account In Guest mode only, call create_account_claim_link once and present its expiring URL once.
Archive an existing document Confirm the target and authorization, then use archive_invoice.
Read invoice defaults Use get_settings only when exposed and invoice defaults matter.
Change invoice defaults Use update_settings with only user-supplied fields and a stable idempotency key.
Find or manage saved clients Use list_clients, get_client, create_client, update_client, or archive_client when exposed.
Check connection Use ping; do not call it as a normal creation preflight.

Read the full file on GitHub · 142 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 Changed · +1 lines 02ffb09d2bf7
  2. 7d ago Changed 5db3c0d75e84
  3. 10d ago First seen · 141 lines · 86 tokens per session scan A 134c4634b08c

Subscribe to this mod's changes

invompt-local-beta-invoice is a skill published in the GitHub repository Invompt/invompt-mcp (0 stars, last pushed yesterday), licensed MIT. It adds 86 tokens to every session and 2,153 once invoked, about $0.0004 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.