All Skills

Browse our collection of Peppol e-invoicing skills. Each skill teaches your AI assistant a specific workflow following BIS Billing 3.0 standards.

Quick Install

Install any skill with a single command

$ npx add-skill peppol-skills/<skill-name>

All Skills

Invoice Creation
bis-invoice-generator

Create BIS Billing 3.0 compliant invoices from your data. Generates proper UBL 2.1 XML with all required fields, party information, and line items.

npx add-skill peppol-skills/bis-invoice-generator
Validation & Compliance
bis-validator-triage

Validate UBL invoices against Peppol BIS 3.0 rules and EN 16931. Get clear error messages and fix suggestions for validation failures.

npx add-skill peppol-skills/bis-validator-triage
Validation & Compliance
peppol-web-validator

Validate UBL invoices via peppolvalidator.com — a free, no-signup web tool with shareable results and batch validation support.

npx add-skill peppol-skills/peppol-web-validator
Data Quality
totals-recalculator

Recompute and verify all monetary totals in an invoice. Checks line extensions, tax amounts, and payable amounts match correctly.

npx add-skill peppol-skills/totals-recalculator
Participant Lookup
peppol-id-checker

Validate Peppol participant IDs (EndpointID). Checks format, verifies against SML/SMP, and confirms the participant can receive documents.

npx add-skill peppol-skills/peppol-id-checker
Sending & Delivery
e-invoicebe-send

Send invoices through the Peppol network using the e-invoice.be API. Handles authentication, submission, and delivery tracking.

npx add-skill peppol-skills/e-invoicebe-send

Browse by Category

Want to contribute a skill?

Our skills are open source. Fork the repo, add your skill following the SKILL.md standard, and submit a pull request.