oRPC OpenAPI Reference Plugin

Generate API reference documentation from OpenAPI specifications with Scalar or Swagger UI.

8|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/ali-master/skills --skill orpc-openapi-reference-plugin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oRPC OpenAPI Reference Plugin
Source: https://github.com/ali-master/skills/tree/main/skills/orpc-openapi-reference
Command: npx skills add https://github.com/ali-master/skills --skill orpc-openapi-reference-plugin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @orpc/openapi, scalar, swagger-ui, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need for generating API reference documentation with OpenAPI specification, streamlining the documentation process for developers.

Core Features & Use Cases

  • API Reference Documentation: Automatically generates API reference documentation using Scalar or Swagger UI.
  • OpenAPI Specification: Includes the OpenAPI specification for the API.
  • Use Case: A developer working on an API can use this Skill to quickly generate the necessary documentation and specification without manual effort.

Quick Start

Import the plugin and set the appropriate options in your OpenAPI handler configuration.

Frequently Asked Questions about oRPC OpenAPI Reference Plugin

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate API reference documentation from an OpenAPI specification?

You can generate API reference documentation by importing this plugin and configuring the options in your OpenAPI handler, which automates the documentation process using Scalar or Swagger UI.

What is the best way to automate API documentation generation without manual effort?

Automating API documentation generation is best handled by using a Skill that leverages the OpenAPI specification to automatically build and maintain your API reference, eliminating manual updates.

Do I need Scalar or Swagger UI to generate API reference documentation?

Yes, you need either Scalar or Swagger UI, as the OpenAPI reference generation requires these dependencies to render the API documentation and specification for your development environment.

Can I use the OpenAPI specification to maintain API documentation efficiently?

You can use the OpenAPI specification to maintain API documentation efficiently by automatically generating the reference docs, ensuring your API specification stays synchronized with your codebase.

Does this API reference generator work with the @orpc/openapi framework?

The API reference generator works with the @orpc/openapi framework, requiring it as a dependency alongside Scalar or Swagger UI to integrate the generated documentation into your environment.