Billing Skills
Billing skills let agents manage invoices, subscriptions, and tax reports.
invoice.create
Create an invoice.
{
"skill": "invoice.create",
"input": {
"customerId": 1,
"items": [
{
"description": "Premium Plan",
"amount": 9900,
"quantity": 1
}
],
"dueDate": "2026-09-18"
}
}