Install
$ agentstack add skill-openapi-openapi-skills-openapi-invoicing ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Openapi invoicing & payments
Bearer token required (see the openapi-auth skill). Sending invoices/receipts to the Revenue Agency and paying bills are irreversible fiscal/financial actions — always confirm with the user first.
Invoice (preferred) — https://invoice.openapi.com
Full management of Italian electronic invoices (FatturaPA XML) and digital receipts.
POST /IT-invoices— create/send an invoice to the SDI;GET /IT-invoices,GET /IT-invoices/{id}— list and monitor states (delivery, rejection)POST /IT-invoices_import— import externally created invoicesPOST|GET|PATCH|DELETE /IT-configurations[/{fiscal_id}]— per-company configuration (signature, legal storage,receipts_authentication)POST /IT-receipts— send a digital receipt;GET|PATCH|DELETE /IT-receipts/{id}(PATCH returns items from a receipt)
Key constraints:
- Receiving supplier invoices requires registering Openapi's Recipient Code on the Revenue Agency website: code PIC7CPS (Invoice API).
- Receipts cannot be sent 23:55–00:00 Italian time (queued to the next day); the receipt service requires enabling third-party credentials on the Agenzia delle Entrate portal (guide: https://docs.openapi.it/Procedura-manuale-per-incarico.pdf). Freelancers/sole proprietorships cannot delegate and must use their own credentials.
SDI (lower-level) — https://sdi.openapi.it
POST /business_registry_configurations(fiscal_id + email; legal-storage registration email follows)POST /api_configurations— set callbacks for notificationsPOST /invoices— send XML invoice; variants/invoices_signature,/invoices_legal_storage,/invoices_signature_legal_storageGET /invoices/{uuid},GET /invoices_download/{uuid},GET /invoices_notifications/{uuid}- Imports:
POST /customer_invoice_imports,POST /supplier_invoice_imports(+_legal_storagevariants); test withPOST /simulate/{type}
Recipient Code for SDI API: JKKZDGR. If the wallet runs dry the configuration is suspended — reactivate with PATCH /business_registry_configurations/{fiscal_id}/activate after recharging. PA invoices are auto-detected and signed.
Paying Bills — https://ws.pagasubito.it
Pay bollettini, MAV, RAV, PagoPA and car tax (bollo auto) via API in real time.
Full specs: https://console.openapi.com/oas/en/invoice.openapi.json · …/sdi.openapi.json · …/bollettini.openapi.json
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: openapi
- Source: openapi/openapi-skills
- License: MIT
- Homepage: https://openapi.com
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.