contract-to-billing

contract-to-billing is a skill for Claude Code from airwallex/airwallex-marketplace. It costs 114 tokens per session (4,427 once invoked), scanned A, original, Apache-2.0.

A workflow that reads a purchase order, contract, or quote, extracts what should be billed, and sets up invoices or subscriptions in Airwallex Billing. It can match existing customers, products, and prices to avoid duplicates.

In plain words
What is it for?
Use it to create invoices or subscriptions, set up billing products and prices, match customers, and manage related billing records in Airwallex.
Why use it?
It removes much of the manual work of turning customer documents into billing records and helps prevent duplicate entries.

Skill for Claude Code

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

Part of the airwallex-agentos plugin — 5 skills, 2 MCP servers shipped together

Good fit Use it to create invoices or subscriptions, set up billing products and prices, match customers, and manage related billing records in Airwallex.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/airwallex/airwallex-marketplace/contract-to-billing
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 airwallex/airwallex-marketplace --skill contract-to-billing
Clone the repo
git clone --depth 1 https://github.com/airwallex/airwallex-marketplace

Made for: Claude Code.

Or install airwallex-agentos, the plugin that ships this one along with the rest of its 5 skills, 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 contract-to-billing

README.md
[![agentmods](https://agentmods.dev/badge/skills/airwallex/airwallex-marketplace/contract-to-billing/github.svg)](https://agentmods.dev/skills/airwallex/airwallex-marketplace/contract-to-billing)
Your own site
<a href="https://agentmods.dev/skills/airwallex/airwallex-marketplace/contract-to-billing"><img src="https://agentmods.dev/badge/skills/airwallex/airwallex-marketplace/contract-to-billing/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 contract-to-billing

Your own site · 80×15
<a href="https://agentmods.dev/skills/airwallex/airwallex-marketplace/contract-to-billing"><img src="https://agentmods.dev/badge/skills/airwallex/airwallex-marketplace/contract-to-billing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 114 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,427 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.00114 $0.04427
Opus 5 $0.00057 $0.02214
Sonnet 5 $0.00023 $0.00885
Haiku 4.5 $0.00011 $0.00443

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

Security

Grade A, and why

contract-to-billing 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 13d 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.

plugins/airwallex-agentos/skills/contract-to-billing/SKILL.md · 212 lines

How it starts

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

Contract to Billing

Reads a customer document (PO, contract, quote), extracts line items with AI, and creates a fully populated invoice in Airwallex Billing.

When to use

  • User uploads or references a purchase order, contract, quote, or billing document
  • User asks to "create an invoice" from a document
  • User wants to extract billing details and set up products/prices/customers
  • User says "bill this customer" with a document attached

When NOT to use

This skill only covers Billing-domain operations — invoices (list, create, retrieve, finalize, void, mark-as-paid, plus line-item add / update / delete / list), products (list, create), prices (list, create), customers (list, retrieve, create, update), subscriptions (create, list items), coupons (list, create, update), meters (list, create, update), payment sources (list), and billing transactions (list, retrieve). Credit notes follow createline-items addfinalize — if the operation is not exposed on the current surface, direct the user to the Airwallex Dashboard.

If the task requires capabilities outside this domain, stop — this is the wrong skill. Redirect the user:

  • Wire transfers / payouts → not yet available (use Airwallex Dashboard)
  • Setting up suppliers / beneficiaries → beneficiary-creation skill
  • FX conversions, balances, treasury → manage-cashflow skill
  • Provisioning corporate cards → card-provisioning skill
  • Ad-hoc tasks outside billing workflow → awx-best-practices skill (fallback)

Non-negotiables

Terminology

  • Invoices = receivables (money in). Issued BY the user TO their customers. Never say "obligation" for invoices.
  • Invoice lifecycle. DRAFT → add line items → finalize → FINALIZED (immutable). To correct after finalize: void → create new.
  • Products & prices. Every invoice line item needs a product. For document-specific ad-hoc fees (shipping, handling, setup fees, tax), always use the inline price mechanism (see Path B in Workflow) with a newly created product rather than matching existing fee products — fee amounts and descriptions vary per order. Only reuse existing products for the core goods/services sold (e.g., "Widget Alpha").
  • Invoice vs Subscription. One-time quote → Invoice. Recurring terms → Subscription. Choose before creating.
  • ONE_OFF vs RECURRING. Baked in at price creation — cannot flip later.
  • collection_method mapping from document language:

Read the full file on GitHub · 212 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. 13d ago First seen · 212 lines · 114 tokens per session scan A 547a9f2935d8

Subscribe to this mod's changes

contract-to-billing is a skill published in the GitHub repository airwallex/airwallex-marketplace (5 stars, last pushed yesterday), licensed Apache-2.0. It adds 114 tokens to every session and 4,427 once invoked, about $0.0006 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

marketplace-purchase-vetting

Use this when the user asks whether a local listing is a scam, "too good to be true," worth looking at, or a good deal. Also use this when he asks you to find options — search/discover candidates, then vet the best ones. The goal is not a generic buying guide; it is a practical risk read with clear next steps.

AtlasOmnia/donna-starter · 72 tokens

payout-split-management

Manage complex payout splits for marketplaces and platforms with seller disbursements, commission calculation, tax withholding, and 1099 reporting.

finsilabs/awesome-ecommerce-skills · 32 tokens

a2a-commerce

Agent-to-agent payments, marketplace, identity, and trust scoring. Escrow is simulated via an in-memory SQLite ledger — no real funds are held. Stripe integration handles actual payment processing.

mirni/a2a · 42 tokens

asc-ppp-pricing

Set territory-specific pricing for subscriptions and in-app purchases using current asc setup, pricing summary, price import, and price schedule commands. Use when adjusting prices by country or implementing localized PPP strategies.

rorkai/app-store-connect-cli-skills · 45 tokens

stripe

Stripe API integration with managed OAuth. Manage customers, subscriptions, invoices, products, prices, and payments. Use this skill when users want to process payments, manage billing, or handle subscriptions with Stripe. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).…

CraftOS-dev/CraftBot · 79 tokens

finance-investor-relations

An investor-relations tool for preparing pitch decks and three-year financial models for fundraising. An IR, or investor-relations, deck explains a company to potential investors, while the model covers sales, profit, cash flow, and valuation.

modu-ai/moai-cowork · 180 tokens