Agent skill · software engineering · mvanhorn
pp-openipa
Il primo CLI per l'Indice delle Pubbliche Amministrazioni — lookup istantaneo di enti, PEC, codici IPA,... Trigger phrases: `trova la PEC di un comune`, `codice IPA per fattura elettronica`, `codice destinatario SDI di un ente pubblico`, `cerca amministrazione pubblica per nome`, `verifica CF ente PA`, `usa openipa`, `indicepa`.
Why this skill is useful
Adds a CLI tool for interacting with the Italian Public Administration API, enabling batch processing and compliance checks that the AI cannot generate on its own.
What it needs
Requires openipa-pp-cli installed locally. About 12k tokens when loaded. Last updated 2026-08-06. 1,890 stars on the source repository.
What this skill does
IndicePA — Printing Press CLI Prerequisites: Install the CLI This skill drives the openipa-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first: 1. Install via the Printing Press installer. It defaults binaries to $HOME/.local/bin on macOS/Linux and %LOCALAPPDATA%\Programs\PrintingPress\bin on Windows: 2. Verify: openipa-pp-cli --version 3. Ensure the reported install directory is on $PATH for the agent/runtime that will invoke this skill. If the npx install fails (no Node, offline, etc.), fall back to a direct Go install (requires Go 1.26.6 or newer): If --version reports "command not found" after install, the runtime cannot see the binary directory on $PATH. Do not proceed with skill commands until verification succeeds. Perché openipa? Il portale IPA richiede navigazione manuale ente per ente. openipa risolve tre problemi concreti per gli agenti che lavorano con la PA italiana: Codice destinatario SDI in un comando — fatturazione cf <CF> restituisce tutti i coduniou abilitati, pronti per la testata XML della fattura PA. Compliance check parallelo — cf <CF> interroga SFE + NSO + domicilio digitale in simultanea e produce una checklist pass/fail. Batch senza loop — fatturazione batch legge centinaia di CF da stdin e torna NDJSON. Workflow Recipes Emettere una fattura PA Verificare una PEC prima di inviarci notifiche Navigare la struttura di un ente When to Use This CLI Usa openipa quando un agente deve trovare dati anagrafici, PEC, codici destinatario SDI o nodi NSO di enti della PA italiana. È il tool giusto per validare CF contro il registro IPA prima di emettere fatture, verificare se un'amministrazione è abilitata alla fatturazione elettronica, o trovare il domicilio digitale ufficiale a cui inviare notifiche. Unique Capabilities These capabilities aren't available in any other tool for this API. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills mvanhorn/openipa