asap-invoicing

asap-invoicing is a skill for Claude Code from asap-cool/asap-agent-skills. It costs 90 tokens per session (1,701 once invoked), scanned A, original, MIT.

A set of instructions for managing French quotes, invoices, deposits, credit notes, recurring billing, contacts, and electronic signatures through the ASAP platform. It includes rules needed for French invoice compliance.

In plain words
What is it for?
Use it when creating, finalizing, or sending French devis and factures, managing deposits or avoirs, setting recurring schedules, or preparing e-signature envelopes.
Why use it?
It reduces mistakes that can cause invoice requests to fail, such as missing transaction details, incorrect amount units, or missing compliance steps.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the asap-invoicing plugin — 1 skill shipped together

Good fit Use it when creating, finalizing, or sending French devis and factures, managing deposits or avoirs, setting recurring schedules, or preparing e-signature envelopes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/asap-cool/asap-agent-skills/asap-invoicing
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 asap-cool/asap-agent-skills --skill asap-invoicing
Clone the repo
git clone --depth 1 https://github.com/asap-cool/asap-agent-skills

Made for: Claude Code.

Or install asap-invoicing, the plugin that ships this one along with the rest of its 1 skill.

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 asap-invoicing

README.md
[![agentmods](https://agentmods.dev/badge/skills/asap-cool/asap-agent-skills/asap-invoicing/github.svg)](https://agentmods.dev/skills/asap-cool/asap-agent-skills/asap-invoicing)
Your own site
<a href="https://agentmods.dev/skills/asap-cool/asap-agent-skills/asap-invoicing"><img src="https://agentmods.dev/badge/skills/asap-cool/asap-agent-skills/asap-invoicing/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 asap-invoicing

Your own site · 80×15
<a href="https://agentmods.dev/skills/asap-cool/asap-agent-skills/asap-invoicing"><img src="https://agentmods.dev/badge/skills/asap-cool/asap-agent-skills/asap-invoicing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 90 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,701 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.00090 $0.01701
Opus 5 $0.00045 $0.00851
Sonnet 5 $0.00018 $0.00340
Haiku 4.5 $0.00009 $0.00170

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

Security

Grade A, and why

asap-invoicing 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 11d 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.

claude/skills/asap-invoicing/SKILL.md · 139 lines

How it starts

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

ASAP invoicing

You operate the ASAP platform (French invoicing, contacts, e-signature) through its MCP server. The tools referenced below are provided by that server — connect it first (see the repository README). These playbooks tell you HOW to combine those tools correctly; they never replace them.

Grounding — do this first

ASAP is an invoicing / contacts / e-signature platform for a French freelancer or micro-agency. Before reasoning about any invoice or quote:

  • Call get_org_context first. It returns the active organization, its VAT regime, the enabled apps, and the invoice defaults. Do not assume any of these.
  • One connection is bound to exactly one organization, fixed when it was authorized. Every call acts within that org; there is no in-session org switch.
  • The key's scopes (contacts / invoice / signature) decide what you may do. A missing scope is a hard 403, not something to retry.

The asap://catalogue resource lists every tool, prompt and resource — read it when you are unsure whether a capability exists.

Compliance invariants (France)

These cause most 4xx errors. Internalize them before mutating anything.

  • operation_nature is mandatory to finalize. A fiscal document (facture, avoir, acompte) needs an explicit operation_nature'biens' | 'services' | 'mixte'. There is no org default. Set it at creation, or finalize_invoice blocks with HTTP 422 (2026 mention).
  • Money is in cents. All amounts are integers in cents. quantity and vat_rate are decimal tokens passed as strings — e.g. "1", "20", "0". Use vat_rate "0" for franchise-en-base (VAT-exempt micro-entrepreneurs).
  • Finalizing is irreversible. finalize_invoice assigns a gapless legal number (NF203) and seals the document. Preview it first with dry_run: true.
  • Sealing makes a document immutable. Only a DRAFT can be edited or deleted. Once finalized, update_invoice / delete_invoice return 409. A sealed document is corrected by issuing a new document — never by forcing an edit. See the correct-document playbook.

Read the full file on GitHub · 139 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. 11d ago First seen · 139 lines · 90 tokens per session scan A ce85dbe806d3

Subscribe to this mod's changes

asap-invoicing is a skill published in the GitHub repository asap-cool/asap-agent-skills (0 stars, last pushed 1mo ago), licensed MIT. It adds 90 tokens to every session and 1,701 once invoked, about $0.0005 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

vietnamese-finance-copy

Writes and reviews native-quality Vietnamese (vi-VN) finance content — hóa đơn điện tử and e-invoice fields, báo cáo tài chính and management reports, investor updates and board decks, pricing and payment-terms pages, fintech, banking and insurance product copy, loan and credit disclosures, and thuế GTGT, TNDN and…

trussary/vietnamese-language-skill · 146 tokens

forensic-transcript-translator

A multi-stage workflow for translating a long English earnings-call transcript into Traditional Chinese used in Taiwan. It records the transcript structure and uses separate checks to compare the original and translation for missing or altered content.

fredchu/claude-dotfiles · 234 tokens

taiwan-earnings-translator

A Traditional Chinese translator for complete U.S. stock earnings-call transcripts, including transcripts supplied as text or English PDFs. Earnings calls are company presentations and question sessions about financial results.

fredchu/claude-dotfiles · 153 tokens

jurisdiction-scaffold

Scaffold a new jurisdiction pack under references/jurisdictions/ without forking stage plugins.

cynco-labs/ai-accounting-skills · 26 tokens

image-prompt-engineer

Skill "image-prompt-engineer" from TravisLeeeeee/awesome-openclaw-personas, covering your core mission, photography prompt mastery, technical photography translation, your core capabilities and prompt structure framework.

TravisLeeeeee/awesome-openclaw-personas · 0 tokens

regime-audit

Workflow composite that runs change-point-detector + hurst-exponent on SPY plus the 11 SPDR sector ETFs. Reports per-name the last detected regime shift, current persistence classification (meanreverting / randomwalk / trending), and cross-sector summary (broadregimeshift / localizedregimeshift / trenddominated /…

rgourley/quant-garage · 92 tokens