openapi-documents

An API for ordering official Italian business and personal documents as PDFs, including company-register reports, financial statements, bylaws, and payment-related certificates.

In plain words
What is it for?
Use it to list available document types, request a document by company or tax details, check its status, and download the completed PDF.
Why use it?
It gathers documents from official sources through one request-and-download process instead of separate services. Requests are asynchronous, meaning you submit them first and collect the PDF after processing.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/openapi/openapi-skills/openapi-documents
Any agent
npx skills add openapi/openapi-skills --skill openapi-documents
Clone the repo
git clone --depth 1 https://github.com/openapi/openapi-skills

Made for: Claude Code, Codex.

Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 650 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00063 $0.00650
Opus 5 $0.00032 $0.00325
Sonnet 5 $0.00013 $0.00130
Haiku 4.5 $0.00006 $0.00065

Measured yesterday against content hash 8ba97a243f39, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

openapi-documents 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 yesterday.

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.

skills/openapi-documents/SKILL.md · 37 lines

What it actually says

Openapi official documents

Two main services deliver official documents; both are asynchronous (request → poll → download PDF) and paid per document — check wallet credit (openapi-auth skill) and confirm with the user before bulk requests.

DocuEngine (preferred) — https://docuengine.openapi.com

Official documents from the Business Register, Revenue Agency, Municipalities and INPS, behind one uniform API:

  1. GET /documents — list available document services (codes, prices).
  2. POST /requests — create a request with the service code and subject (VAT/tax code); optionally pass a callback URL.
  3. GET /requests/{id} — poll until the request state is fulfilled (EVASA).
  4. GET /requests/{id}/documents — download the resulting documents.
  5. PATCH /requests/{id} — update a request when the service asks for it (e.g. optical balance-sheet processing).

Document families: visura camerale (ordinaria/storica, per company type, also in English), fascicolo società (current/historical), bilancio (XBRL, ottico, riclassificato), statuto, certificato di iscrizione, certificato artigiano, DURC online, visura protesti and pregiudizievoli (companies and natural persons), cariche/quote/soci attivi, eventi negativi, atto ottico.

Visure Camerali — https://visurecamerali.openapi.it

Direct chamber-of-commerce endpoints, one resource per document type, all with the same pattern POST /<type>GET /<type>/{id}GET /<type>/{id}/allegati (download):

  • ordinaria-impresa-individuale, storica-impresa-individuale
  • ordinaria-societa-capitale, storica-societa-capitale
  • ordinaria-societa-persone, storica-societa-persone
  • bilancio-ottico, certificato-iscrizione, certificato-iscrizione-vigenza, …
  • Company search first: GET /impresa?... or GET /impresa/{cf_piva_id} to identify the subject.

Visengine (https://visengine2.altravia.com) is the older engine for the same families — prefer DocuEngine for new work.

Notes

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. yesterday First seen · 37 lines · 63 tokens per session scan A 8ba97a243f39

Subscribe to this mod's changes

openapi-documents is a skill published in the GitHub repository openapi/openapi-skills (2 stars, last pushed 2mo ago), licensed MIT. It adds 63 tokens to every session and 650 once invoked, about $0.0003 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.