Openapi utilities
🧠A powerful collection of agent skills to interact with the @Openapi® API marketplace — company data, official documents, KYC/risk, e-signatures, invoicing, SMS, PEC, and more
npx -y skills add openapi/openapi-skills --skill openapi-utilitiesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Openapi utility services - real-time currency exchange rates, HTML-to-PDF conversion (renders JavaScript), .it domain registration/management, and managed RAG (retrieval-augmented generation over your documents). Use for these one-off utility tasks.
SKILL.md
1.5 KB, as published. Nobody here has run it
Openapi utilities
Bearer token required (see the openapi-auth skill).
Exchange Rate — https://exchange.altravia.com
Single endpoint returning real-time currency exchange rates.
PDF — https://pdf.openapi.it
One endpoint: generate a PDF from a URL or an HTML string; JavaScript is rendered.
.it Domains — https://domains.altravia.com
Register and manage .it domains (availability, purchase, DNS/contacts management). Domain purchase is a paid, durable action — confirm with the user first.
AI (RAG) — https://ai.openapi.com
Managed Retrieval-Augmented Generation:
POST /rag— create a RAG;GET /rag,GET /rag/{id},DELETE /rag/{id}POST /rag/{id}/documents— upload text documents or images (metadata supported for filtered search);GET/DELETEto list/removePATCH /rag/{id}— start indexing- Query:
POST /rag-search(plain retrieval),POST /rag-search-with-answer(LLM answer),POST /rag-conversation(conversational)
Typical flow: create RAG → upload documents → index → query → delete when no longer needed.
Full specs: https://console.openapi.com/oas/en/exchange.openapi.json · …/pdf.openapi.json · …/domains.openapi.json · …/ai.openapi.json