oRPC OpenAPI Handler
Installation
SKILL.md
OpenAPI Handler
OpenAPIHandler enables communication with clients over RESTful APIs adhering to the OpenAPI specification.
Supported Data Types
- string, number (
NaN→null), boolean, null - undefined (
undefinedin arrays →null) - Date (
Invalid Date→null) - BigInt →
string, RegExp →string, URL →string - Record (object), Array
- Set →
array, Map →array - Blob, File (unsupported in
AsyncIteratorObject) - AsyncIteratorObject (only at root; powers Event Iterator)
- ReadableStream<Uint8Array> (root level only)
If payload contains
BloborFileoutside root, it must usemultipart/form-dataand apply Bracket Notation.