asap

asap is a cursor rule for Cursor from asap-cool/asap-agent-skills. It costs 20 tokens per session (1,620 once invoked), scanned A, original, MIT.

A set of instructions for using ASAP, a French platform for invoices, contacts, quotes, and electronic signatures.

In plain words
What is it for?
It is for creating and managing quotes, invoices, contacts, and signatures through ASAP.
Why use it?
It helps an agent follow the organisation's settings, permissions, and French invoicing requirements instead of guessing.

Cursor rule for Cursor

Written for Cursor: a Cursor rule (.mdc).

Good fit It is for creating and managing quotes, invoices, contacts, and signatures through ASAP.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/asap-cool/asap-agent-skills/asap
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.

Clone the repo
git clone --depth 1 https://github.com/asap-cool/asap-agent-skills

Made for: Cursor.

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

README.md
[![agentmods](https://agentmods.dev/badge/rules/asap-cool/asap-agent-skills/asap.svg)](https://agentmods.dev/rules/asap-cool/asap-agent-skills/asap)
Your own site
<a href="https://agentmods.dev/rules/asap-cool/asap-agent-skills/asap"><img src="https://agentmods.dev/badge/rules/asap-cool/asap-agent-skills/asap.svg" alt="Measured on agentmods" height="20"></a>
Per session 20 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,620 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.00020 $0.01620
Opus 5 $0.00010 $0.00810
Sonnet 5 $0.00004 $0.00324
Haiku 4.5 $0.00002 $0.00162

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

Security

Grade A, and why

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

cursor/asap.mdc · 132 lines

How it starts

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

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 · 132 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. 7d ago First seen · 132 lines · 20 tokens per session scan A 132a728e2bf0

Subscribe to this mod's changes

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